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 | readme.txt +201 -529 2.13.0 → 4.0.0-beta.2 View file →
@@ -1,62 +1,61 @@
1 1 === Code Snippets ===
2 -Contributors: bungeshea
3 -Donate link: https://sheabunge.com/donate
4 -Tags: code-snippets, snippets, code, php, network, multisite
5 -Requires at least: 3.6
6 -Tested up to: 5.0.1
7 -Requires PHP: 5.2
8 -Stable tag: 2.13.0
9 -License: MIT
2 +Contributors: bungeshea, ver3, lightbulbman, 0aksmith, johnpixle, carolinaop, tallblokeuk
3 +Donate link: https://codesnippets.pro
4 +Tags: code, snippets, multisite, php, css
5 +License: GPL-2.0-or-later
10 6 License URI: license.txt
7 +Stable tag: 3.10.2
8 +Requires at least: 5.5
9 +Tested up to: 7.1
10 +Requires PHP: 7.4
11 11
12 -An easy, clean and simple way to add code snippets to your site.
12 +An easy, clean, and simple way to enhance your site with code snippets.
13 13
14 14 == Description ==
15 15
16 -Code Snippets is an easy, clean and simple way to add code snippets to your site. It removes the need to add custom snippets to your theme theme's `functions.php` file.
16 +**✂ Code Snippets** provides an effortless way to enhance your WordPress site.
17 17
18 -A snippet is a small chunk of PHP code that you can use to extend the functionality of a WordPress-powered website; essentially a mini-plugin with less load on your site.
19 -Most snippet-hosting sites tell you to add snippet code to your active theme's `functions.php` file, which can get rather long and messy after a while.
20 -Code Snippets changes that by providing a GUI interface for adding snippets and **actually running them on your site** just as if they were in your theme's `functions.php` file.
18 +**🚀 Upgrade to Code Snippets Pro** for complete CSS, JavaScript, Gutenberg, Elementor and cloud synchronisation integrations. **[Elevate your snippets experience now!](https://codesnippets.pro/pricing)**
21 19
22 -Code Snippets provides graphical interface, similar to the Plugins menu, for managing snippets. Snippets can can be activated and deactivated, just like plugins. The snippet editor includes fields for a name, a visual editor-enabled description, tags to allow you to categorize snippets, and a full-featured code editor. Snippets can be exported for transfer to another side, either in JSON for later importing by the Code Snippets plugin, or in PHP for creating your own plugin or theme.
20 +Say goodbye to the hassle of tweaking your theme's `functions.php` file and downloading endless plugins – Code Snippets simplifies the process!
23 21
24 -If you have any feedback, issues, or suggestions for improvements please leave a topic in the [Support Forum](https://wordpress.org/support/plugin/code-snippets), or [join the community on Facebook](https://facebook.com/groups/codesnippetsplugin).
22 +A snippet is like a mini-plugin for your WordPress site, providing added functionality without the clutter.
25 23
26 -If you like this plugin, or it is useful to you in some way, please consider reviewing it on [WordPress.org](https://wordpress.org/support/view/plugin-reviews/code-snippets).
24 +Unlike other solutions that involve dumping code into your `functions.php` file, Code Snippets offers an intuitive graphical interface for seamless integration and real-time execution. Managing snippets is as easy as activating and deactivating plugins, only without the bloat and overhead.
27 25
28 -If you'd like to contribute to the plugin's code or translate it into another language, you can [fork the plugin on GitHub](https://github.com/sheabunge/code-snippets).
26 +**🎥 Watch a quick overview by Imran Siddiq:**
29 27
30 -= Translations =
28 +https://youtu.be/uzND-wdSCMQ
31 29
32 -Code Snippets can be used in these different languages thanks to the following translators:
30 +☁️ Each copy of Code Snippets includes full integration with the community-powered [Code Snippets Cloud](https://codesnippets.cloud/) platform, providing easy access to hundreds of tweaks and enhancements ready to power-up any WordPress site.
33 31
34 -* Belarusian - [Hrank.com](https://www.hrank.com)
35 -* Brazilian Portuguese – [Bruno Borges](http://brunoborges.info)
36 -* French (Canada) - [Dominic Desbiens](http://www.dominicdesbiens.com/)
37 -* Indonesian - [Jordan Silaen from ChameleonJohn.com](https://www.chameleonjohn.com/)
38 -* German - [Mario Siegmann](http://web-alltag.de/), [Joerg Knoerchen](http://www.sensorgrafie.de/), and [David Decker](http://deckerweb.de)
39 -* Dutch - [Sander Spies](https://github.com/sander1)
40 -* Slovak - [Ján Fajčák](http://wp.sk)
41 -* Russian - [Alexander Samsonov](http://www.wordpressplugins.ru/administration/code-snippets.html)
42 -* Chinese - [Jincheng Shan](http://shanjincheng.com)
43 -* Serbo-Croatian - [Borisa Djuraskovic from Web Hosting Hub](http://www.webhostinghub.com/)
44 -* Japanese - [mt8](http://mt8.biz/)
45 -* French - [oWEB](http://office-web.net)
32 +**🌐 Connect with us:**
46 33
34 +* [Support Forum](https://wordpress.org/support/plugin/code-snippets)
35 +* [Facebook Community](https://facebook.com/groups/codesnippetsplugin)
36 +* [Discord Community](https://snipco.de/discord)
37 +* [GitHub Repository](https://github.com/codesnippetspro/code-snippets)
38 +
39 +🌟 Like our plugin? Find it useful? Please consider sharing your experience by [leaving a review on WordPress.org](https://wordpress.org/support/view/plugin-reviews/code-snippets). Your feedback is instrumental to shaping our future growth!
40 +
41 +🌍 We'd like to thank the wonderful people who have helped contribute translations to allow Code Snippets to be used in different languages. [You can find a full list here](https://github.com/codesnippetspro/code-snippets/blob/core/CREDITS.md#translators).
42 +
47 43 == Installation ==
48 44
49 -= Automatic installation =
45 += Automatic Installation =
50 46
51 47 1. Log into your WordPress admin
52 48 2. Click __Plugins__
49 +
53 50 3. Click __Add New__
51 +
54 52 4. Search for __Code Snippets__
53 +
55 54 5. Click __Install Now__ under "Code Snippets"
56 55 6. Activate the plugin
57 56
58 -= Manual installation =
57 += Manual Installation =
59 58
60 59 1. Download the plugin
61 60 2. Extract the contents of the zip file
62 61 3. Upload the contents of the zip file to the `wp-content/plugins/` folder of your WordPress installation
@@ -65,37 +64,20 @@
65 64 Network Activating Code Snippets through the Network Dashboard will enable a special interface for running snippets across the entire network.
66 65
67 66 == Frequently Asked Questions ==
68 67
69 -= How can I insert my snippet into the post text editor? =
70 -Snippets that you add to this plugin are not meant to be inserted into the text editor. Instead, they are run on your site just as if they were added to your functions.php file.
68 +A full list of our Frequently Asked Questions can be found at [codesnippets.pro](https://codesnippets.pro/docs/faq/).
71 69
72 -= Help! I just activated a snippet, and my whole site broke! =
73 -You can try activating 'safe mode'. All snippets will not execute while safe mode is active, allowing you to access your site and deactivate the snippet that is causing the error. To activate safe mode, add the following line to your wp-config.php file, just before the line that reads `/* That's all, stop editing! Happy blogging. */`:
70 += How can I recover my site if it is crashed by a buggy snippet? =
71 +You can recover your site by enabling the Code Snippets safe mode feature. Instructions for how to turn it on are available here: <https://codesnippets.pro/doc/safe-mode/>.
74 72
75 - define('CODE_SNIPPETS_SAFE_MODE', true);
76 -
77 - To turn safe mode off, either [comment out](http://php.net/manual/language.basic-syntax.comments.php) this line or delete it.
78 -
79 -You can also activate safe mode on a per-page basis by appending `?snippets-safe-mode=true` to the URL – this will only work if the current user is logged in as an administrator.
80 -
81 -= Can I search and replace text inside the code editor? =
82 -The code editor supports several search and replace commands, accessible through keyboard shortcuts:
83 -
84 -- `Ctrl-F` / `Cmd-F` – Begin searching
85 -- `Ctrl-G` / `Cmd-G` – Find the next instance of the search term
86 -- `Shift-Ctrl-G` / `Shift-Cmd-G` – Find the previous instance of the search term
87 -- `Shift-Ctrl-F` / `Cmd-Option-F` – Replace text
88 -- `Shift-Ctrl-R` / `Shift-Cmd-Option-F` – Replace all instances of text
89 -- `Alt-F` – Persistent search (dialog remains open, `Enter` to find next, `Shift-Enter` to find previous)
90 -
91 73 = Will I lose my snippets if I change the theme or upgrade WordPress? =
92 74 No, the snippets are stored in the WordPress database, independent of the theme and unaffected by WordPress upgrades.
93 75
94 76 = Can the plugin be completely uninstalled? =
95 -If you enable the 'Complete Uninstall' option on the plugin settings page, Code Snippets will clean up all of its data when deleted through the WordPress 'Plugins' menu. This includes all of the stored snippets. If you would like to preserve the snippets, ensure they are exported first.
77 +If you enable the 'Complete Uninstall' option on the plugin settings page, Code Snippets will clean up all of its data when deleted through the WordPress 'Plugins' menu. This includes all stored snippets. If you would like to preserve the snippets, ensure they are exported first.
96 78
97 -= Can I copy any snippets I have created to another WordPress site? =
79 += Can I copy snippets that I have created to another WordPress site? =
98 80 Yes! You can individually export a single snippet using the link below the snippet name on the 'Manage Snippets' page or bulk export multiple snippets using the 'Bulk Actions' feature. Snippets can later be imported using the 'Import Snippets' page by uploading the export file.
99 81
100 82 = Can I export my snippets to PHP for a site where I'm not using the Code Snippets plugin? =
101 83 Yes. Click the checkboxes next to the snippets you want to export, and then choose **Export to PHP** from the Bulk Actions menu and click Apply. The generated PHP file will contain the exported snippets' code, as well as their name and description in comments.
@@ -105,14 +87,17 @@
105 87
106 88 = Where are the snippets stored in my WordPress database? =
107 89 Snippets are stored in the `wp_snippets` table in the WordPress database. The table name may differ depending on what your table prefix is set to.
108 90
109 -= I need help with Code Snippets / I have an idea for a new feature for Code Snippets =
110 -You can get help with Code Snippets, report bugs or errors, and suggest new features and improvements either on the [WordPress Support Forums](https://wordpress.org/support/plugin/code-snippets) or on [GitHub](https://github.com/sheabunge/code-snippets)
91 += Where can I go for help or suggest new features? =
92 +You can get help with Code Snippets, report bugs or errors, and suggest new features and improvements either on the [WordPress Support Forums](https://wordpress.org/support/plugin/code-snippets) or on [GitHub](https://github.com/codesnippetspro/code-snippets).
111 93
112 -= I want to contribute to and help develop the Code Snippets plugin! =
113 -That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/code-snippets) and send me a pull request.
94 += How can I help contribute to the development of the Code Snippets plugin? =
95 +The best way to do this is to fork the [repository on GitHub](https://github.com/codesnippetspro/code-snippets) and send a pull request.
114 96
97 += How can I report security bugs found in this plugin? =
98 +You can report security bugs found in the source code of this plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/code-snippets). The Patchstack team will assist with verification, triage, and notification of security vulnerabilities.
99 +
115 100 == Screenshots ==
116 101
117 102 1. Managing existing snippets
118 103 2. Adding a new snippet
@@ -120,557 +105,244 @@
120 105 4. Importing snippets from an export file
121 106
122 107 == Changelog ==
123 108
124 -= 2.13.0 (17 Dec 2018) =
125 -* Added: 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/)]
126 -* Updated CodeMirror to version 5.42.0
127 -* Added: Option to make admin menu more compact
128 -* Fixed: Problem clearing recently active snippet list
129 -* Improved: Integration between plugin and the CodeMirror library, to prevent collisions
130 -* Improved: Added additional styles to editor settings preview
131 -* Added: PHP linter to code editor
132 -* Improved: Use external scripts instead of inline scripts
133 -* Fixed: Missing functionality for 'Auto Close Brackets' and 'Highlight Selection Matches' settings
109 += 3.10.2 (2026-09-01) =
134 110
135 -= 2.12.1 (15 Nov 2018) =
136 -* Improved: CodeMirror updated to version 5.41.0
137 -* Improved: Attempt to create database columns that might be missing after a table upgrade
138 -* Improved: Streamlined upgrade process
139 -* Fixed: Interface layout on sites using right-to-left languages
140 -* Improved: Made search box appear at top of page on mobile [[#](https://wordpress.org/support/topic/small-modification-for-mobile-ux/)]
141 -* Updated screenshots
111 +__Added__
142 112
143 -= 2.12.0 (23 Sep 2018) =
144 -* Fixed: Prevented hidden columns setting from reverting to default
145 -* Improved: Updated import page to improve usability
146 -* Improved: Added Import button next to page title on manage page
147 -* Improved: Added coloured banner indicating whether a snippet is active when editing
148 -* Update CodeMirror to 5.40.0
113 +* Added a confirmation flow for run-once snippet execution and hardened the handler to prevent failed or confusing actions.
149 114
150 -= 2.11.0 (24 Jul 2018) =
151 -* Added: Ability to assign a priority to snippets, to determine the order in which they are executed
152 -* Improvement: The editor cursor position will be preserved when saving a snippet
153 -* Added: Pressing Ctrl/Cmd + S while writing a snippet will save it
154 -* Added: Shadow opening PHP tag above the code editor
155 -* Improved: Updated the message shown when there are no snippets
156 -* Added: Install sample snippets when the plugin is installed
157 -* Improved: Show all available tags when selecting the tag field
158 -* Added: Filter hook for controlling the default list table view
159 -* Added: Action for cloning snippets
115 +__Changed__
160 116
161 -= 2.10.2 (21 Jul 2018) =
162 -* Added: Button to reset settings to their default values
163 -* Improved: Made uninstall cleanup optional through a plugin setting
164 -* Fixed: Applied formatting filters to snippet descriptions in the table
165 -* Improved: Ordered tags by name in the filter dropdown menu
166 -* Fixed: Incorrectly translated strings
167 -* Added: Belarusian translation by Hrank.com
168 -* Improved: Enabled sorting snippets table by tags
169 -* Updated CodeMirror to version 5.39.0
117 +* Snippet names now respect the row truncation Screen Option in the admin list for better readability.
118 +* Version switching AJAX requests now validate the correct nonce, improving reliability when updating snippet versions.
170 119
171 -= 2.10.1 (10 Feb 2018) =
172 -* Fixed: Prevent errors when trying to export no snippets
173 -* Fixed: Use wp_json_encode() to encode export data
174 -* Fixed: Check both the file extension and MIME type of uploaded import files
120 +__Fixed__
175 121
176 -= 2.10.0 (18 Jan 2018) =
177 -* Improved: Added support for importing from multiple export files at once
178 -* Improved: Unbold the titles of inactive snippets for greater visual distinction
179 -* Added: New scope for single-use snippets
180 -* Improved: Don't show network snippets on subsites by default, and only to super admins
181 -* Improved: Export snippets to JSON instead of XML
182 -* Improved: More options for importing duplicate snippets
183 -* Improved: Use strings for representing scopes internally instead of numbers
184 -* Added: Allowed plugin settings to be unified on multisite through Network Settings option
185 -* Fixed: Issue with incorrectly treating network snippets as site-wide for code validation
186 -* Improved: Rename 'Export to PHP' to 'Download', and add button to edit snippet page
122 +* Fixed safe mode fatal errors caused by an undefined wp_get_current_user() call.
123 +* Fixed PHP validation being triggered incorrectly when activating snippets in bulk.
124 +* Fixed saving issues after a user session expires.
125 +* Fixed warnings caused by aliased field names when reading modified snippet fields.
126 +* Fixed vendor autoloader issues by stripping unprefixed namespace references.
127 +* Resolved issues where snippet names and version switches could behave inconsistently in the admin UI.
187 128
188 -= 2.9.6 (14 Jan 2018) =
189 -* Added Brazilian Portuguese translation by [Bruno Borges](http://brunoborges.info)
190 -* Fixed: Use standard WordPress capabilities instead of custom capabilities to prevent lockouts
191 -* Fixed: Multisite issue with retrieving active shared snippets from the wrong table causing duplicate snippet execution
192 -* Moved scope and other settings on single snippet page to below code area
129 += 3.10.1 (2026-08-28) =
193 130
194 -= 2.9.5 (13 Jan 2018) =
195 -* Fixed: Undefined function error when accessing the database on multisite
196 -* Fixed: Ensured all admin headings are hierarchical for accessibility
197 -* Made the "Activate By Default" setting enabled by default for new installs
198 -* Updated CodeMirror to version 5.33
131 +__Changed__
199 132
200 -= 2.9.4 (19 Sep 2017) =
201 -* Fixed: Prevented PHP error from occurring when saving a snippet
202 -* Minor improvements to database creation function
133 +* Enhanced active-link visibility in the toolbar with border-based styling.
203 134
204 -= 2.9.3 (11 Sep 2017) =
205 -* Fixed: Prevent snippets from being executed twice when saving due to invalid ID being passed to allow_execute_snippet filter
206 -* Fixed: Re-enabled output suppression when executing snippets
135 +__Fixed__
207 136
208 -= 2.9.2 (8 Sep 2017) =
209 -* Fixed: Do not attempt to combine queries for fetching local and multisite snippets
137 +* Fixed a fatal error affecting snippets that use a `namespace` or `declare` statement.
138 +* Fixed the snippets page rendering blank when another plugin's screen settings filter returned an invalid value.
139 +* Fixed snippet saving on hosts that block REST API `PUT` and `PATCH` requests, by sending writes as `POST` with a method override.
140 +* Fixed the Snippets List Order setting not being applied to the snippets list.
141 +* Fixed admin bar snippet scripts failing to load on the free version, including on the site front end.
142 +* Fixed snippet modified dates being sent without the correct UTC offset.
143 +* Fixed the row truncation screen option not persisting across sessions.
144 +* Fixed inconsistent sidebar label sizes.
145 +* Fixed the sticky editor sidebar showing an unwanted horizontal scrollbar.
210 146
211 -= 2.9.1 (7 Sep 2017) =
212 -* Fixed: Prevent illegal mix of collations errors when fetching snippets from database tables with different collations [[#](https://wordpress.org/support/topic/issue-on-multisite-with-wpml/)]
147 += 3.10.0 (2026-08-24) =
213 148
214 -= 2.9.0 (6 Sep 2017) =
215 -* Fixed: Prevented invalid properties from being set when saving a snippet
216 -* Fixed: Use the correct protocol when saving a snippet
217 -* Improved: Moved code to disable snippet execution into a filter hook
218 -* Fixed: Active shared snippets not being updated correctly
219 -* Improved: execute_active_snippets() function updated with improved efficiency
220 -* Improved: Renamed Snippet class to avoid name collisions with other plugins
221 -* Improved: Don't hide output when executing a snippet
222 -* Updated CodeMirror to version 5.28.0
149 +__Added__
223 150
224 -= 2.8.6 (14 May 2017) =
225 -* Ensure that get_snippets() function retrieves snippets with the correct 'network' setting. Fixes snippet edit links in network admin.
226 -* Fix snippet description field alias not mapping correctly
151 +* New admin interface for managing snippets, with a cleaner layout, faster interactions, and a more consistent experience across plugin screens.
152 +* Card view for browsing snippets, with a view switcher on the snippets table and Community Cloud.
153 +* Snippet preview modal for viewing snippet code from the snippets table without opening the editor.
154 +* Automatic hiding of unrelated admin notices from other plugins on Code Snippets screens.
155 +* Admin bar snippet drawer, based on the Deckerweb Snippets workflow, for quick access to snippets and Safe Mode from the WordPress admin bar.
156 +* Snippet locking to help prevent accidental edits or deletion of important snippets. Props to https://github.com/mgiannopoulos24.
157 +* Improved screen options on the main snippets table, including controls for visible columns and truncating long snippet names or descriptions.
158 +* Bulk actions and bulk code download support in the redesigned snippets table.
159 +* Featured snippets and improved browsing in Community Cloud.
160 +* WordPress modern theme admin styling compatibility.
161 +* Clearer accessibility labels, headings, tab markup, table checkboxes, sort buttons, copy buttons, and drag-and-drop upload controls.
227 162
228 -= 2.8.5 (13 May 2017) =
229 -* Ensured HTML in snippet titles is escaped in snippets table
230 -* Added Indonesian translation by Jordan Silaen from ChameleonJohn.com
231 -* Disallowed undefined fields to be set on the Snippets class
232 -* Prevented shared network snippets from being included twice in snippets table on multisite
233 -* Added setting to hide network snippets on subsites
163 +__Changed__
234 164
235 -= 2.8.4 (29 April 2017) =
236 -* Fixed all snippets being treated as network snippets on non-multisite sites
165 +* Redesigned the main snippets table with improved search, filtering, sorting, pagination, row actions, and bulk selection.
166 +* Improved the snippet import and migration experience, including clearer file upload handling and third-party plugin migration flows.
167 +* Improved snippet error handling so activation failures, validation errors, and stack traces are easier to understand.
168 +* Improved Community Cloud search and filtering, including server-side filters, better result loading, and clearer empty states.
169 +* Updated the welcome screen, toolbar, import screen, and cloud screens to match the new admin experience.
170 +* Updated internal plugin architecture to a cleaner PSR-4 structure for better long-term maintainability.
171 +* Improved accessibility across the snippets table, import screen, migration flow, Community Cloud, welcome screen, toolbar, dialogs, tooltips, and code editor.
172 +* Improved colour contrast and reduced-motion support across admin screens.
237 173
238 -= 2.8.3 (29 April 2017) =
239 -* Updated CodeMirror to version 5.25.0
240 -* Show network active snippets as read-only on multisite subsites
241 -* Added more compete output escaping to prevent XSS errors
174 +__Fixed__
242 175
243 -= 2.8.2 (27 Feb 2017) =
244 -* Fix bug introduced in 2.8.1 that broke code verification functionality by executing code twice
176 +* Fixed REST API server error responses on missing snippets.
177 +* Fixed redundant frontend logic, improving overall performance.
178 +* Fixed Community Cloud search results and pagination to respect WordPress screen options.
179 +* Fixed snippet saving and activation feedback to improve validation and runtime error display.
180 +* Fixed downloaded Community Cloud snippets appearing as not downloaded after a page reload.
181 +* Fixed network snippet lookups using the wrong database table on multisite.
182 +* Fixed the inactive snippets count including trashed snippets.
183 +* Fixed featured Community Cloud snippets failing to load with some cloud API responses.
245 184
246 -= 2.8.1 (25 Feb 2017) =
247 -* Updated German translation
248 -* Fixed admin menu items not translating
249 -* Removed possible conflict between Debug Bar Console plugin ([#](https://github.com/sheabunge/code-snippets/issues/52))
250 -* Corrected editor alignment on RTL sites ([#](https://wordpress.org/support/topic/suggestion-css-fix-for-rtl-sites/))
251 -* Fixed bulk actions running when Filter button is clicked ([#](https://wordpress.org/support/topic/bug-with-filtering-action-buttons/))
252 -* Updated CodeMirror to version 5.24.0
185 += 3.9.6 (2026-04-28) =
253 186
254 -= 2.8.0 (14 Dec 2016) =
255 -* Fixed Italian translation errors. Props to @arsenalemusica
256 -* Renamed 'Manage' admin menu label to 'All Snippets' to keep in line with other admin menu labels
257 -* Renamed placeholder on snippet name field to 'Enter title here'
258 -* Removed CodeMirror search functionality
259 -* Moved 'Edit Snippet' admin menu above 'Add New' menu
260 -* Made pressing Ctrl-Enter in the code editor save the snippet
261 -* Updated CodeMirror to version 5.21.0
187 +__Fixed__
262 188
263 -= 2.7.3 (24 Oct 2016) =
264 -* Updated CodeMirror to version 5.10.0
265 -* Fixed a few strings not being translated
189 +* Improved permissions handling with snippets REST API.
190 +* Site admin cannot toggle shared network snippets status.
266 191
267 -= 2.7.2 (1 Oct 2016) =
268 -* Updated German translation by [Mario Siegmann](http://web-alltag.de)
192 += 3.9.5 (2026-02-05) =
269 193
270 -= 2.7.1 (30 Sep 2016) =
271 -* Added Dutch translation by Sander Spies
272 -* Ensured that the editor theme setting is properly validated. Thanks to [Netsparker](https://www.netsparker.com) for reporting.
273 -* Ensured that snippet tags are properly escaped. Thanks to [Netsparker](https://www.netsparker.com) for reporting.
274 -* Updated CodeMirror to version 5.19.0
194 +__Fixed__
275 195
276 -= 2.7.0 (23 July 2016) =
277 -* Fixed plugin translations being loaded
278 -* Increase default snippets per page so that all are usually shown
279 -* Fixed description field not being imported
280 -* Updated German translation by [Mario Siegmann](http://web-alltag.de)
281 -* Fixed issue with CodeMirror rubyblue theme [[#](https://wordpress.org/support/topic/a-problem-with-the-cursor-color-and-the-fix-that-worked-for-me)]
282 -* Added query var to disable snippet execution. To use, add `?snippets-safe-mode=true` to the URL
283 -* Fixed snippet fields not importing
284 -* Updated CodeMirror to version 5.17.0
285 -* Fixed a minor XSS vulnerability discovered by Burak Kelebek [[#](https://wordpress.org/support/topic/security-vulnerability-20)]
196 +* Improved security when handling actions for downloading and updating cloud snippets.
286 197
287 -= 2.6.1 (10 Feb 2016) =
288 -* Updated German translation by [Mario Siegmann](http://web-alltag.de)
289 -* Fixed error catching not working correctly
290 -* Updated error catching to work with snippets including functions and classes
291 -* Fixed editor autoresizing
198 += 3.9.4 (2026-01-14) =
292 199
293 -= 2.6.0 (31 Dec 2015) =
294 -* Reconfigured plugin to use classloader and converted a lot of functional code into OOP code
295 -* Updated CodeMirror to version 5.10.0
296 -* Added `[code_snippets]` shortcode for embedding snippet code in a post
297 -* Fixed broken snippet search feature [[#](https://wordpress.org/support/topic/search-is-not-working-6)]
298 -* Added front-end syntax highlighting for shortcode using [PrismJS](http://prismjs.com)
200 +__Added__
299 201
300 -= 2.5.1 (11 Oct 2016) =
301 -* Fixed: Ensure errors are fatal before catching them during error checking
302 -* Fixed: Escape the snippet name on the edit page to ensure it displays correctly
303 -* Fixed: Exclude snippets with named functions from error checking so they do not run twice
202 +* New import functionality to migrate snippets from file uploads with drag-and-drop interface.
203 +* Support for importing snippets from other popular plugins (Header Footer Code Manager, Insert Headers and Footers, Insert PHP Code Snippet).
204 +* Enhanced file based execution support with improved multisite mode compatibility.
304 205
305 -= 2.5.0 (8 Oct 2015) =
306 -* Added: Detect parse and fatal errors in code when saving a snippet, and display a user-friendly message
307 -* Fixed: Updated access of some methods in Code_Snippets_List_Table class to match updated WP_List_Table class
206 +__Fixed__
308 207
309 -= 2.4.2 (27 Sep 2015) =
310 -* Added query variable to activate safe mode
311 -* Fixed settings not saving
312 -* Fixed snippet descriptions not displaying on manage menu
313 -* Added settings to disable description and tag editors
314 -* Fixed: Load CodeMirror after plugin styles to fix error with Zenburn theme
315 -* Fixed: Hide snippet scope icons when the scope selector is disabled
316 -* Fixed description heading on edt snippet menu being hidden when visual editor disabled
317 -* Updated editor preview updating code to use vanilla JavaScript instead of jQuery
318 -* Fixed: Deactivate a shared network snippet on all subsites when it looses its sharing status
208 +* Fixed multisite capability checks in Plugin class.
209 +* Fixed snippet execution logic for multisite support by centralizing trashed snippet handling.
210 +* Fixed multisite snippet handling to ensure local snippets use correct table and filter out trashed snippets.
319 211
320 -= 2.4.1 (17 Sep 2015) =
321 -* Fixed CodeMirror themes not being detected on settings page [[#](https://wordpress.org/support/topic/updated-to-240-now-i-cant-switch-theme)]
212 += 3.9.3 (2025-12-03) =
322 213
323 -= 2.4.0 (17 Sep 2015) =
324 -* Added ability to share network snippets to individual sites on WordPress multisite
325 -* Improved code directory and class structure
326 -* Remove legacy code for pre-3.6 compatibility
327 -* Improved code for printing admin messages
328 -* Updated German translation (Joerg Knoerchen)
329 -* Added `code_snippets/after_execute_snippet` filter
330 -* Added class for individual snippets
331 -* Updated `get_snippets()` function to retrieve individual snippets
332 -* Removed scope statuses and added fixed tags to indicate scope
333 -* Changed admin page headers to use `<h1>` tags instead of `<h2>` tags
334 -* Updated CodeMirror to version 5.6
335 -* Removed snippet settings page from network admin
214 +__Added__
336 215
337 -= 2.3.0 (20 May 2015) =
338 -* Removed nested functions
339 -* Added icons for admin and front-end snippets to manage table
340 -* Improved settings retrieval by caching settings
341 -* Updated Russian translation by [Alexey Chumakov](http://chumakov.ru/)
342 -* Added filter switch to prevent a snippet from executing ([#25](https://github.com/sheabunge/code-snippets/issues/25))
343 -* Fixed errors in string translation
344 -* Fixed bug in import process ([#32](https://github.com/sheabunge/code-snippets/issues/32))
216 +* End-to-end tests to verify the toggle visual state in the snippets list page, improving UI verification and test reliability.
345 217
346 -= 2.2.3 (13 May 2015) =
347 -* Fixed broken call to `export_snippet()` function
348 -* Added support for importing and exporting snippet scope
349 -* Fixed duplicate primary key database error
350 -* Improved database table structure
218 +__Fixed__
351 219
352 -= 2.2.2 (11 May 2015) =
353 -* Polyfilled array_replace_recursive() function for PHP 5.2
354 -* Updated references to old plugin site
355 -* Resolved JavaScript error on edit snippet pages
356 -* Made minor updates to French translation file
357 -* Added statuses for snippet scopes on manage snippets table
220 +* Restored missing styles styling and direction-aware layout from Manage menu.
221 +* Ensure correct transformation value is used when detecting state of activation toggle.
358 222
359 -= 2.2.1 (10 May 2015) =
360 -* Fixed the default values of new setting not being applied
361 -* Fixed missing background of tags input
223 += 3.9.2 (2025-11-17) =
362 224
363 -= 2.2.0 (10 May 2015) =
364 -* Introduced CodeSniffer testing on code
365 -* Fixed description heading disappearing when media buttons enabled
366 -* Added snippet scope selector
367 -* Minified all CSS and JS in plugin
368 -* Made CodeMirror theme names more readable
369 -* Fixed bug causing translations to not be loaded
225 +__Changed__
370 226
371 -= 2.1.0 (09 May 2015) =
372 -* Added additional setting descriptions
373 -* Added settings for code and description editor height
374 -* Updated CodeMirror to version 5.2
375 -* Fixed not escaping the request URL when using query arg functions
376 -* Improved efficiency of settings component
227 +* Introduced a custom scissors icon and updated button title for the TinyMCE extension.
228 +* Improved back-navigation styling on the edit page.
229 +* Refined layout for column names and action buttons in the Cloud Snippets list.
230 +* Enhanced overall styling of cloud-related UI components.
231 +* Optimized cloud search with more efficient pagination and snippet retrieval.
232 +* Introduced groundwork to prevent Composer dependency collisions with other plugins.
377 233
378 -= 2.0.3 (17 Mar 2015) =
379 -* Updated German translation by [Joerg Knoerchen](http://www.sensorgrafie.de/)
234 +__Fixed__
380 235
381 -= 2.0.2 (05 Mar 2015) =
382 -* Fix error in table creation code
383 -* Remove settings database option when plugin is uninstalled
236 +* Improved sanitization and normalization across Cloud API and pagination outputs.
237 +* Resolved various TinyMCE issues reported in the WordPress support forum.
384 238
385 -= 2.0.1 (25 Feb 2015) =
386 -* Fixed table creation code not running on upgrade
387 -* Fixed snippets per page option not saving
239 += 3.9.1 (2025-11-14) =
388 240
389 -= 2.0 (24 Feb 2015) =
390 -* __Highlights:__
391 -* Better import/export functionality
392 -* New settings page with code editor settings
393 -* Code rewritten for cleaner and more efficient code
394 -* Lots of new translations
395 -* __Added:__
396 -* Added link to Code Snippets importer under Snippets admin menu
397 -* Added settings component and admin page
398 -* Added support for different CodeMirror themes
399 -* Integrated tags component into main plugin. Current users of the Code Snippets Tags plugin can safely uninstall it.
400 -* Added Auto Close Brackets CodeMirror addon (props to TronicLabs)
401 -* Added Serbo-Croatian translation by Borisa Djuraskovic from [Web Hosting Hub](http://www.webhostinghub.com)
402 -* Added Highlight Selection Matches CodeMirror addon (props to TronicLabs)
403 -* Added Chinese translation thanks to Jincheng Shan
404 -* Added Russian translation by Alexander Samsonov
405 -* Added Slovak translation by [Ján Fajčák] from [WordPress Slovakia](http://wp.sk)
406 -* Added setting to always save and activate snippets by default
407 -* __Changed:__
408 -* 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/)
409 -* Split up large classes into separate functions
410 -* Improved plugin file structure
411 -* Replaced uninstall hook with single file method
412 -* Updated CodeMirror library to version 5.0
413 -* Rewritten import/export functionality to use DOMDocument
414 -* Merged Code_Snippets_Export_PHP class into Code_Snippets_Export class
415 -* __Deprecated:__
416 -* Removed old admin style support
417 -* Removed backwards-compatible support
418 -* __Fixed:__
419 -* Fixed incompatibility errors with PHP 5.2
420 -* Fixed empty MO translation files
421 -* Removed duplicate MySQL primary key indexing
241 +__Changed__
422 242
423 -= 1.9.1.1 (3 Jan 2014) =
424 -* Add capability check to site snippets importer
243 +* Migrated to native CSS direction handling (RTL/LTR) for improved compatibility and simpler styling
244 +* Updated dependencies to the latest compatible versions
425 245
426 -= 1.9.1 (2 Jan 2014) =
427 -* Use an icon font for menu icon instead of embedded SVG
428 -* Use Sass (libsass) instead of Compass
429 -* Unminify CodeMirror scripts
430 -* Fixes for the WP 3.8 interface
431 -* Fix 'enable snippets menu for site admins' multisite setting
246 +__Fixed__
432 247
433 -= 1.9 (11 Nov 2013) =
434 -* Add and remove network capabilities as super admins are added and removed
435 -* Updated MP6 icon implementation
436 -* Replaced buggy trim `<?php` and `?>` functionality with a much more reliable regex method ([#](http://wordpress.org/support/topic/character-gets-cut))
437 -* Added French translation thanks to translator [oWEB](http://office-web.net)
438 -* Fixed snippet failing to save when code contains `%` character, props to [nikan06](http://wordpress.org/support/profile/nikan06) ([#](http://wordpress.org/support/topic/percent-sign-bug))
439 -* Added 'Save & Deactivate' button to the edit snippet page ([#](http://wordpress.org/support/topic/deactivate-button-in-edit-snippet-page))
440 -* Removed edit and install capabilities (now only uses the manage capability)
441 -* Fixed HTML breaking in export files ([#](http://wordpress.org/support/topic/import-problem-7))
442 -* Make the title of each snippet on the manage page a clickable link to edit the snippet ([#](http://wordpress.org/support/topic/deactivate-button-in-edit-snippet-page?replies=9#post-4682757))
443 -* Added nonce to edit snippet page
444 -* Hide row actions on manage snippet page by default
445 -* Removed screenshots from plugin
446 -* Improved CodeMirror implementation
447 -* Added a fallback MP6 icon
448 -* Use the proper WordPress database APIs all of the time
449 -* Rewritten export functionality
450 -* Fixed incorrect export filename
451 -* Updated CodeMirror to version 3.19
452 -* Removed CodeMirror bundled with plugin
453 -* Updated WordPress.org plugin banner
454 -* Fixed CodeMirror incompatibility with the WP Editor plugin
455 -* Fixed CodeMirror incompatibility with the Debug Bar Console plugin
248 +* Fixed TinyMCE menu button registration to prevent initialization failure
249 +* Fixed the position of the 'code direction' control in the editor
456 250
457 -= 1.8.1.1 (18 Aug 2013) =
251 += 3.9.0 (2025-11-13) =
458 252
459 -= 1.8.1 (29 July 2013) =
460 -* Compiled all CodeMirror scripts into a single file
461 -* Use Sass + Compass for CSS
462 -* Use Grunt for build automation
463 -* Minify CSS
464 -* Fixed code typo that was breaking export files
465 -* Updated CodeMirror to 3.15
253 +__Added__
466 254
467 -= 1.8 (9 July 2013) =
468 -* Allow no snippet name or code to be set
469 -* Prevented an error on fresh multisite installations
470 -* Refactored code to use best practices
471 -* 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.
472 -* Updated to CodeMirror 3.14
473 -* Changes to filter and action hook API
474 -* Added error message handling for import snippets page
475 -* Don't encode HTML entities in database
255 +* Added contextual notices in the Snippets list table to surface action results and warnings in the UI
256 +* Expanded Multisite Sharing settings for clearer control over network-wide snippet sharing
476 257
477 -= 1.7.1.2 (3 May 2013) =
478 -* Correct path to admin menu icon. Fixes [#8](https://github.com/sheabunge/code-snippets/issues/8)
258 +__Changed__
479 259
480 -= 1.7.1.1 (29 April 2013) =
481 -* Fixed a bug with custom capabilities and admin menus
260 +* Modernized browser support targets and polished admin UI (clearer row-action badges, improved Pro badge hover, refined active snippet name styling)
482 261
483 -= 1.7.1 (22 April 2013) =
484 -* Fix a bug with snippet being set as deactivated when saved
485 -* Updated PHP Documentation completely. [[View online](http://bungeshea.github.io/code-snippets/api)]
486 -* Only load admin functions when viewing dashboard
487 -* Added German translation thanks to [David Decker](http://deckerweb.de)
488 -* 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.
489 -* Improve database table creation and upgrade process
490 -* Optimized to use less database queries
262 +__Fixed__
491 263
492 -= 1.7 (26 Mar 2013) =
493 -* Improved plugin API
494 -* Fixed a bug with saving snippets per page option ([#](http://wordpress.org/support/topic/plugin-code-snippets-snippets-per-page-does-not-work#post-3710991))
495 -* Updated CodeMirror to version 3.11
496 -* Allow plugin to be activated on individual sites on multisite ([#](http://wordpress.org/support/topic/dont-work-at-multisite))
497 -* Slimmed down the description visual editor
498 -* Added icon for the new MP6 admin UI ([#](http://wordpress.org/support/topic/icon-disappears-with-mp6))
499 -* Strip PHP tags from the beginning and end of a snippet on save ([#](http://wordpress.org/support/topic/php-tags))
500 -* Changed to [MIT license](http://opensource.org/licenses/mit-license.php)
501 -* Removed HTML, CSS and JavaScript CodeMirror modes that were messing things up
502 -* Change label in admin menu when editing a snippet
503 -* Improved admin styling
504 -* Made everything leaner, faster, and better
264 +* Fixed REST API pagination to return correct results and page counts
265 +* Resolved styling selector so the active snippet name highlights reliably
505 266
506 -= 1.6.1 (29 Dec 2012) =
507 -* Fixed a bug with permissions not being applied on install ([#](http://wordpress.org/support/topic/permissions-problem-after-install))
508 -* Fixed a bug in the uninstall method ([#](http://wordpress.org/support/topic/bug-in-delete-script))
267 += 3.8.2 (2025-10-31) =
509 268
510 -= 1.6 (22 Dec 2012) =
511 -* Updated code editor to use CodeMirror 3
512 -* Improved compatibility with Clean Options plugin
513 -* Code improvements and optimization
514 -* Changed namespace from `cs` to `code_snippets`
515 -* Move css and js under assets
516 -* Organized CodeMirror scripts
517 -* Improved updating process
518 -* Current line of code editor is now highlighted
519 -* Highlight matches of selected text in code editor
520 -* Only create snippet tables when needed
521 -* Store multisite only options in site options table
522 -* Fixed compatibility bugs with WordPress 3.5
269 +__Fixed__
523 270
524 -= 1.5 (18 Sep 2012) =
525 -* Updated CodeMirror to version 2.33
526 -* Updated the 'Manage Snippets' page to use the WP_List_Table class
527 - * Added 'Screen Options' tab to 'Manage Snippets' page
528 - * Added search capability to 'Manage Snippets' page
529 - * Added views to easily filter activated, deactivated and recently activated snippets
530 - * Added ID column to 'Manage Snippets' page
531 - * Added sortable name and ID column on 'Manage Snippets' page ([#](http://wordpress.org/support/topic/plugin-code-snippets-suggestion-sort-by-snippet-name))
532 -* Added custom capabilities
533 -* Improved API
534 -* Added 'Export to PHP' feature ([#](http://wordpress.org/support/topic/plugin-code-snippets-suggestion-bulk-export-to-php))
535 -* Lengthened snippet name field to 64 characters ([#](http://wordpress.org/support/topic/plugin-code-snippets-snippet-title-limited-to-36-characters))
536 -* Added i18n
271 +* Improved namespaced PHP snippet handling with file based execution.
537 272
538 -= 1.4 (20 Aug 2012) =
539 -* Added interface to Network Dashboard
540 -* Updated uninstall to support multisite
541 -* Replaced EditArea with [CodeMirror](http://codemirror.net)
542 -* Small improvements
273 += 3.8.1 (2025-10-28) =
543 274
544 -= 1.3.2 (17 Aug 2012) =
545 -* Fixed a bug with version 1.3.1
275 +__Added__
546 276
547 -= 1.3.1 (17 Aug 2012) =
548 -* Changed plugin website URI
549 -* Cleaned up some code
277 +* Code line explanation widget with apply and remove actions for AI-generated comments. (PRO)
550 278
551 -= 1.3 (1 Aug 2012) =
552 -* Added export option to 'Manage Snippets' page
553 -* Added 'Import Snippets' page
279 +__Changed__
554 280
555 -= 1.2 (29 July 2012) =
556 -* Minor improvements
557 -* Added code highlighting
558 -* Removed 'Uninstall Plugin' page
559 -* Data will now be cleaned up when plugin is deleted through WordPress admin
281 +* Improved pagination handling and display structure for cloud search results. (PRO)
282 +* Enhanced styling for codevault rows and inactive tabs in cloud interface. (PRO)
560 283
561 -= 1.1 (24 June 2012) =
562 -* Fixed a permissions bug with `DISALLOW_FILE_EDIT` being set to true ([#](http://wordpress.org/support/topic/plugin-code-snippets-cant-add-new))
563 -* Fixed a bug with the page title reading 'Add New Snippet' on the 'Edit Snippets' page
564 -* Fixed a bug not allowing the plugin to be Network Activated ([#](http://wordpress.org/support/topic/plugin-code-snippets-network-activate-does-not-create-snippets-tables))
284 +__Removed__
565 285
566 -= 1.0 (13 June 2012) =
567 -* Stable version released.
286 +* Removed `guzzlehttp/guzzle` dependency to reduce package conflicts. (PRO)
568 287
569 -== Upgrade Notice ==
288 +__Fixed__
570 289
571 -= 2.11.0 =
572 -Snippet priorities and other small features
290 +* Improved file-based snippet handling for multisite installations.
573 291
574 -= 2.10.0 =
575 -Improvements for multisite and new single-use snippet scope
292 += 3.8.0 (2025-10-24) =
576 293
577 -= 2.9.5 =
578 -Fixed issue with saving snippets on multisite
294 +__Added__
579 295
580 -= 2.8.5 =
581 -Prevents snippets from displaying twice in snippets table on multisite
296 +* @CarolinaOP and @louiswol94 join the team as plugin contributors.
297 +* File-based execution mode for snippets (Optional in Plugin Settings).
298 +* Version switch option, to help easily rollback the plugin to an earlier release.
299 +* Minor UI improvements to the editor and sidebar.
582 300
583 -= 2.8.4 =
584 -Fixes error with previous version on non-multisite
301 +__Changed__
585 302
586 -= 2.8.3 =
587 -Fixes potential security exploit; please update immediately
303 +* Prefixed Composer packages to reduce collisions with other plugins.
304 +* Snippets REST API now supports pagination via page and per_page query parameters.
305 +* Improved editor preview behavior.
588 306
589 -= 2.8.2 =
590 -Fixed fatal error preventing activated snippets from saving
307 +__Fixed__
591 308
592 -= 2.8.0 =
593 -Interface tweaks
309 +* Fixed issues with snippet evaluation and front-end initialization in edge cases.
310 +* Improved reliability of snippet evaluation.
311 +* JavaScript and CSS snippets loading twice due to a conditions bug. (PRO)
312 +* Fixed issue where some conditions didn’t work due to loading before the loop. (PRO)
594 313
595 -= 2.7.2 =
596 -Update to German translation by Mario Siegmann
314 += 3.7.0 (2025-08-29) =
597 315
598 -= 2.7.0 =
599 -Fix translation loading and description importing
316 +__Added__
600 317
601 -= 2.5.1 =
602 -Prevent Don't Panic message from being triggered accidentally
318 +* New 'conditions' feature: control where and when snippets execute with a powerful logic builder. (PRO)
603 319
604 -= 2.5.0 =
605 -Now detects errors in snippet code when saving
320 +__Changed__
606 321
607 -= 2.4.1 =
608 -Fixed CodeMirror themes not being detected on settings page
322 +* Redesigned edit menu with refreshed look and functionality.
323 +* Updated snippet type badges to be more visually distinct.
324 +* Redesigned tooltips used throughout the plugin.
325 +* Moved content snippet shortcode options into separate modal window.
326 +* Updated snippet tag editor to use built-in WordPress tag editor.
327 +* Created proper form for sharing beta feedback.
328 +* Improved UX of snippet activation toggle.
609 329
610 -= 2.4.0 =
611 -New snippet sharing feature for multisite networks; new Snippet class
330 +__Fixed__
612 331
613 -= 2.3.0 =
614 -Numerous fixes and Russian translation update. Props to @signo and @achumakov.
332 +* Fetching active snippets on a multisite network now respects the 'priority' field above all else when ordering snippets.
333 +* Cloud search appears correctly and allows downloading snippets in the free version of Code Snippets.
334 +* Improved performance of loading admin menu icon.
615 335
616 -= 2.2.3 =
617 -Fixed error when exporting; snippet scopes can now be imported
336 += 3.6.9 (2025-02-17) =
618 337
619 -= 2.2.2 =
620 -Fix error with PHP 5.2 added statuses for scopes to manage snippets table
338 +__Changed__
621 339
622 -= 2.2.1 =
623 -New snippet scope feature; fixed bug with translations not loading; minified all css and js
340 +* Updated `Cloud_API::get_bundles()` to properly check bundle data and return an empty array if no valid bundles are present.
341 +* Refactored `Cloud_List_Table::fetch_snippets()` to always return a valid `Cloud_Snippets` instance.
342 +* Cleaned up bundle iteration code and improved translation handling in the bundles view.
624 343
625 -= 2.1.0 =
626 -Minor improvements to settings component; added description editor settings; minor security fixes
344 +__Fixed__
627 345
628 -= 2.0.2 =
629 -Fix snippets not saving
346 +* Fixed errors in bundle iteration by adding a check for the bundles array before iterating.
630 347
631 -= 2.0 =
632 -Improved import/export; new settings page; improved core code; more translations
633 -
634 -= 1.9.1.1 =
635 -Add capability check to snippets importer
636 -
637 -= 1.9.1 =
638 -UI improvements for WordPress 3.8
639 -
640 -= 1.8.1 =
641 -Minimize CSS and JS; updated CodeMirror; fixed export files
642 -
643 -= 1.8 =
644 -Setting a snippet name and code are now optional; better table creation method; changes to API; bug fixes
645 -
646 -= 1.7.1.2 =
647 -Fixes the admin menu icon not loading
648 -
649 -= 1.7.1.1 =
650 -Fixes a minor bug with custom capabilities and admin menus
651 -
652 -= 1.7.1 =
653 -Added German translation thanks to David Decker; bug fixes and improvements
654 -
655 -= 1.7 =
656 -Many improvements and optimization. Download "Code Snippets Tags" plugin to add tags to snippets
657 -
658 -= 1.6 =
659 -Improvements and optimization with WordPress 3.5
660 -
661 -= 1.5 =
662 -Improvements on the 'Manage Snippets' page and localization
663 -
664 -= 1.4 =
665 -Better code highlighting and improved multisite support
666 -
667 -= 1.3 =
668 -Added import/export feature
669 -
670 -= 1.2 =
671 -Minor improvements |
672 -Added code highlighting |
673 -Plugin data will now be cleaned up when you delete the plugin.
674 -
675 -= 1.1 =
676 -Minor bug fixes and improvements on the the 'Edit Snippet' page
348 +**[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/core/CHANGELOG.md)**