PluginProbe
Code Snippets / 4.0.0-beta.2
Code Snippets v4.0.0-beta.2
4.0.0-beta.2 3.10.2 3.10.1 3.10.0 3.10.0-beta.2 3.10.0-beta.1 4.0.0-beta.1 3.9.6 trunk 2.10.0 2.10.1 2.12.0 2.12.1 2.13.0 2.13.1 2.13.2 2.13.3 2.14.0 2.14.1 2.14.2 2.14.3 2.14.4 2.14.5 2.14.6 3.0.0 All 65 releases
← All changes | CHANGELOG.md +229 -94 3.10.1 → 4.0.0-beta.2 View file →
@@ -1,41 +1,141 @@
1 1 # Changelog
2 2
3 +## [4.0.0] (UPCOMING)
4 +
5 +### Added
6 +* AI Agent for building snippets from a description: it proposes a plan you can refine or approve before any code is
7 + written, and can revise the snippets it created. (PRO)
8 +* Snippet revisions, with a history of past versions, a side-by-side diff against the current code, and one-click
9 + restore. (PRO)
10 +* Display conditions for controlling where and when a snippet runs, without writing the checks by hand. (PRO)
11 +* Per-role snippet permissions, so you can decide which roles may view, edit, activate, or delete snippets. (PRO)
12 +* Blueprints for setting up a site from a saved collection of snippets and settings. (PRO)
13 +* Flat file storage, for keeping snippets as files so they can be version-controlled alongside the rest of a site. (PRO)
14 +* "Ran on this page" tracking, showing which snippets actually executed on the page you are viewing. (PRO)
15 +* Natural-language search in Community Cloud, so you can describe what you need instead of guessing keywords. (PRO)
16 +* Snippet deployment from Code Snippets Cloud to connected sites, including deploying several snippets under one shared
17 + display condition. (PRO)
18 +* Installing a cloud bundle onto a connected site as a standalone plugin. (PRO)
19 +* Updating Code Snippets Pro on a connected site from the cloud dashboard. (PRO)
20 +* Drift detection, which reports when a snippet on the site no longer matches the copy stored in the cloud. (PRO)
21 +* New admin interface for managing snippets, with a cleaner layout, faster interactions, and a more consistent
22 + experience across plugin screens. (PRO)
23 +* Card view for browsing snippets, with a view switcher on the snippets table and Community Cloud. (PRO)
24 +* Snippet preview modal for viewing snippet code from the snippets table without opening the editor. (PRO)
25 +* Automatic hiding of unrelated admin notices from other plugins on Code Snippets screens. (PRO)
26 +* Admin bar snippet drawer, based on the Deckerweb Snippets workflow, for quick access to snippets and Safe Mode from
27 + the WordPress admin bar. (PRO)
28 +* Snippet locking to help prevent accidental edits or deletion of important snippets. Props
29 + to https://github.com/mgiannopoulos24. (PRO)
30 +* Improved screen options on the main snippets table, including controls for visible columns and truncating long snippet
31 + names or descriptions. (PRO)
32 +* Bulk actions and bulk code download support in the redesigned snippets table. (PRO)
33 +* Featured snippets and improved browsing in Community Cloud. (PRO)
34 +* WordPress modern theme admin styling compatibility. (PRO)
35 +* Clearer accessibility labels, headings, tab markup, table checkboxes, sort buttons, copy buttons, and drag-and-drop
36 + upload controls. (PRO)
37 +* Feedback reporter for sending bug reports, feature requests and general feedback from the plugin screens, with an
38 + optional summary of the site environment so the team can reproduce the problem. (PRO)
39 +
40 +### Changed
41 +* Redesigned the main snippets table with improved search, filtering, sorting, pagination, row actions, and bulk
42 + selection. (PRO)
43 +* Improved the snippet import and migration experience, including clearer file upload handling and third-party plugin
44 + migration flows. (PRO)
45 +* Improved snippet error handling so activation failures, validation errors, and stack traces are easier to understand.
46 + (PRO)
47 +* Improved Community Cloud search and filtering, including server-side filters, better result loading, and clearer empty
48 + states. (PRO)
49 +* Updated the welcome screen, toolbar, import screen, and cloud screens to match the new admin experience. (PRO)
50 +* Updated internal plugin architecture to a cleaner PSR-4 structure for better long-term maintainability. (PRO)
51 +* Improved accessibility across the snippets table, import screen, migration flow, Community Cloud, welcome screen,
52 + toolbar, dialogs, tooltips, and code editor. (PRO)
53 +* Improved colour contrast and reduced-motion support across admin screens. (PRO)
54 +* Faster loading of large code vaults, which are now fetched a page at a time instead of all at once. (PRO)
55 +
56 +### Fixed
57 +* Fixed AI conversations from one connected site being visible from another. (PRO)
58 +* Fixed a snippet list stored in Code Snippets Cloud being emptied when the site was temporarily unable to read its own
59 + snippets. (PRO)
60 +* Fixed REST API server error responses on missing snippets. (PRO)
61 +* Fixed redundant frontend logic, improving overall performance. (PRO)
62 +* Fixed Community Cloud search results and pagination to respect WordPress screen options. (PRO)
63 +* Fixed snippet saving and activation feedback to improve validation and runtime error display. (PRO)
64 +* Fixed downloaded Community Cloud snippets appearing as not downloaded after a page reload. (PRO)
65 +* Fixed network snippet lookups using the wrong database table on multisite. (PRO)
66 +* Fixed the inactive snippets count including trashed snippets. (PRO)
67 +* Fixed featured Community Cloud snippets failing to load with some cloud API responses. (PRO)
68 +* Fixed bulk actions in Community Cloud running against an empty selection, so selected snippets were never downloaded.
69 + (PRO)
70 +
71 +## [3.10.2] (2026-09-01)
72 +
73 +### Added
74 +* Added a confirmation flow for run-once snippet execution and hardened the handler to prevent failed or confusing
75 + actions.
76 +
77 +### Changed
78 +* Snippet names now respect the row truncation Screen Option in the admin list for better readability.
79 +* Version switching AJAX requests now validate the correct nonce, improving reliability when updating snippet versions.
80 +
81 +### Fixed
82 +* Fixed safe mode fatal errors caused by an undefined wp_get_current_user () call.
83 +* Fixed PHP validation being triggered incorrectly when activating snippets in bulk.
84 +* Fixed saving issues after a user session expires.
85 +* Fixed warnings caused by aliased field names when reading modified snippet fields.
86 +* Fixed vendor autoloader issues by stripping unprefixed namespace references.
87 +* Resolved issues where snippet names and version switches could behave inconsistently in the admin UI.
88 +
3 89 ## [3.10.1] (2026-08-28)
4 90
5 91 ### Changed
6 -* Enhanced active-link visibility in the toolbar with border-based styling
7 -* Standardized sidebar label font sizing for consistency
92 +* Enhanced active-link visibility in the toolbar with border-based styling.
8 93
9 94 ### Fixed
10 -* Fixed admin bar script loading on core to work correctly on front-end
11 -* Fixed snippet modification dates to send with proper UTC offset
12 -* Fixed row truncation screen option to persist correctly across sessions
13 -* Fixed sticky sidebar from displaying unwanted horizontal scrollbar
95 +* Fixed a fatal error affecting snippets that use a `namespace` or `declare` statement.
96 +* Fixed the snippets page rendering blank when another plugin's screen settings filter returned an invalid value.
97 +* Fixed snippet saving on hosts that block REST API `PUT` and `PATCH` requests, by sending writes as `POST` with a
98 + method override.
99 +* Fixed the Snippets List Order setting not being applied to the snippets list.
100 +* Fixed admin bar snippet scripts failing to load on the free version, including on the site front end.
101 +* Fixed snippet modified dates being sent without the correct UTC offset.
102 +* Fixed the row truncation screen option not persisting across sessions.
103 +* Fixed inconsistent sidebar label sizes.
104 +* Fixed the sticky editor sidebar showing an unwanted horizontal scrollbar.
14 105
15 106 ## [3.10.0] (2026-08-24)
16 107
17 108 ### Added
18 -* New admin interface for managing snippets, with a cleaner layout, faster interactions, and a more consistent experience across plugin screens.
109 +* New admin interface for managing snippets, with a cleaner layout, faster interactions, and a more consistent
110 + experience across plugin screens.
19 111 * Card view for browsing snippets, with a view switcher on the snippets table and Community Cloud.
20 112 * Snippet preview modal for viewing snippet code from the snippets table without opening the editor.
21 113 * Automatic hiding of unrelated admin notices from other plugins on Code Snippets screens.
22 -* Admin bar snippet drawer, based on the Deckerweb Snippets workflow, for quick access to snippets and Safe Mode from the WordPress admin bar.
23 -* Snippet locking to help prevent accidental edits or deletion of important snippets. Props to https://github.com/mgiannopoulos24.
24 -* Improved screen options on the main snippets table, including controls for visible columns and truncating long snippet names or descriptions.
114 +* Admin bar snippet drawer, based on the Deckerweb Snippets workflow, for quick access to snippets and Safe Mode from
115 + the WordPress admin bar.
116 +* Snippet locking to help prevent accidental edits or deletion of important snippets. Props
117 + to https://github.com/mgiannopoulos24.
118 +* Improved screen options on the main snippets table, including controls for visible columns and truncating long snippet
119 + names or descriptions.
25 120 * Bulk actions and bulk code download support in the redesigned snippets table.
26 121 * Featured snippets and improved browsing in Community Cloud.
27 122 * WordPress modern theme admin styling compatibility.
28 -* Clearer accessibility labels, headings, tab markup, table checkboxes, sort buttons, copy buttons, and drag-and-drop upload controls.
123 +* Clearer accessibility labels, headings, tab markup, table checkboxes, sort buttons, copy buttons, and drag-and-drop
124 + upload controls.
29 125
30 126 ### Changed
31 -* Redesigned the main snippets table with improved search, filtering, sorting, pagination, row actions, and bulk selection.
32 -* Improved the snippet import and migration experience, including clearer file upload handling and third-party plugin migration flows.
127 +* Redesigned the main snippets table with improved search, filtering, sorting, pagination, row actions, and bulk
128 + selection.
129 +* Improved the snippet import and migration experience, including clearer file upload handling and third-party plugin
130 + migration flows.
33 131 * Improved snippet error handling so activation failures, validation errors, and stack traces are easier to understand.
34 -* Improved Community Cloud search and filtering, including server-side filters, better result loading, and clearer empty states.
132 +* Improved Community Cloud search and filtering, including server-side filters, better result loading, and clearer empty
133 + states.
35 134 * Updated the welcome screen, toolbar, import screen, and cloud screens to match the new admin experience.
36 135 * Updated internal plugin architecture to a cleaner PSR-4 structure for better long-term maintainability.
37 -* Improved accessibility across the snippets table, import screen, migration flow, Community Cloud, welcome screen, toolbar, dialogs, tooltips, and code editor.
136 +* Improved accessibility across the snippets table, import screen, migration flow, Community Cloud, welcome screen,
137 + toolbar, dialogs, tooltips, and code editor.
38 138 * Improved colour contrast and reduced-motion support across admin screens.
39 139
40 140 ### Fixed
41 141 * Fixed REST API server error responses on missing snippets.
@@ -61,9 +161,10 @@
61 161 ## [3.9.4] (2026-01-14)
62 162
63 163 ### Added
64 164 * New import functionality to migrate snippets from file uploads with drag-and-drop interface.
65 -* Support for importing snippets from other popular plugins (Header Footer Code Manager, Insert Headers and Footers, Insert PHP Code Snippet).
165 +* Support for importing snippets from other popular plugins (Header Footer Code Manager, Insert Headers and Footers,
166 + Insert PHP Code Snippet).
66 167 * Enhanced file based execution support with improved multisite mode compatibility.
67 168
68 169 ### Fixed
69 170 * Fixed multisite capability checks in Plugin class.
@@ -72,9 +173,10 @@
72 173
73 174 ## [3.9.3] (2025-12-03)
74 175
75 176 ### Added
76 -* End-to-end tests to verify the toggle visual state in the snippets list page, improving UI verification and test reliability.
177 +* End-to-end tests to verify the toggle visual state in the snippets list page, improving UI verification and test
178 + reliability.
77 179
78 180 ### Fixed
79 181 * Restored missing styles styling and direction-aware layout from Manage menu.
80 182 * Ensure correct transformation value is used when detecting state of activation toggle.
@@ -109,9 +211,10 @@
109 211 * Added contextual notices in the Snippets list table to surface action results and warnings in the UI
110 212 * Expanded Multisite Sharing settings for clearer control over network-wide snippet sharing
111 213
112 214 ### Changed
113 -* Modernized browser support targets and polished admin UI (clearer row-action badges, improved Pro badge hover, refined active snippet name styling)
215 +* Modernized browser support targets and polished admin UI (clearer row-action badges, improved Pro badge hover, refined
216 + active snippet name styling)
114 217
115 218 ### Fixed
116 219 * Fixed REST API pagination to return correct results and page counts
117 220 * Resolved styling selector so the active snippet name highlights reliably
@@ -221,9 +324,10 @@
221 324 * Created proper form for sharing beta feedback.
222 325 * Improved UX of snippet activation toggle.
223 326
224 327 ### Fixed
225 -* Fetching active snippets on a multisite network now respects the 'priority' field above all else when ordering snippets.
328 +* Fetching active snippets on a multisite network now respects the 'priority' field above all else when ordering
329 + snippets.
226 330 * Cloud search appears correctly and allows downloading snippets in the free version of Code Snippets.
227 331 * Improved performance of loading admin menu icon.
228 332
229 333 ## [3.6.9] (2025-02-17)
@@ -228,9 +332,10 @@
228 332
229 333 ## [3.6.9] (2025-02-17)
230 334
231 335 ### Changed
232 -* Updated `Cloud_API::get_bundles()` to properly check bundle data and return an empty array if no valid bundles are present.
336 +* Updated `Cloud_API::get_bundles()` to properly check bundle data and return an empty array if no valid bundles are
337 + present.
233 338 * Refactored `Cloud_List_Table::fetch_snippets()` to always return a valid `Cloud_Snippets` instance.
234 339 * Cleaned up bundle iteration code and improved translation handling in the bundles view.
235 340
236 341 ### Fixed
@@ -244,9 +349,10 @@
244 349 ### Changed
245 350 * Updated Freemius SDK to the latest version. (PRO)
246 351
247 352 ### Removed
248 -* Functionality allowing `[code_snippet]` shortcodes to be embedded recursively – it will be re-added in a future version.
353 +* Functionality allowing `[code_snippet]` shortcodes to be embedded recursively – it will be re-added in a future
354 + version.
249 355
250 356 ### Fixed
251 357 * Shortcodes embedded within `[code_snippet]` shortcodes not evaluating correctly.
252 358 * Translation functions being called too early in some instances when loading plugin settings.
@@ -257,17 +363,21 @@
257 363 ## [3.6.7] (2025-01-24)
258 364
259 365 ### Added
260 366 * Generated snippet shortcode tags will include the snippet name, for easier identification.
261 -* Admin notices will dismiss automatically after five seconds. ([#208](https://github.com/codesnippetspro/code-snippets/issues/208))
367 +* Admin notices will dismiss automatically after five seconds.
368 + ([#208](https://github.com/codesnippetspro/code-snippets/issues/208))
262 369
263 370 ### Changed
264 371 * Updated CSS to use latest Sass features.
265 -* Moved theme selector to just above editor preview on settings page (thanks to [brandonjp]). ([#206](https://github.com/codesnippetspro/code-snippets/issues/206))
266 -* `[code_snippet]` shortcodes can now be nested within each other. ([#198](https://github.com/codesnippetspro/code-snippets/issues/198))
372 +* Moved theme selector to just above editor preview on settings page (thanks to [brandonjp]).
373 + ([#206](https://github.com/codesnippetspro/code-snippets/issues/206))
374 +* `[code_snippet]` shortcodes can now be nested within each other.
375 + ([#198](https://github.com/codesnippetspro/code-snippets/issues/198))
267 376
268 377 ### Fixed
269 -* Save buttons above editor did not follow usual validation process in Pro. (PRO) ([#197](https://github.com/codesnippetspro/code-snippets/issues/197))
378 +* Save buttons above editor did not follow usual validation process in Pro. (PRO)
379 + ([#197](https://github.com/codesnippetspro/code-snippets/issues/197))
270 380 * Minor inconsistencies in consistent UI elements between Core and Pro.
271 381 * Tags input not allowing input. ([#211](https://github.com/codesnippetspro/code-snippets/issues/211))
272 382 * Issue with Elementor source code widget. (PRO) ([#205](https://github.com/codesnippetspro/code-snippets/issues/205))
273 383 * Snippet descriptions not visible when viewing cloud search results.
@@ -391,15 +501,18 @@
391 501 * Redirect to snippets table when deleting snippet from the edit menu.
392 502 * Scroll new notices into view on edit menu.
393 503
394 504 ### Fixed
395 -* Error when attempting to update network shared snippets after saving. [[#](https://wordpress.org/support/topic/activating-snippets-breaks-on-wordpress-6-3/)]
505 +* Error when attempting to update network shared snippets after
506 + saving. [[#](https://wordpress.org/support/topic/activating-snippets-breaks-on-wordpress-6-3/)]
396 507
397 508 ## [3.4.2] (2023-07-05)
398 509
399 510 ### Fixed
400 -* Issue causing export process to fail with fatal error. [[#](https://wordpress.org/support/topic/critical-error-on-exporting-snippets/)]
401 -* Type issue on `the_posts` filter when no posts available. [[#](https://wordpress.org/support/topic/collision-with-plugin-xml-sitemap-google-news/)]
511 +* Issue causing export process to fail with fatal
512 + error. [[#](https://wordpress.org/support/topic/critical-error-on-exporting-snippets/)]
513 +* Type issue on `the_posts` filter when no posts
514 + available. [[#](https://wordpress.org/support/topic/collision-with-plugin-xml-sitemap-google-news/)]
402 515
403 516 ## [3.4.1] (2023-06-29)
404 517
405 518 ### Added
@@ -405,16 +518,20 @@
405 518 ### Added
406 519 * Added better debugging when calling REST API methods from the edit menu.
407 520
408 521 ### Changed
409 -* 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/)]
522 +* Escape special characters when sending snippet code through AJAX to avoid false-positives from security
523 + modules. [[#](https://wordpress.org/support/topic/latest-3-4-0-ajax-bug-cannot-save-snippets-403-error/)]
410 524 * Only display the latest update or error notice on the edit page, instead of allowing them to stack.
411 525
412 526 ### Fixed
413 -* Undefined array key error. [[#](https://wordpress.org/support/topic/after-updating-occasionally-getting-undefined-array-key-query/)]
414 -* Potential type issue when loading Prism. [[#](https://wordpress.org/support/topic/code-snippets-fatal-error-breaking-xml-sitemaps/)]
527 +* Undefined array key
528 + error. [[#](https://wordpress.org/support/topic/after-updating-occasionally-getting-undefined-array-key-query/)]
529 +* Potential type issue when loading
530 + Prism. [[#](https://wordpress.org/support/topic/code-snippets-fatal-error-breaking-xml-sitemaps/)]
415 531 * Potential type issue when sorting snippets. [[#](https://github.com/codesnippetspro/code-snippets/issues/166)]
416 -* Issue preventing asset revision numbers from updating correctly. (PRO) [[#](https://github.com/codesnippetspro/code-snippets/issues/166)]
532 +* Issue preventing asset revision numbers from updating correctly.
533 + (PRO) [[#](https://github.com/codesnippetspro/code-snippets/issues/166)]
417 534
418 535 ## [3.4.0] (2023-05-17)
419 536
420 537 ### Added
@@ -423,12 +540,12 @@
423 540
424 541 ### Changed
425 542 * Better compatibility with modern versions of PHP (7.0+).
426 543 * Converted Edit/Add New Snippet page to use React:
427 - - Converted action buttons to asynchronously use REST API endpoints through AJAX.
428 - - Load page components dynamically through React.
429 - - Added action notice queue system
430 - - Replaced native alert dialog with proper React modal.
544 + - Converted action buttons to asynchronously use REST API endpoints through AJAX.
545 + - Load page components dynamically through React.
546 + - Added action notice queue system
547 + - Replaced native alert dialog with proper React modal.
431 548 * Catch snippet execution errors to prevent site from crashing.
432 549 * Display recent snippet errors in admin dashboard instead.
433 550 * Updated editor block to use new REST API endpoints. (PRO)
434 551 * Change colour of upgrade notice in Pro plugin. (PRO)
@@ -446,9 +563,10 @@
446 563 ## [3.3.0] (2023-03-09)
447 564
448 565 ### Added
449 566 * Added additional editor shortcuts to list in tooltip.
450 -* Filter for changing Snippets admin menu position. [See this help article for more information.](https://codesnippets.pro/doc/snippets-menu-location/)
567 +* Filter for changing Snippets admin menu
568 + position. [See this help article for more information.](https://codesnippets.pro/doc/snippets-menu-location/)
451 569 * Ability to filter shortcode output. Thanks to contributions from [Jack Szwergold](https://github.com/JackSzwergold).
452 570
453 571 ### Fixed
454 572 * Do not enqueue CSS or JS snippet file if no snippets exist. (PRO)
@@ -463,12 +581,14 @@
463 581 ## [3.2.1] (2022-10-05)
464 582
465 583 ### Added
466 584 * `Ctrl`+`/` or `Cmd`+`/` as shortcut for commenting out code in the snippet editor.
467 -* Additional hooks to various snippet actions, thanks to contributions made by [ancient-spirit](https://github.com/ancient-spirit).
585 +* Additional hooks to various snippet actions, thanks to contributions made
586 + by [ancient-spirit](https://github.com/ancient-spirit).
468 587 * Fold markers, additional keyboard shortcuts and keymap options to snippet editor,
469 588 thanks to contributions made by [Amaral Krichman](https://github.com/karmaral).
470 -* WP-CLI commands for retrieving, activating, deactivating, deleting, creating, updating, exporting and importing snippets.
589 +* WP-CLI commands for retrieving, activating, deactivating, deleting, creating, updating, exporting and importing
590 + snippets.
471 591
472 592 ### Changed
473 593 * Removed duplicate tables exist query. ([#](https://wordpress.org/support/topic/duplicate-queries-21)).
474 594 * Enabled 'add paragraphs and formatting' option by default for newly inserted content snippets.
@@ -485,9 +605,10 @@
485 605 * Additional features to front-end PrismJS code highlighter, including automatic links and a copy button.
486 606 * Support for multiple code styles in the source code Gutenberg editor block. (PRO)
487 607 * Admin notice announcing release of Code Snippets Pro.
488 608 * Button for copying shortcode text to clipboard.
489 -* Option to choose from 44 different themes for the Prism code highlighter in the source editor block and Elementor widget. (PRO)
609 +* Option to choose from 44 different themes for the Prism code highlighter in the source editor block and Elementor
610 + widget. (PRO)
490 611
491 612 ### Changed
492 613 * Include Code Snippets CSS and JS source code in distributed package.
493 614 * Don't delete data from plugin if deleting Code Snippets Free while Code Snippets Pro is active.
@@ -604,17 +725,18 @@
604 725
605 726 ## [2.14.3] (2021-12-10)
606 727
607 728 ### Fixed
608 -* Potential security issue outputting snippets-safe-mode query variable value as-is. Thanks to Krzysztof Zając for reporting.
729 +* Potential security issue outputting snippets-safe-mode query variable value as-is. Thanks to Krzysztof Zając for
730 + reporting.
609 731
610 732 ## [2.14.2] (2021-09-09)
611 733
612 734 ### Added
613 735 * Added translations:
614 - - Spanish by [Ibidem Group](https://www.ibidemgroup.com)
615 - - Urdu by [Samuel Badree](https://mobilemall.pk/)
616 - - Greek by [Toni Bishop from Jrop](https://www.jrop.com/)
736 + - Spanish by [Ibidem Group](https://www.ibidemgroup.com)
737 + - Urdu by [Samuel Badree](https://mobilemall.pk/)
738 + - Greek by [Toni Bishop from Jrop](https://www.jrop.com/)
617 739 * Support for `:class` syntax to the code validator.
618 740 * PHP8 support to the code linter.
619 741 * Color picker feature to the code editor.
620 742 * Failsafe to prevent multiple versions of Code Snippets from running simultaneously.
@@ -635,9 +757,10 @@
635 757 ### Fixed
636 758 * Code validator now supports `function_exists` and `class_exists` checks.
637 759 * Code validator now supports anonymous functions.
638 760 * Issue with saving the hidden columns setting.
639 -* Replaced the outdated tag-it library with [tagger](https://github.com/jcubic/tagger) for powering the snippet tags editor.
761 +* Replaced the outdated tag-it library with [tagger](https://github.com/jcubic/tagger) for powering the snippet tags
762 + editor.
640 763
641 764 ## [2.14.0] (2020-01-26)
642 765
643 766 ### Added
@@ -656,9 +779,10 @@
656 779 * Code editor will now properly highlight embedded HTML, CSS and JavaScript code.
657 780 * Fixed a bug preventing the editor theme from being set to default.
658 781 * Ensure that imported snippets are always inactive.
659 782 * Check the referer on the import menu to prevent CSRF attacks.
660 - Thanks to [Chloe with the Wordfence Threat Intelligence team](https://www.wordfence.com/blog/author/wfchloe/) for reporting.
783 + Thanks to [Chloe with the Wordfence Threat Intelligence team](https://www.wordfence.com/blog/author/wfchloe/) for
784 + reporting.
661 785 * Ensure that individual snippet action links use proper verification.
662 786
663 787 ## [2.13.3] (2019-03-13)
664 788
@@ -703,9 +827,10 @@
703 827
704 828 ## [2.13.0] (2018-12-17)
705 829
706 830 ### Added
707 -* Search/replace functionality to the snippet editor. [See here for a list of keyboard shortcuts.](https://codemirror.net/demo/search.html) [[#](https://wordpress.org/support/topic/feature-request-codemirror-search-and-replace/)]
831 +* Search/replace functionality to the snippet
832 + editor. [See here for a list of keyboard shortcuts.](https://codemirror.net/demo/search.html) [[#](https://wordpress.org/support/topic/feature-request-codemirror-search-and-replace/)]
708 833 * Option to make admin menu more compact.
709 834 * Added additional styles to editor settings preview.
710 835 * PHP linter to code editor.
711 836
@@ -723,9 +848,10 @@
723 848 ### Changed
724 849 * CodeMirror updated to version 5.41.0.
725 850 * Attempt to create database columns that might be missing after a table upgrade.
726 851 * Streamlined upgrade process.
727 -* Made search box appear at top of page on mobile. [[#](https://wordpress.org/support/topic/small-modification-for-mobile-ux/)]
852 +* Made search box appear at top of page on
853 + mobile. [[#](https://wordpress.org/support/topic/small-modification-for-mobile-ux/)]
728 854 * Updated screenshots.
729 855
730 856 ### Fixed
731 857 * Interface layout on sites using right-to-left languages.
@@ -780,9 +906,9 @@
780 906 ## [2.10.1] (2018-02-10)
781 907
782 908 ### Fixed
783 909 * Prevent errors when trying to export no snippets.
784 -* Use wp_json_encode() to encode export data.
910 +* Use wp_json_encode () to encode export data.
785 911 * Check both the file extension and MIME type of uploaded import files.
786 912
787 913 ## [2.10.0] (2018-01-18)
788 914
@@ -852,9 +978,9 @@
852 978 ## [2.9.0] (2017-09-06)
853 979
854 980 ### Changed
855 981 * Moved code to disable snippet execution into a filter hook.
856 -* execute_active_snippets() function updated with improved efficiency.
982 +* execute_active_snippets () function updated with improved efficiency.
857 983 * Renamed Snippet class to avoid name collisions with other plugins.
858 984 * Don't hide output when executing a snippet.
859 985
860 986 ### Fixed
@@ -870,10 +996,12 @@
870 996
871 997 ## [2.8.6] (2017-05-14)
872 998
873 999 ### Fixed
874 -* Fixed snippet description field alias not mapping correctly, causing snippet descriptions to not be displayed in the table or when editing a snippet.
875 -* Ensured that get_snippets() function retrieves snippets with the correct 'network' setting. Fixes snippet edit links in network admin.
1000 +* Fixed snippet description field alias not mapping correctly, causing snippet descriptions to not be displayed in the
1001 + table or when editing a snippet.
1002 +* Ensured that get_snippets () function retrieves snippets with the correct 'network' setting. Fixes snippet edit links
1003 + in network admin.
876 1004
877 1005 ## [2.8.5] (2017-05-13)
878 1006
879 1007 ### Added
@@ -915,9 +1043,10 @@
915 1043
916 1044 ### Fixed
917 1045 * Fixed admin menu items not translating.
918 1046 * Corrected editor alignment on RTL sites. ([#](https://wordpress.org/support/topic/suggestion-css-fix-for-rtl-sites/))
919 -* Fixed bulk actions running when Filter button is clicked. ([#](https://wordpress.org/support/topic/bug-with-filtering-action-buttons/))
1047 +* Fixed bulk actions running when Filter button is clicked.
1048 + ([#](https://wordpress.org/support/topic/bug-with-filtering-action-buttons/))
920 1049
921 1050 ## [2.8.0] (2016-12-14)
922 1051
923 1052 ### Changed
@@ -954,9 +1083,10 @@
954 1083 ### Changed
955 1084 * Updated CodeMirror to version 5.19.0.
956 1085
957 1086 ### Security
958 -* Ensured that the editor theme setting is properly validated. Thanks to [Netsparker](https://www.netsparker.com) for reporting.
1087 +* Ensured that the editor theme setting is properly validated. Thanks to [Netsparker](https://www.netsparker.com) for
1088 + reporting.
959 1089 * Ensured that snippet tags are properly escaped. Thanks to [Netsparker](https://www.netsparker.com) for reporting.
960 1090
961 1091 ## [2.7.0] (2016-07-23)
962 1092
@@ -970,11 +1100,13 @@
970 1100
971 1101 ### Fixed
972 1102 * Fixed plugin translations being loaded.
973 1103 * Fixed description field not being imported.
974 -* Fixed issue with CodeMirror rubyblue theme. [[#](https://wordpress.org/support/topic/a-problem-with-the-cursor-color-and-the-fix-that-worked-for-me)]
1104 +* Fixed issue with CodeMirror rubyblue
1105 + theme. [[#](https://wordpress.org/support/topic/a-problem-with-the-cursor-color-and-the-fix-that-worked-for-me)]
975 1106 * Fixed snippet fields not importing.
976 -* Fixed a minor XSS vulnerability discovered by Burak Kelebek. [[#](https://wordpress.org/support/topic/security-vulnerability-20)]
1107 +* Fixed a minor XSS vulnerability discovered by Burak
1108 + Kelebek. [[#](https://wordpress.org/support/topic/security-vulnerability-20)]
977 1109
978 1110 ## [2.6.1] (2016-02-10)
979 1111
980 1112 ### Changed
@@ -1034,9 +1166,10 @@
1034 1166
1035 1167 ## [2.4.1] (2015-09-17)
1036 1168
1037 1169 ### Fixed
1038 -* Fixed CodeMirror themes not being detected on settings page [[#](https://wordpress.org/support/topic/updated-to-240-now-i-cant-switch-theme)]
1170 +* Fixed CodeMirror themes not being detected on settings
1171 + page [[#](https://wordpress.org/support/topic/updated-to-240-now-i-cant-switch-theme)]
1039 1172
1040 1173 ## [2.4.0] (2015-09-17)
1041 1174
1042 1175 ### Added
@@ -1060,9 +1193,10 @@
1060 1193 ## [2.3.0] (2015-05-20)
1061 1194
1062 1195 ### Added
1063 1196 * Added icons for admin and front-end snippets to manage table.
1064 -* Added filter switch to prevent a snippet from executing. ([#25](https://github.com/codesnippetspro/code-snippets/issues/25))
1197 +* Added filter switch to prevent a snippet from executing.
1198 + ([#25](https://github.com/codesnippetspro/code-snippets/issues/25))
1065 1199
1066 1200 ### Changed
1067 1201 * Improved settings retrieval by caching settings.
1068 1202 * Updated Russian translation by [Alexey Chumakov](http://chumakov.ru/).
@@ -1096,9 +1230,9 @@
1096 1230 * Made minor updates to French translation file.
1097 1231
1098 1232 ### Fixed
1099 1233 * Resolved JavaScript error on edit snippet pages.
1100 -* Added polyfill for array_replace_recursive() function for PHP 5.2.
1234 +* Added polyfill for array_replace_recursive () function for PHP 5.2.
1101 1235
1102 1236 ## [2.2.1] (2015-05-10)
1103 1237
1104 1238 ### Fixed
@@ -1169,9 +1303,10 @@
1169 1303 * Added Chinese translation thanks to Jincheng Shan.
1170 1304 * Added Russian translation by Alexander Samsonov.
1171 1305 * Added Slovak translation by [Ján Fajčák] from [WordPress Slovakia](https://wp.sk).
1172 1306 * Added setting to always save and activate snippets by default.
1173 -* Added braces to single-line conditionals in line with [new coding standards](https://make.wordpress.org/core/2013/11/13/proposed-coding-standards-change-always-require-braces/).
1307 +* Added braces to single-line conditionals in line
1308 + with [new coding standards](https://make.wordpress.org/core/2013/11/13/proposed-coding-standards-change-always-require-braces/).
1174 1309
1175 1310 ### Changed
1176 1311 * Improved plugin file structure.
1177 1312 * Updated CodeMirror library to version 5.0.
@@ -1211,9 +1346,10 @@
1211 1346 ## [1.9.0] (2013-11-11)
1212 1347
1213 1348 ### Added
1214 1349 * Added French translation thanks to translator [oWEB](http://office-web.net).
1215 -* Added 'Save & Deactivate' button to the edit snippet page. ([#](https://wordpress.org/support/topic/deactivate-button-in-edit-snippet-page))
1350 +* Added 'Save & Deactivate' button to the edit snippet page.
1351 + ([#](https://wordpress.org/support/topic/deactivate-button-in-edit-snippet-page))
1216 1352 * Added nonce to edit snippet page.
1217 1353 * Added a fallback MP6 icon.
1218 1354
1219 1355 ### Changed
@@ -1221,10 +1357,12 @@
1221 1357 * Improved CodeMirror implementation.
1222 1358 * Updated CodeMirror to version 3.19.
1223 1359 * Updated WordPress.org plugin banner.
1224 1360 * Add and remove network capabilities as super admins are added and removed.
1225 -* Replaced buggy trim `<?php` and `?>` functionality with a much more reliable regex method. ([#](https://wordpress.org/support/topic/character-gets-cut))
1226 -* Make the title of each snippet on the manage page a clickable link to edit the snippet ([#](https://wordpress.org/support/topic/deactivate-button-in-edit-snippet-page?replies=9#post-4682757))
1361 +* Replaced buggy trim `<?php` and `?>` functionality with a much more reliable regex method.
1362 + ([#](https://wordpress.org/support/topic/character-gets-cut))
1363 +* Make the title of each snippet on the manage page a clickable link to edit the snippet
1364 + ([#](https://wordpress.org/support/topic/deactivate-button-in-edit-snippet-page?replies=9#post-4682757))
1227 1365 * Hide row actions on manage snippet page by default.
1228 1366 * Use the proper WordPress database APIs consistently.
1229 1367 * Rewritten export functionality.
1230 1368
@@ -1233,9 +1371,11 @@
1233 1371 * Removed screenshots from plugin.
1234 1372 * Removed CodeMirror bundled with plugin.
1235 1373
1236 1374 ### Fixed
1237 -* Fixed snippet failing to save when code contains `%` character, props to [nikan06](https://wordpress.org/support/profile/nikan06). ([#](https://wordpress.org/support/topic/percent-sign-bug))
1375 +* Fixed snippet failing to save when code contains `%` character, props
1376 + to [nikan06](https://wordpress.org/support/profile/nikan06).
1377 + ([#](https://wordpress.org/support/topic/percent-sign-bug))
1238 1378 * Fixed HTML breaking in export files. ([#](https://wordpress.org/support/topic/import-problem-7))
1239 1379 * Fixed incorrect export filename.
1240 1380 * Fixed CodeMirror incompatibility with the WP Editor plugin.
1241 1381 * Fixed CodeMirror incompatibility with the Debug Bar Console plugin.
@@ -1259,9 +1399,11 @@
1259 1399 ### Added
1260 1400 * Added error message handling for import snippets page.
1261 1401
1262 1402 ### Changed
1263 -* Improved database table creation method: on a single-site install, the snippets table will always be created. On a multisite install, the network snippets table will always be created; the site-specific table will always be created for the main site; for sub-sites the snippets table will only be created on a visit to a snippets admin page.
1403 +* Improved database table creation method: on a single-site install, the snippets table will always be created. On a
1404 + multisite install, the network snippets table will always be created; the site-specific table will always be created
1405 + for the main site; for sub-sites the snippets table will only be created on a visit to a snippets admin page.
1264 1406 * Updated to CodeMirror 3.14.
1265 1407 * Allow no snippet name or code to be set.
1266 1408 * Prevented an error on fresh multisite installations.
1267 1409 * Refactored code to use best practices.
@@ -1285,9 +1427,10 @@
1285 1427 ## [1.7.1] (2013-04-22)
1286 1428
1287 1429 ### Added
1288 1430 * Added German translation thanks to [David Decker](https://deckerweb.de)
1289 -* Allow or deny site administrators access to snippet admin menus. Set your preference in the **Enable Administration Menus** setting under the *Settings > Network Settings* network admin menu.
1431 +* Allow or deny site administrators access to snippet admin menus. Set your preference in the **Enable Administration
1432 + Menus** setting under the *Settings > Network Settings* network admin menu.
1290 1433
1291 1434 ### Changed
1292 1435 * Updated PHP Documentation completely. [[View online](https://bungeshea.github.io/code-snippets/api)]
1293 1436 * Only load admin functions when viewing dashboard.
@@ -1300,9 +1443,10 @@
1300 1443 ## [1.7.0] (2013-03-26)
1301 1444
1302 1445 ### Added
1303 1446 * Added icon for the new MP6 admin UI ([#](https://wordpress.org/support/topic/icon-disappears-with-mp6))
1304 -* Allow plugin to be activated on individual sites on multisite ([#](https://wordpress.org/support/topic/dont-work-at-multisite))
1447 +* Allow plugin to be activated on individual sites on multisite
1448 + ([#](https://wordpress.org/support/topic/dont-work-at-multisite))
1305 1449 * Strip PHP tags from the beginning and end of a snippet on save ([#](https://wordpress.org/support/topic/php-tags))
1306 1450 * Change label in admin menu when editing a snippet.
1307 1451
1308 1452 ### Changed
@@ -1316,14 +1460,16 @@
1316 1460 ### Removed
1317 1461 * Removed HTML, CSS and JavaScript CodeMirror modes that were messing things up.
1318 1462
1319 1463 ### Fixed
1320 -* Fixed a bug with saving snippets per page option ([#](https://wordpress.org/support/topic/plugin-code-snippets-snippets-per-page-does-not-work#post-3710991))
1464 +* Fixed a bug with saving snippets per page option
1465 + ([#](https://wordpress.org/support/topic/plugin-code-snippets-snippets-per-page-does-not-work#post-3710991))
1321 1466
1322 1467 ## [1.6.1] (2012-12-29)
1323 1468
1324 1469 ### Fixed
1325 -* Fixed a bug with permissions not being applied on install ([#](https://wordpress.org/support/topic/permissions-problem-after-install))
1470 +* Fixed a bug with permissions not being applied on install
1471 + ([#](https://wordpress.org/support/topic/permissions-problem-after-install))
1326 1472 * Fixed a bug in the uninstall method ([#](https://wordpress.org/support/topic/bug-in-delete-script))
1327 1473
1328 1474 ## [1.6.0] (2012-12-22)
1329 1475
@@ -1348,21 +1494,24 @@
1348 1494 ## [1.5.0] (2012-09-18)
1349 1495
1350 1496 ### Added
1351 1497 * Added custom capabilities.
1352 -* Added 'Export to PHP' feature. ([#](https://wordpress.org/support/topic/plugin-code-snippets-suggestion-bulk-export-to-php))
1498 +* Added 'Export to PHP' feature.
1499 + ([#](https://wordpress.org/support/topic/plugin-code-snippets-suggestion-bulk-export-to-php))
1353 1500 * Added i18n.
1354 1501
1355 1502 ### Changed
1356 1503 * Updated CodeMirror to version 2.33.
1357 1504 * Updated the 'Manage Snippets' page to use the WP_List_Table class:
1358 - - Added 'Screen Options' tab to 'Manage Snippets' page.
1359 - - Added search capability to 'Manage Snippets' page.
1360 - - Added views to easily filter activated, deactivated and recently activated snippets.
1361 - - Added ID column to 'Manage Snippets' page.
1362 - - Added sortable name and ID column on 'Manage Snippets' page ([#](https://wordpress.org/support/topic/plugin-code-snippets-suggestion-sort-by-snippet-name))
1505 + - Added 'Screen Options' tab to 'Manage Snippets' page.
1506 + - Added search capability to 'Manage Snippets' page.
1507 + - Added views to easily filter activated, deactivated and recently activated snippets.
1508 + - Added ID column to 'Manage Snippets' page.
1509 + - Added sortable name and ID column on 'Manage Snippets' page
1510 + ([#](https://wordpress.org/support/topic/plugin-code-snippets-suggestion-sort-by-snippet-name))
1363 1511 * Improved API.
1364 -* Lengthened snippet name field to 64 characters. ([#](https://wordpress.org/support/topic/plugin-code-snippets-snippet-title-limited-to-36-characters))
1512 +* Lengthened snippet name field to 64 characters.
1513 + ([#](https://wordpress.org/support/topic/plugin-code-snippets-snippet-title-limited-to-36-characters))
1365 1514
1366 1515 ## [1.4.0] (2012-08-20)
1367 1516
1368 1517 ### Added
@@ -1404,11 +1553,13 @@
1404 1553
1405 1554 ## [1.1.0] (2012-06-24)
1406 1555
1407 1556 ### Fixed
1408 -* Fixed a permissions bug with `DISALLOW_FILE_EDIT` being set to true. ([#](https://wordpress.org/support/topic/plugin-code-snippets-cant-add-new))
1557 +* Fixed a permissions bug with `DISALLOW_FILE_EDIT` being set to true.
1558 + ([#](https://wordpress.org/support/topic/plugin-code-snippets-cant-add-new))
1409 1559 * Fixed a bug with the page title reading 'Add New Snippet' on the 'Edit Snippets' page.
1410 -* Fixed a bug not allowing the plugin to be Network Activated. ([#](https://wordpress.org/support/topic/plugin-code-snippets-network-activate-does-not-create-snippets-tables))
1560 +* Fixed a bug not allowing the plugin to be Network Activated.
1561 + ([#](https://wordpress.org/support/topic/plugin-code-snippets-network-activate-does-not-create-snippets-tables))
1411 1562
1412 1563 ## [1.0.0] (2012-06-13)
1413 1564
1414 1565 ### Added
@@ -1416,24 +1567,8 @@
1416 1567
1417 1568 [brandonjp]: https://github.com/brandonjp
1418 1569
1419 1570 [unreleased]: https://github.com/codesnippetspro/code-snippets/tree/core
1420 -[3.10.0]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.10.0
1421 -[3.9.6]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.9.6
1422 -[3.9.5]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.9.5
1423 -[3.9.4]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.9.4
1424 -[3.9.3]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.9.3
1425 -[3.9.2]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.9.2
1426 -[3.9.1]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.9.1
1427 -[3.9.0]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.9.0
1428 -[3.9.0-beta.2]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.9.0-beta.2
1429 -[3.9.0-beta.1]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.9.0-beta.1
1430 -[3.8.2]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.8.2
1431 -[3.8.1]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.8.1
1432 -[3.8.0]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.8.0
1433 -[3.7.1-beta.3]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.7.1-beta.3
1434 -[3.7.1-beta.2]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.7.1-beta.2
1435 -[3.7.1-beta.1]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.7.1-beta.1
1436 1571 [3.7.0]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.7.0
1437 1572 [3.6.7]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.6.7
1438 1573 [3.6.6.1]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.6.6.1
1439 1574 [3.6.6]: https://github.com/codesnippetspro/code-snippets/releases/tag/v3.6.6