Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
daun committed Mar 18, 2023
2 parents 67122e7 + 0ade0e5 commit 68383cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [1.5.3] - 2023-03-18

- Fix PHP 8.2 deprecation warning by allowing dynamic properties (@adrianbj)

## [1.5.2] - 2022-09-20

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

- Initial public release

[Unreleased]: https://github.com/daun/processwire-dashboard/compare/v1.5.2...HEAD
[Unreleased]: https://github.com/daun/processwire-dashboard/compare/v1.5.3...HEAD

[1.5.3]: https://github.com/daun/processwire-dashboard/releases/tag/v1.5.3
[1.5.2]: https://github.com/daun/processwire-dashboard/releases/tag/v1.5.2
[1.5.1]: https://github.com/daun/processwire-dashboard/releases/tag/v1.5.1
[1.5.0]: https://github.com/daun/processwire-dashboard/releases/tag/v1.5.0
Expand Down
2 changes: 2 additions & 0 deletions DashboardPanel.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* @author Philipp Daun <post@philippdaun.net>
* @license GPL-3.0
*/

#[\AllowDynamicProperties]
abstract class DashboardPanel extends Wire implements Module
{
/**
Expand Down

0 comments on commit 68383cd

Please sign in to comment.