Skip to content

Commit 146e93f

Browse files
committed
Update WordPress version and changelog in readme.txt.
1 parent ad4dc83 commit 146e93f

File tree

1 file changed

+206
-117
lines changed

1 file changed

+206
-117
lines changed

src/readme.txt

Lines changed: 206 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: code, snippets, multisite, php, css
55
License: MIT
66
License URI: license.txt
77
Stable tag: 3.6.5.1
8-
Tested up to: 6.5.3
8+
Tested up to: 6.6.2
99

1010
An easy, clean and simple way to enhance your site with code snippets.
1111

@@ -43,8 +43,11 @@ https://youtu.be/uzND-wdSCMQ
4343

4444
1. Log into your WordPress admin
4545
2. Click __Plugins__
46+
4647
3. Click __Add New__
48+
4749
4. Search for __Code Snippets__
50+
4851
5. Click __Install Now__ under "Code Snippets"
4952
6. Activate the plugin
5053

@@ -100,125 +103,211 @@ You can report security bugs found in the source code of this plugin through the
100103

101104
== Changelog ==
102105

103-
= 3.6.5 (24 May 2024) =
104-
* Added: New admin menu providing useful resources and updates on the Code Snippets plugin and community.
105-
106-
= 3.6.4 (15 Mar 2024) =
107-
* Fixed: Minor type compatability issue with newer versions of PHP.
108-
* Improvement: Increment the revision number of CSS and JS snippet when using the 'Reset Caches' debug action. (PRO)
109-
* Fixed: Undefined array key issue when initiating cloud sync. (PRO)
110-
* Fixed: Bug preventing downloading a single snippet from a bundle. (PRO)
111-
* Added: AI generation for all snippet types: HTML, CSS, JS. (PRO)
112-
* Fixed: Translations not loading for strings in JavaScript files.
113-
* Improved: UX in generate dialog, such as allowing 'Enter' to submit the form. (PRO)
114-
* Added: Button to create a cloud connection directly from the Snippets menu when disconnected. (PRO)
115-
116-
= 3.6.3 (13 Nov 2023) =
117-
* Fixed: Import error when initialising cloud sync configuration. (PRO)
118-
* Improved: Added debug action for resetting snippets caches.
119-
120-
= 3.6.2 (11 Nov 2023) =
121-
* Fixed: Error when attempting to save shared network snippets marked as active.
122-
* Fixed: Type error when rendering checkbox fields without a stored or default value.
123-
* Fixed: Removed automatic encoding of code content.
124-
* Fixed: Label for snippet sharing input incorrectly linked to input field.
125-
* Fixed: Error when attempting to download export files from Edit menu.
126-
* Fixed: Issue loading Freemius string overrides too early. (PRO)
127-
* Fixed: Fix redirect URL when connecting with OAuth on subdirectory or HTTPS sites. (PRO)
128-
* Fixed: Import error when attempting to completely uninstall the plugin.
129-
130-
= 3.6.1 (07 Nov 2023) =
131-
* Fixed: Issue accessing fields on Snippets class.
132-
133-
= 3.6.0 (07 Nov 2023) =
106+
= 3.6.5 (2024-05-24) =
107+
108+
__Added__
109+
110+
* New admin menu providing useful resources and updates on the Code Snippets plugin and community.
111+
112+
= 3.6.4 (2024-03-15) =
113+
114+
__Added__
115+
116+
* AI generation for all snippet types: HTML, CSS, JS. (PRO)
117+
* Button to create a cloud connection directly from the Snippets menu when disconnected. (PRO)
118+
119+
__Changed__
120+
121+
* Increment the revision number of CSS and JS snippet when using the 'Reset Caches' debug action. (PRO)
122+
* UX in generate dialog, such as allowing 'Enter' to submit the form. (PRO)
123+
124+
__Fixed__
125+
126+
* Minor type compatability issue with newer versions of PHP.
127+
* Undefined array key issue when initiating cloud sync. (PRO)
128+
* Bug preventing downloading a single snippet from a bundle. (PRO)
129+
* Translations not loading for strings in JavaScript files.
130+
131+
= 3.6.3 (2023-11-13) =
132+
133+
__Added__
134+
135+
* Added debug action for resetting snippets caches.
136+
137+
__Fixed__
138+
139+
* Import error when initialising cloud sync configuration. (PRO)
140+
141+
= 3.6.2 (2023-11-11) =
142+
143+
__Removed__
144+
145+
* Removed automatic encoding of code content.
146+
147+
__Fixed__
148+
149+
* Error when attempting to save shared network snippets marked as active.
150+
* Type error when rendering checkbox fields without a stored or default value.
151+
* Label for snippet sharing input incorrectly linked to input field.
152+
* Error when attempting to download export files from Edit menu.
153+
* Issue loading Freemius string overrides too early. (PRO)
154+
* Fix redirect URL when connecting with OAuth on subdirectory or HTTPS sites. (PRO)
155+
* Import error when attempting to completely uninstall the plugin.
156+
157+
= 3.6.1 (2023-11-07) =
158+
159+
__Fixed__
160+
161+
* Issue accessing fields on Snippets class.
162+
163+
= 3.6.0 (2023-11-07) =
164+
165+
__Added__
166+
167+
* Ability to authenticate with Code Snippets Cloud using OAuth. (PRO)
168+
* Integration with GPT AI for generating snippets. (PRO)
169+
* Ability to generate line-by-line descriptions of snippet code with GPT AI. (PRO)
170+
* Ability to generate tags and description text from existing snippet code with GPT AI. (PRO)
171+
* Added debug settings menu for manually performing problem-solving actions.
172+
* Filter to disable scroll-into-view functionality for edit page notices.
173+
174+
__Changed__
175+
134176
* Updated minimum PHP requirement to 7.4.
177+
* Ensure that the URL of the edit snippet page changes when adding a new snippet.
178+
* Snippet tags will automatically be added when focus is lost on the tags field.
179+
180+
__Fixed__
181+
182+
* Moved active status border on edit name field to left-hand side.
183+
* New notices will not scroll if already at top of page.
184+
* Potential CSRF vulnerability allowing an authenticated user to reset settings.
185+
186+
= 3.5.1 (2023-09-15) =
187+
188+
__Fixed__
189+
190+
* Undefined array key error when accessing plugin settings page. (PRO)
191+
* Issue registering API endpoints affecting edit post screen. (PRO)
192+
* Snippet ID instead of snippet object being passed to `code_snippets/update_snippet` action hook.
193+
194+
= 3.5.0 (2023-09-13) =
195+
196+
__Added__
135197

136-
* Added: Ability to authenticate with Code Snippets Cloud using OAuth. (PRO)
137-
* Added: Integration with GPT AI for generating snippets. (PRO)
138-
* Added: Ability to generate line-by-line descriptions of snippet code with GPT AI. (PRO)
139-
* Added: Ability to generate tags and description text from existing snippet code with GPT AI. (PRO)
140-
141-
* Improved: Ensure that the URL of the edit snippet page changes when adding a new snippet.
142-
* Improved: Snippet tags will automatically be added when focus is lost on the tags field.
143-
* Improved: Added debug settings menu for manually performing problem-solving actions.
144-
* Fixed: Moved active status border on edit name field to left-hand side.
145-
* Added: Filter to disable scroll-into-view functionality for edit page notices.
146-
* Fixed: New notices will not scroll if already at top of page.
147-
* Fixed: Potential CSRF vulnerability allowing an authenticated user to reset settings.
148-
149-
= 3.5.1 (15 Sep 2023) =
150-
* Fixed: Undefined array key error when accessing plugin settings page. (PRO)
151-
* Fixed: Issue registering API endpoints affecting edit post screen. (PRO)
152-
153-
= 3.5.0 (14 Sep 2023) =
154-
* Added: Support for the Code Snippets Cloud API.
155-
* Added: Search and download public snippets.
156-
* Added: Codevault back-up and synchronisation. (PRO)
157-
* Added: Synchronised local snippets are automatically updated in Cloud. (PRO)
158-
* Added: Bulk actions - 'update' and 'download'.
159-
* Added: Download snippets from public and private codevaults. (PRO)
160-
* Added: Search and download any publicly viewable snippet in Code Snippet Cloud by keyword or name of codevault. (PRO)
161-
* Added: Deploy snippets to plugin from Code Snippets Cloud app. (PRO)
162-
* Added: Bundles of Joy! Search and download Snippet Bundles in one go direct from Code Snippets Cloud. (PRO)
163-
* Fixed: Error when attempting to update network shared snippets after saving. [[#](https://wordpress.org/support/topic/activating-snippets-breaks-on-wordpress-6-3/)]
164-
* Improved: Redirect to snippets table when deleting snippet from the edit menu.
165-
* Improved: Scroll new notices into view on edit menu.
166-
167-
= 3.4.2 (05 Jul 2023) =
168-
* Fixed: Issue causing export process to fail with fatal error. [[#](https://wordpress.org/support/topic/critical-error-on-exporting-snippets/)]
169-
* Fixed: Type issue on `the_posts` filter when no posts available. [[#](https://wordpress.org/support/topic/collision-with-plugin-xml-sitemap-google-news/)]
170-
171-
= 3.4.1 (29 Jun 2023) =
172-
* Fixed: Undefined array key error. [[#](https://wordpress.org/support/topic/after-updating-occasionally-getting-undefined-array-key-query/)]
173-
* Fixed: Potential type issue when loading Prism. [[#](https://wordpress.org/support/topic/code-snippets-fatal-error-breaking-xml-sitemaps/)]
174-
* Improved: Added better debugging when calling REST API methods from the edit menu.
175-
* Improved: Escape special characters when sending snippet code through AJAX to avoid false-positives from security modules. [[#](https://wordpress.org/support/topic/latest-3-4-0-ajax-bug-cannot-save-snippets-403-error/)]
176-
* Improved: Only display the latest update or error notice on the edit page, instead of allowing them to stack.
177-
* Fixed: Potential type issue when sorting snippets. [[#](https://github.com/codesnippetspro/code-snippets/issues/166)]
178-
* Fixed: Issue preventing asset revision numbers from updating correctly. (PRO) [[#](https://github.com/codesnippetspro/code-snippets/issues/166)]
179-
180-
= 3.4.0 (17 May 2023) =
181-
* Added: Proper WordPress REST API support for retrieving and modifying snippets.
182-
* Improved: Better compatibility with modern versions of PHP (7.0+).
183-
* Improved: Converted Edit/Add New Snippet page to use React.
198+
* Support for the Code Snippets Cloud API.
199+
* Search and download public snippets.
200+
* Codevault back-up and synchronisation. (PRO)
201+
* Synchronised local snippets are automatically updated in Cloud. (PRO)
202+
* Bulk actions - 'update' and 'download'.
203+
* Download snippets from public and private codevaults. (PRO)
204+
* Search and download any publicly viewable snippet in Code Snippet Cloud by keyword or name of codevault. (PRO)
205+
* Deploy snippets to plugin from Code Snippets Cloud app. (PRO)
206+
* Bundles of Joy! Search and download Snippet Bundles in one go direct from Code Snippets Cloud. (PRO)
207+
208+
__Changed__
209+
210+
* Redirect to snippets table when deleting snippet from the edit menu.
211+
* Scroll new notices into view on edit menu.
212+
213+
__Fixed__
214+
215+
* Error when attempting to update network shared snippets after saving. [[#](https://wordpress.org/support/topic/activating-snippets-breaks-on-wordpress-6-3/)]
216+
217+
= 3.4.2 (2023-07-05) =
218+
219+
__Fixed__
220+
221+
* Issue causing export process to fail with fatal error. [[#](https://wordpress.org/support/topic/critical-error-on-exporting-snippets/)]
222+
* Type issue on `the_posts` filter when no posts available. [[#](https://wordpress.org/support/topic/collision-with-plugin-xml-sitemap-google-news/)]
223+
224+
= 3.4.1 (2023-06-29) =
225+
226+
__Added__
227+
228+
* Added better debugging when calling REST API methods from the edit menu.
229+
230+
__Changed__
231+
232+
* Escape special characters when sending snippet code through AJAX to avoid false-positives from security modules. [[#](https://wordpress.org/support/topic/latest-3-4-0-ajax-bug-cannot-save-snippets-403-error/)]
233+
* Only display the latest update or error notice on the edit page, instead of allowing them to stack.
234+
235+
__Fixed__
236+
237+
* Undefined array key error. [[#](https://wordpress.org/support/topic/after-updating-occasionally-getting-undefined-array-key-query/)]
238+
* Potential type issue when loading Prism. [[#](https://wordpress.org/support/topic/code-snippets-fatal-error-breaking-xml-sitemaps/)]
239+
* Potential type issue when sorting snippets. [[#](https://github.com/codesnippetspro/code-snippets/issues/166)]
240+
* Issue preventing asset revision numbers from updating correctly. (PRO) [[#](https://github.com/codesnippetspro/code-snippets/issues/166)]
241+
242+
= 3.4.0 (2023-05-17) =
243+
244+
__Added__
245+
246+
* Proper WordPress REST API support for retrieving and modifying snippets.
247+
* Added help links to content snippet options.
248+
249+
__Changed__
250+
251+
* Better compatibility with modern versions of PHP (7.0+).
252+
* Converted Edit/Add New Snippet page to use React.
184253
* Converted action buttons to asynchronously use REST API endpoints through AJAX.
185254
* Load page components dynamically through React.
186255
* Added action notice queue system.
187256
* Replaced native alert dialog with proper React modal.
188-
* Improved: Catch snippet execution errors to prevent site from crashing.
189-
* Improved: Display recent snippet errors in admin dashboard instead.
190-
* Improved: Updated editor block to use new REST API endpoints. (PRO)
191-
* Improved: Change colour of upgrade notice in Pro plugin. (PRO)
192-
* Improved: All available snippet data is included in export files.
193-
* Improved: Only import specific fields from export file, even if additional fields specified.
194-
* Fixed: Issue preventing editor colorpicker from loading correctly. (PRO)
195-
* Improved: Added help links to content snippet options.
196-
* Improved: Pass additional attributes specified in `[code_snippet]` content shortcode to shortcode content.
197-
* Improved: Make shortcode attributes available as individual variables.
198-
* Improved: Allow boolean attributes to be passed to code snippets shortcodes without specifying a value.
199-
* Improved: Replace external links to Pro pricing page with an upgrade modal.
200-
* Fixed: Issue preventing linting libraries from loading correctly in the code editor.
201-
202-
= 3.3.0 (09 Mar 2023) =
203-
* Fixed: Do not enqueue CSS or JS snippet file if no snippets exist. (PRO)
204-
* Improved: Added additional editor shortcuts to list in tooltip.
205-
* 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)
206-
* Added: Ability to filter shortcode output. Thanks to contributions from [Jack Szwergold](https://github.com/JackSzwergold).
207-
* Fixed: Bug causing all snippets to show in site health information instead of those active.
208-
* Fixed: Unnecessary sanitization of file upload data causing import process to fail on Windows systems.
209-
210-
= 3.2.2 (17 Nov 2022) =
211-
* Fixed: Plugin lacking a valid header error on activation.
212-
213-
= 3.2.1 (05 Oct 2022) =
214-
* Fixed: Issue making survey reminder notice not dismissible.
215-
* Added: `Ctrl`+`/` or `Cmd`+`/` as shortcut for commenting out code in the snippet editor.
216-
* Added: Additional hooks to various snippet actions, thanks to contributions made by [ancient-spirit](https://github.com/ancient-spirit).
217-
* Added: Fold markers, additional keyboard shortcuts and keymap options to snippet editor,
218-
thanks to contributions made by [Amaral Krichman](https://github.com/karmaral).
219-
* Improved: Removed duplicate tables exist query. ([#](https://wordpress.org/support/topic/duplicate-queries-21)).
220-
* Improved: Enabled 'add paragraphs and formatting' option by default for newly inserted content snippets.
221-
* Added: WP-CLI commands for retrieving, activating, deactivating, deleting, creating, updating, exporting and importing snippets.
222-
* Fixed: Path to iron visible when updating the pro plugin.
223-
224-
**[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/master/CHANGELOG.md)**
257+
* Catch snippet execution errors to prevent site from crashing.
258+
* Display recent snippet errors in admin dashboard instead.
259+
* Updated editor block to use new REST API endpoints. (PRO)
260+
* Change colour of upgrade notice in Pro plugin. (PRO)
261+
* All available snippet data is included in export files.
262+
* Only import specific fields from export file, even if additional fields specified.
263+
* Pass additional attributes specified in `[code_snippet]` content shortcode to shortcode content.
264+
* Make shortcode attributes available as individual variables.
265+
* Allow boolean attributes to be passed to code snippets shortcodes without specifying a value.
266+
* Replace external links to Pro pricing page with an upgrade modal.
267+
268+
__Fixed__
269+
270+
* Issue preventing editor colorpicker from loading correctly. (PRO)
271+
* Issue preventing linting libraries from loading correctly in the code editor.
272+
273+
= 3.3.0 (2023-03-09) =
274+
275+
__Added__
276+
277+
* Added additional editor shortcuts to list in tooltip.
278+
* 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)
279+
* Ability to filter shortcode output. Thanks to contributions from [Jack Szwergold](https://github.com/JackSzwergold).
280+
281+
__Fixed__
282+
283+
* Do not enqueue CSS or JS snippet file if no snippets exist. (PRO)
284+
* Bug causing all snippets to show in site health information instead of those active.
285+
* Unnecessary sanitization of file upload data causing import process to fail on Windows systems.
286+
287+
= 3.2.2 (2022-11-17) =
288+
289+
__Fixed__
290+
291+
* Plugin lacking a valid header error on activation.
292+
293+
= 3.2.1 (2022-10-05) =
294+
295+
__Added__
296+
297+
* `Ctrl`+`/` or `Cmd`+`/` as shortcut for commenting out code in the snippet editor.
298+
* Additional hooks to various snippet actions, thanks to contributions made by [ancient-spirit](https://github.com/ancient-spirit).
299+
* Fold markers, additional keyboard shortcuts and keymap options to snippet editor,
300+
thanks to contributions made by [Amaral Krichman](https://github.com/karmaral).
301+
* WP-CLI commands for retrieving, activating, deactivating, deleting, creating, updating, exporting and importing snippets.
302+
303+
__Changed__
304+
305+
* Removed duplicate tables exist query. ([#](https://wordpress.org/support/topic/duplicate-queries-21)).
306+
* Enabled 'add paragraphs and formatting' option by default for newly inserted content snippets.
307+
308+
__Fixed__
309+
310+
* Issue making survey reminder notice not dismissible.
311+
* Path to iron visible when updating the pro plugin.
312+
313+
**[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/core/CHANGELOG.md)**

0 commit comments

Comments
 (0)