BracketSpace Notification Versions Save

WordPress Notification plugin

8.0.15

1 year ago
  • [Fixed] Comment merge tags rendering empty values.
  • [Changed] Development dependencies got some security patches.
  • [Changed] notification/merge_tag/value/resolve now accepts unsanitized value.

8.0.14

1 year ago
  • [Fixed] Outdated dochoooks compatibility file, causing a fatal error while adding new post in some environments.

8.0.13

1 year ago
  • [Fixed] Regression with REST API check.
  • [Changed] repeater_api internal runtime component to api.
  • [Added] get_endpoint method to the API class.

8.0.12

1 year ago
  • [Changed] Logic of assigning property name is moved to Abstract Merge Tag Class
  • [Added] Property names to Term Merge Tags
  • [Added] 6h cache expire to the user queries
  • [Added] Email / Merge tag recipient now can also be separated with semicolon
  • [Added] Endpoint to check whether the REST api is enabled

8.0.11

1 year ago
  • [Changed] Add php_xml to required php extensions.
  • [Changed] Background processing cache is being stored in transient instead of an option.
  • [Fixed] PHP 8.0 and 8.1 compatibility.
  • [Fixed] Improper caching expiration times.
  • [Fixed] Trigger keeping state between subsequent action runs.
  • [Fixed] Password reset trigger is not processed on user registration anymore.
  • [Added] Trigger resume() method to reset the stopped state.

8.0.10

2 years ago
  • [Fixed] User logout trigger. In WordPress 5.5 the context is set properly.
  • [Fixed] Issue with persistent Trigger state if two or more actions assigned to the same trigger were called.
  • [Changed] Carrier's recipients field is now returned with resolved data if available.
  • [Added] Post Published privately trigger.

8.0.9

2 years ago
  • [Fixed] Merge Tags resolver problem caused by overriding the processed trigger instance.
  • [Changed] notification/should_send filter is now executed when the queue is processed, not before the notification is added to the queue.
  • [Added] New queue methods: remove() and clear().

8.0.8

2 years ago
  • [Fixed] Two or more same triggers processed in the same request overwriting each other data.

8.0.7

2 years ago
  • [Fixed] Shortcode stripping regex that was matching JSON arrays.
  • [Changed] Extensions are now reporting updates even if they are not activated.
  • [Changed] Updated EDD Updater class.
  • [Added] Webhook warning logging when response is not valid.

8.0.6

2 years ago
  • [Fixed] Extension activation notice link.
  • [Fixed] Extension activation process.
  • [Fixed] Incorrect empty merge tag cleaning which was misreading JSON format.