Skip to content

Commit 68383cd

Browse files
committed
Merge branch 'develop'
2 parents 67122e7 + 0ade0e5 commit 68383cd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [1.5.3] - 2023-03-18
6+
7+
- Fix PHP 8.2 deprecation warning by allowing dynamic properties (@adrianbj)
8+
59
## [1.5.2] - 2022-09-20
610

711
- Fix notice when adding shortcut URLs as strings
@@ -251,8 +255,9 @@ Chart panel improvements:
251255

252256
- Initial public release
253257

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
255259

260+
[1.5.3]: https://github.com/daun/processwire-dashboard/releases/tag/v1.5.3
256261
[1.5.2]: https://github.com/daun/processwire-dashboard/releases/tag/v1.5.2
257262
[1.5.1]: https://github.com/daun/processwire-dashboard/releases/tag/v1.5.1
258263
[1.5.0]: https://github.com/daun/processwire-dashboard/releases/tag/v1.5.0

DashboardPanel.class.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* @author Philipp Daun <post@philippdaun.net>
1717
* @license GPL-3.0
1818
*/
19+
20+
#[\AllowDynamicProperties]
1921
abstract class DashboardPanel extends Wire implements Module
2022
{
2123
/**

0 commit comments

Comments
 (0)