PluginProbe
Code Snippets / 2.14.3
Code Snippets v2.14.3
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 3.0.1 All 64 releases
code-snippets / readme.txt

readme.txt in Code Snippets 2.14.3, at readme.txt

273 lines 16.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Code Snippets ===
2 Contributors: bungeshea, ver3
3 Donate link: https://sheabunge.com/donate
4 Tags: snippets, functions, code, php, multisite
5 License: MIT
6 License URI: license.txt
7 Stable tag: 2.14.3
8 Tested up to: 5.9
9
10 An easy, clean and simple way to run code snippets on your site.
11
12 == Description ==
13
14 Code Snippets is an easy, clean and simple way to run code snippets on your site. It removes the need to add custom snippets to your theme's `functions.php` file.
15
16 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.
17 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.
18 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.
19
20 Code Snippets provides graphical interface, similar to the Plugins menu, for managing snippets. Snippets 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 site, either in JSON for later importing by the Code Snippets plugin, or in PHP for creating your own plugin or theme.
21
22 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).
23
24 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).
25
26 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).
27
28 == Translations ==
29
30 Code Snippets can be used in these different languages thanks to the following translators:
31
32 * Belarusian – [Hrank.com](https://www.hrank.com)
33 * Brazilian Portuguese – [Bruno Borges](http://brunoborges.info)
34 * Chinese – [Jincheng Shan](http://shanjincheng.com) and [诗语](https://profiles.wordpress.org/f2010525/)
35 * Chinese (Taiwan) – [Alex Lion](https://www.alexclassroom.com/) and [Chun-Chih Cheng](https://profiles.wordpress.org/alex1114/)
36 * Croatian – [Borisa Djuraskovic from Web Hosting Hub](https://www.webhostinghub.com/)
37 * Czech – [Lukáš Tesař](mailto:lukastesar03@gmail.com) and [Jakub Humpolec](https://profiles.wordpress.org/jumphy/)
38 * Danish – [Finn Sommer Jensen](https://profiles.wordpress.org/finnsommer/)
39 * Dutch – [Sander Spies](https://github.com/sander1), [Peter Smits](https://psmits.com) and [mother.of.code.a11n](https://profiles.wordpress.org/imazed/)
40 * English (New Zealand) and English (UK) – [webaware](https://profiles.wordpress.org/webaware/)
41 * English (South Africa) – [webaware](https://profiles.wordpress.org/webaware/) and [Ian Barnes](https://profiles.wordpress.org/ianbarnes/)
42 * French – [momo-fr](https://www.momofr.net/), [Didier Demory](https://www.wptrads.com/), [Cyrille Sanson](https://100son.net/) and [Shea Bunge](https://sheabunge.com)
43 * French (Canada) – [Dominic Desbiens](https://www.dominicdesbiens.com/)
44 * German – [Mario Siegmann](https://web-alltag.de/), [Joerg Knoerchen](https://www.sensorgrafie.de/), [David Decker](https://deckerweb.de) and [Andreas](https://profiles.wordpress.org/perryzelda/)
45 * Greek – [Konstantinos Megas](https://profiles.wordpress.org/nextdoorpanda/) and [Toni Bishop from Jrop](https://www.jrop.com/)
46 * Indonesian – [Jordan Silaen from ChameleonJohn.com](https://www.chameleonjohn.com/)
47 * Italian – [Usman Wagan](https://coupontoaster.com/), [Luisa Ravelli](https://profiles.wordpress.org/darkavenger/) and [ElectricFeet](https://profiles.wordpress.org/electricfeet/)
48 * Japanese – [mt8](https://mt8.biz/), [Takakazu Nagaya](https://profiles.wordpress.org/tanagaya/), [Naoko Takano](https://naoko.blog/) and [melvas](https://profiles.wordpress.org/melvas/)
49 * Persian – [Mohammad Novintanon](http://mnovintan.ir/)
50 * Russian – [Alexander Samsonov](http://www.wordpressplugins.ru/administration/code-snippets.html), [Yui](https://profiles.wordpress.org/fierevere/), [Denis Yanchevskiy](https://denisco.pro/) and [krioteh](https://profiles.wordpress.org/krioteh/)
51 * Slovak – [Ján Fajčák](https://wp.sk)
52 * Spanish (Colombia) and Spanish (Ecuador) – [Javier Esteban](https://javieresteban.org/)
53 * Spanish (Spain) – [Ibidem Group](https://www.ibidemgroup.com), [Javier Esteban](https://javieresteban.org/), [Fernando Tellado](https://ayudawp.com/) and [Juanma Aranda](https://juanmaaranda.com/)
54 * Spanish (Venezuela) – [Yordan Soares](https://yordansoar.es/)
55 * Swedish – [Argentum](https://profiles.wordpress.org/argentum/), [Fredrik](https://profiles.wordpress.org/elbogen/) and [Tor-Bjorn Fjellner](https://profiles.wordpress.org/tobifjellner/)
56 * Urdu – [Samuel Badree](https://mobilemall.pk/)
57 * Vietnamese – [Tuan Phan](https://profiles.wordpress.org/khunglong/)
58
59 == Installation ==
60
61 = Automatic installation =
62
63 1. Log into your WordPress admin
64 2. Click __Plugins__
65 3. Click __Add New__
66 4. Search for __Code Snippets__
67 5. Click __Install Now__ under "Code Snippets"
68 6. Activate the plugin
69
70 = Manual installation =
71
72 1. Download the plugin
73 2. Extract the contents of the zip file
74 3. Upload the contents of the zip file to the `wp-content/plugins/` folder of your WordPress installation
75 4. Activate the Code Snippets plugin from 'Plugins' page.
76
77 Network Activating Code Snippets through the Network Dashboard will enable a special interface for running snippets across the entire network.
78
79 == Frequently Asked Questions ==
80
81 A full list of our Frequently Asked Questions can be found at [help.codesnippets.pro](https://help.codesnippets.pro/collection/3-faq).
82
83 = How do I insert snippets into the post text editor? =
84 Code Snippets v2 is designed to be used with PHP Function Snippets, which are not intended to be inserted as content, but instead persistently on your site as if they were part of a plugin or your theme's functions.php file.
85
86 Code Snippets v3 will bring a new type of snippet, Content Snippets, which are designed to be included in the content of a post or page. Stay tuned for the release!
87
88 = How can I recover my site if it is crashed by a buggy snippet? =
89
90 You can recover your site by enabling the Code Snippets safe mode feature. Instructions for how to turn it on are available here: <https://help.codesnippets.pro/article/12-safe-mode>.
91
92 = Will I lose my snippets if I change the theme or upgrade WordPress? =
93 No, the snippets are stored in the WordPress database, independent of the theme and unaffected by WordPress upgrades.
94
95 = Can the plugin be completely uninstalled? =
96 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.
97
98 = Can I copy snippets that I have created to another WordPress site? =
99 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.
100
101 = Can I export my snippets to PHP for a site where I'm not using the Code Snippets plugin? =
102 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.
103
104 = Can I run network-wide snippets on a multisite installation? =
105 You can run snippets across an entire multisite network by **Network Activating** Code Snippets through the Network Dashboard. You can also activate Code Snippets just on the main site, and then individually on other sites of your choice.
106
107 = Where are the snippets stored in my WordPress database? =
108 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.
109
110 = Where can I go for help or suggest new features? =
111 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)
112
113 = How can I help contribute to the development of the Code Snippets plugin? =
114 The best way to do this is to fork the [repository on GitHub](https://github.com/sheabunge/code-snippets) and send a pull request.
115
116 == Screenshots ==
117
118 1. Managing existing snippets
119 2. Adding a new snippet
120 3. Editing a snippet
121 4. Importing snippets from an export file
122
123 == Changelog ==
124
125 = 2.14.3 (10 Dec 2021) =
126 * Fixed: Potential security issue outputting snippets-safe-mode query variable value as-is. Thanks to Krzysztof Zaj�
127 c for reporting.
128
129 = 2.14.2 (9 Sep 2021) =
130 * Fixed: Prevent network snippets table from being created on single-site installs.
131 * Added translations:
132 - Spanish by [Ibidem Group](https://www.ibidemgroup.com)
133 - Urdu by [Samuel Badree](https://mobilemall.pk/)
134 - Greek by [Toni Bishop from Jrop](https://www.jrop.com/)
135 * Added: Support for `:class` syntax to the code validator.
136 * Added: PHP8 support to the code linter.
137 * Added: Color picker feature to the code editor.
138 * Added: Failsafe to prevent multiple versions of Code Snippets from running simultaneously.
139
140 = 2.14.1 (10 Mar 2021) =
141 * Added: Czech translation by [Lukáš Tesař](https://github.com/atomicf4ll).
142 * Fixed: Code validator now supports `function_exists` and `class_exists` checks.
143 * Fixed: Code validator now supports anonymous functions.
144 * Fixed: Issue with saving the hidden columns setting.
145 * Fixed: Replaced the outdated tag-it library with [tagger](https://github.com/jcubic/tagger) for powering the snippet tags editor.
146 * Added: Code direction setting for RTL users.
147 * Updated CodeMirror to version 5.59.4.
148 * Added: Additional action hooks and search API thanks to [@Spreeuw](https://github.com/Spreeuw).
149
150 = 2.14.0 (26 Jan 2020) =
151 * Updated CodeMirror to version 5.50.2.
152 * Added: Basic error checking for duplicate functions and classes.
153 * Updated Italian translations to fix display issues – thanks to [Francesco Marino](https://360fun.net).
154 * Fixed: Ordering snippets in the table by name will now be case-insensitive.
155 * Added: Additional API options for retrieving snippets.
156 * Fixed: Code editor will now properly highlight embedded HTML, CSS and JavaScript code.
157 * Changed the indicator color for inactive snippets from red to grey.
158 * Fixed a bug preventing the editor theme from being set to default.
159 * Added: Store the time and date when each snippet was last modified.
160 * Added: Basic error checking when activating snippets.
161 * Fixed: Ensure that imported snippets are always inactive.
162 * Fixed: Check the referer on the import menu to prevent CSRF attacks. Thanks to [Chloe with the Wordfence Threat Intelligence team](https://www.wordfence.com/blog/author/wfchloe/) for reporting.
163 * Fixed: Ensure that individual snippet action links use proper verification.
164
165 = 2.13.3 (13 Mar 2019) =
166 * Added: Hover effect to activation switches.
167 * Added: Additional save buttons above snippet editor.
168 * Added: List save keyboard shortcuts to the help tooltip.
169 * Added: Change "no items found" message when search filters match nothing.
170 * Fixed: Calling deprecated code in database upgrade process.
171 * Fixed: Include snippet priority in export files.
172 * Fixed: Use Unix newlines in code export file.
173 * Updated CodeMirror to version 5.44.0.
174 * Fixed: Correctly register snippet tables with WordPress to prevent database repair errors [[#](https://wordpress.org/support/topic/database-corrupted-4/)]
175 * Fixed: CodeMirror indentation settings being applied incorrectly
176
177 = 2.13.2 (25 Jan 2019) =
178 * Removed potentially problematic cursor position saving feature
179
180 = 2.13.1 (22 Jan 2019) =
181 * Added: Add menu buttons to settings page for compact menu
182 * Updated: French translation updated thanks to momo-fr
183 * Fixed: Split code editor and tag editor scripts into their own files to prevent dependency errors
184 * Fixed: Handling of single-use shared network snippets
185 * Fixed: Minor translation template issues
186 * Added: Help tooltop to snippet editor for keyboard shortcuts, thanks to Michael DeWitt
187 * Improved: Added button for executing single-use snippets to snippets table
188 * Added: Sample snippet for ordering snippets table by name by default
189 * Updated CodeMirror to version 5.43.0
190
191 = 2.13.0 (17 Dec 2018) =
192 * 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/)]
193 * Updated CodeMirror to version 5.42.0
194 * Added: Option to make admin menu more compact
195 * Fixed: Problem clearing recently active snippet list
196 * Improved: Integration between plugin and the CodeMirror library, to prevent collisions
197 * Improved: Added additional styles to editor settings preview
198 * Added: PHP linter to code editor
199 * Improved: Use external scripts instead of inline scripts
200 * Fixed: Missing functionality for 'Auto Close Brackets' and 'Highlight Selection Matches' settings
201
202 = 2.12.1 (15 Nov 2018) =
203 * Improved: CodeMirror updated to version 5.41.0
204 * Improved: Attempt to create database columns that might be missing after a table upgrade
205 * Improved: Streamlined upgrade process
206 * Fixed: Interface layout on sites using right-to-left languages
207 * Improved: Made search box appear at top of page on mobile [[#](https://wordpress.org/support/topic/small-modification-for-mobile-ux/)]
208 * Updated screenshots
209
210 = 2.12.0 (23 Sep 2018) =
211 * Fixed: Prevented hidden columns setting from reverting to default
212 * Improved: Updated import page to improve usability
213 * Improved: Added Import button next to page title on manage page
214 * Improved: Added coloured banner indicating whether a snippet is active when editing
215 * Update CodeMirror to 5.40.0
216
217 = 2.11.0 (24 Jul 2018) =
218 * Added: Ability to assign a priority to snippets, to determine the order in which they are executed
219 * Improvement: The editor cursor position will be preserved when saving a snippet
220 * Added: Pressing Ctrl/Cmd + S while writing a snippet will save it
221 * Added: Shadow opening PHP tag above the code editor
222 * Improved: Updated the message shown when there are no snippets
223 * Added: Install sample snippets when the plugin is installed
224 * Improved: Show all available tags when selecting the tag field
225 * Added: Filter hook for controlling the default list table view
226 * Added: Action for cloning snippets
227
228 = 2.10.2 (21 Jul 2018) =
229 * Added: Button to reset settings to their default values
230 * Improved: Made uninstall cleanup optional through a plugin setting
231 * Fixed: Applied formatting filters to snippet descriptions in the table
232 * Improved: Ordered tags by name in the filter dropdown menu
233 * Fixed: Incorrectly translated strings
234 * Added: Belarusian translation by Hrank.com
235 * Improved: Enabled sorting snippets table by tags
236 * Updated CodeMirror to version 5.39.0
237
238 = 2.10.1 (10 Feb 2018) =
239 * Fixed: Prevent errors when trying to export no snippets
240 * Fixed: Use wp_json_encode() to encode export data
241 * Fixed: Check both the file extension and MIME type of uploaded import files
242
243 = 2.10.0 (18 Jan 2018) =
244 * Improved: Added support for importing from multiple export files at once
245 * Improved: Unbold the titles of inactive snippets for greater visual distinction
246 * Added: New scope for single-use snippets
247 * Improved: Don't show network snippets on subsites by default, and only to super admins
248 * Improved: Export snippets to JSON instead of XML
249 * Improved: More options for importing duplicate snippets
250 * Improved: Use strings for representing scopes internally instead of numbers
251 * Added: Allowed plugin settings to be unified on multisite through Network Settings option
252 * Fixed: Issue with incorrectly treating network snippets as site-wide for code validation
253 * Improved: Rename 'Export to PHP' to 'Download', and add button to edit snippet page
254
255 **[The full changelog is available on GitHub](https://github.com/sheabunge/code-snippets/blob/master/CHANGELOG.md)**
256
257 == Upgrade Notice ==
258
259 = 2.14.2 =
260 New color picker and code validator improvements.
261
262 = 2.14.0 =
263 Security update, last modified dates, and other improvements
264
265 = 2.13.1 =
266 Fixes for single-use snippets and French translation
267
268 = 2.11.0 =
269 Snippet priorities and other small features
270
271 = 2.10.0 =
272 Improvements for multisite and new single-use snippet scope
273