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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
## 3.4.0 (unreleased)
3
+
## 3.4.0 (17 May 2023)
4
4
* Added: Proper WordPress REST API support for retrieving and modifying snippets.
5
5
* Improved: Better compatibility with modern versions of PHP (7.0+).
6
6
* Improved: Converted Edit/Add New Snippet page to use React.
@@ -20,8 +20,9 @@
20
20
* Improved: Make shortcode attributes available as individual variables.
21
21
* Improved: Allow boolean attributes to be passed to code snippets shortcodes without specifying a value.
22
22
* Improved: Replace external links to Pro pricing page with an upgrade modal.
23
+
* Fixed: Issue preventing linting libraries from loading correctly in the code editor.
23
24
24
-
## 3.3.0 (09 Mar 2022)
25
+
## 3.3.0 (09 Mar 2023)
25
26
* Fixed: Do not enqueue CSS or JS snippet file if no snippets exist. (PRO)
26
27
* Improved: Added additional editor shortcuts to list in tooltip.
27
28
* Added: Filter for changing Snippets admin menu position. [See this help article for more information.](https://help.codesnippets.pro/article/61-how-can-i-change-the-location-of-the-snippets-admin-menu)
An easy, clean and simple way to run code snippets on your site.
11
11
@@ -128,7 +128,29 @@ The best way to do this is to fork the [repository on GitHub](https://github.com
128
128
129
129
== Changelog ==
130
130
131
-
= 3.3.0 (09 Mar 2022) =
131
+
= 3.4.0 (17 May 2023) =
132
+
* Added: Proper WordPress REST API support for retrieving and modifying snippets.
133
+
* Improved: Better compatibility with modern versions of PHP (7.0+).
134
+
* Improved: Converted Edit/Add New Snippet page to use React.
135
+
* Converted action buttons to asynchronously use REST API endpoints through AJAX.
136
+
* Load page components dynamically through React.
137
+
* Added action notice queue system.
138
+
* Replaced native alert dialog with proper React modal.
139
+
* Improved: Catch snippet execution errors to prevent site from crashing.
140
+
* Improved: Display recent snippet errors in admin dashboard instead.
141
+
* Improved: Updated editor block to use new REST API endpoints. (PRO)
142
+
* Improved: Change colour of upgrade notice in Pro plugin. (PRO)
143
+
* Improved: All available snippet data is included in export files.
144
+
* Improved: Only import specific fields from export file, even if additional fields specified.
145
+
* Fixed: Issue preventing editor colorpicker from loading correctly. (PRO)
146
+
* Improved: Added help links to content snippet options.
147
+
* Improved: Pass additional attributes specified in `[code_snippet]` content shortcode to shortcode content.
148
+
* Improved: Make shortcode attributes available as individual variables.
149
+
* Improved: Allow boolean attributes to be passed to code snippets shortcodes without specifying a value.
150
+
* Improved: Replace external links to Pro pricing page with an upgrade modal.
151
+
* Fixed: Issue preventing linting libraries from loading correctly in the code editor.
152
+
153
+
= 3.3.0 (09 Mar 2023) =
132
154
* Fixed: Do not enqueue CSS or JS snippet file if no snippets exist. (PRO)
133
155
* Improved: Added additional editor shortcuts to list in tooltip.
134
156
* Added: Filter for changing Snippets admin menu position. [See this help article for more information.](https://help.codesnippets.pro/article/61-how-can-i-change-the-location-of-the-snippets-admin-menu)
0 commit comments