Skip to content

Commit

Permalink
Bumped version to 5.2.1, updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsgoingd committed Mar 27, 2024
1 parent d9b2804 commit a7a4284
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.2.1

- fixed collecting Laravel database notifications using toDatabase and broadcast notifications using toArray (implemented by ryzr, thanks!)
- fixed serialization of incomplete PHP classes (implemented by hamedghaderi, thanks!)

5.2

- added new security protection - running Clockwork is now restricted to local domains unless explicitly enabled
Expand Down
2 changes: 1 addition & 1 deletion Clockwork/Clockwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class Clockwork
{
// Clockwork library version
const VERSION = '5.2';
const VERSION = '5.2.1';

// Array of data sources, these objects collect metadata for the current application run
protected $dataSources = [];
Expand Down

0 comments on commit a7a4284

Please sign in to comment.