Skip to content

Commit ca804fc

Browse files
committed
chore: add release dates and announcement links to changelog entries
1 parent dd966c3 commit ca804fc

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

readme.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,22 @@ Report security bugs through the Patchstack Vulnerability Disclosure Program. Th
176176

177177
== Changelog ==
178178

179-
= 1.1.0 =
179+
= 1.1.0 (10 June 2026) =
180+
181+
*Release Date - 10 June 2026*
182+
183+
Release post: [https://webberzone.com/announcements/code-block-highlighting-v1-1-0/](https://webberzone.com/announcements/code-block-highlighting-v1-1-0/)
180184

181185
* New: Server-side highlighting mode powered by highlight.php — syntax is pre-rendered on the server with no JavaScript required for highlighting.
182186
* New: All 21 Prism themes work identically in both client-side and server-side modes. Server mode now outputs Prism-compatible token classes and loads the same theme CSS, so switching modes produces no visual difference.
183187
* New: Added "Plain Text" language option to the language picker. Renders with Prism theme styling but no syntax highlighting.
184188
* Fix: Duplicate `language-*` class on `<code>` elements in client mode when the saved block HTML already carried the class.
185189

186-
= 1.0.0 =
190+
= 1.0.0 (3 May 2026) =
191+
192+
*Release Date - 3 May 2026*
193+
194+
Release post: [https://webberzone.com/announcements/code-block-highlighting-v1-0-0/](https://webberzone.com/announcements/code-block-highlighting-v1-0-0/)
187195

188196
* Initial release.
189197
* Extends `core/code` with Prism.js syntax highlighting — no block replacement, no block validation errors.

0 commit comments

Comments
 (0)