Skip to content

Commit

Permalink
chor: add renamed functions to compatibility breaking changes changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kryswoj committed Aug 9, 2023
1 parent 3027cd4 commit 179dc6f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,17 @@ Yes! We're offering a [custom plugin development](https://bracketspace.com/custo
* Class methods and properties has been changed from snake_case to camelCase.
* In Post Triggers, dynamic property `$trigger->{$post_type}` has been replaced with static prop `$trigger->post`.
* The same as above applies to Post Trigger datetime tags, namely: postCreationDatetime, postPublicationDatetime, and postModificationDatetime.
* Renamed functions:
notification_adapt() -> BracketSpace\Notification\adaptNotification()
notification_adapt_from() -> BracketSpace\Notification\adaptNotificationFrom()
notification_swap_adapter() -> BracketSpace\Notification\swapNotificationAdapter()
notification_log() -> BracketSpace\Notification\logNotification()
notification_add() -> BracketSpace\Notification\addNotification()
notification_convert_data() -> BracketSpace\Notification\convertNotificationData()
notification_register_settings() -> BracketSpace\Notification\registerSettings()
notification_get_settings() -> BracketSpace\Notification\getSettings()
notification_get_setting() -> BracketSpace\Notification\getSetting()
notification_update_setting() -> BracketSpace\Notification\updateSetting()

== Upgrade Notice ==

Expand Down

0 comments on commit 179dc6f

Please sign in to comment.