File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 1.5.3] - 2023-03-18
6
+
7
+ - Fix PHP 8.2 deprecation warning by allowing dynamic properties (@adrianbj )
8
+
5
9
## [ 1.5.2] - 2022-09-20
6
10
7
11
- Fix notice when adding shortcut URLs as strings
@@ -251,8 +255,9 @@ Chart panel improvements:
251
255
252
256
- Initial public release
253
257
254
- [ Unreleased ] : https://github.com/daun/processwire-dashboard/compare/v1.5.2 ...HEAD
258
+ [ Unreleased ] : https://github.com/daun/processwire-dashboard/compare/v1.5.3 ...HEAD
255
259
260
+ [ 1.5.3 ] : https://github.com/daun/processwire-dashboard/releases/tag/v1.5.3
256
261
[ 1.5.2 ] : https://github.com/daun/processwire-dashboard/releases/tag/v1.5.2
257
262
[ 1.5.1 ] : https://github.com/daun/processwire-dashboard/releases/tag/v1.5.1
258
263
[ 1.5.0 ] : https://github.com/daun/processwire-dashboard/releases/tag/v1.5.0
Original file line number Diff line number Diff line change 16
16
* @author Philipp Daun <post@philippdaun.net>
17
17
* @license GPL-3.0
18
18
*/
19
+
20
+ #[\AllowDynamicProperties]
19
21
abstract class DashboardPanel extends Wire implements Module
20
22
{
21
23
/**
You can’t perform that action at this time.
0 commit comments