You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -176,15 +176,12 @@ Report security bugs through the Patchstack Vulnerability Disclosure Program. Th
176
176
177
177
== Changelog ==
178
178
179
-
= 1.2.0 =
179
+
= 1.1.0 =
180
180
181
181
* New: Server-side highlighting mode powered by highlight.php — syntax is pre-rendered on the server with no JavaScript required on the frontend.
182
182
* 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.
183
-
* Fix: Duplicate `language-*` class on `<code>` elements in client mode when the saved block HTML already carried the class.
184
-
185
-
= 1.1.0 =
186
-
187
183
* New: Added "Plain Text" language option to the language picker. Renders with Prism theme styling but no syntax highlighting.
184
+
* Fix: Duplicate `language-*` class on `<code>` elements in client mode when the saved block HTML already carried the class.
188
185
189
186
= 1.0.0 =
190
187
@@ -202,11 +199,8 @@ Report security bugs through the Patchstack Vulnerability Disclosure Program. Th
202
199
203
200
== Upgrade Notice ==
204
201
205
-
= 1.2.0 =
206
-
Adds server-side highlighting mode (highlight.php) with full theme parity across all 21 Prism themes.
207
-
208
202
= 1.1.0 =
209
-
Adds "Plain Text" to the language picker.
203
+
Adds server-side highlighting mode (highlight.php) with full theme parity across all 21 Prism themes, plus a "Plain Text" language picker option.
0 commit comments