@@ -3,7 +3,7 @@ Contributors: ringier, wkhayrattee
33Tags: ringier, bus, api, cde
44Requires at least: 6.0
55Tested up to: 6.8.1
6- Stable tag: 3.2 .0
6+ Stable tag: 3.3 .0
77Requires PHP: 8.1
88License: GPLv2 or later
99License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -128,6 +128,36 @@ This plugin requires *PHP version >= 8.1*.
128128
129129== Changelog ==
130130
131+ ### [3.3.0] - 2025-06-24 ###
132+
133+ #### Added ####
134+ * (payload) Custom Taxonomy support for category related properties within the Article payload
135+ * (payload) Author Events:
136+ * AuthorCreated
137+ * AuthorUpdated
138+ * AuthorDeleted
139+ * (payload) Topic Events:
140+ * TopicCreated
141+ * TopicUpdated
142+ * TopicDeleted
143+ * (UI) Introduced checkboxes (Settings page) to toggle ON/OFF event sending for Authors Events
144+ * (UI) Introduced checkboxes (Settings page) to toggle ON/OFF event sending for Topic Events (categories and tags).
145+ * (UI) Tooling Menu for batch syncing and flushing transients
146+ * (UI) Batch Syncing Mechanism with real-time progression updates during sync operations
147+ * batch syncing Topics events
148+ * batch syncing Author events
149+ * (code) Used WordPress-native features like wp_remote_*() with the above new events in place of Guzzle/Symfony dependencies
150+ * (code) Introduced new Enums for writer type, hook priorities, and author roles to improve clarity and reuse
151+
152+ #### Changed ####
153+ * Improved error reporting with contextual messages and consistent formatting
154+ * (dependency) Replaced Monolog logging logic with native PHP for better control and performance
155+ * (dependency) Used WordPress-native features like wp_remote_*() and transient in place of Guzzle/Symfony dependencies
156+ * (code) Reduced transient expiry for recently created authors from 10s to 5s for more accurate event filtering
157+ * (code) Adopted a pure WordPress templating approach for better separation of logic and templates
158+ * (code) refactored logging message + removed redundant log inputs
159+
160+
131161### 3.2.0 (May 15, 2024) ###
132162* [NEW] UI + Logic: Added a checkbox (in settings page) to allow users to enable/disable the Quick Edit button
133163* [NEW] UI + Logic: Added a checkbox to let users select which custom post_type should be sent as Events
0 commit comments