File tree Expand file tree Collapse file tree 5 files changed +154
-75
lines changed
Expand file tree Collapse file tree 5 files changed +154
-75
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.11.0 (24 Jul 2018)
4+ * Added: Ability to assign a priority to snippets, to determine the order in which they are executed
5+ * Improvement: The editor cursor position will be preserved when saving a snippet
6+ * Added: Pressing Ctrl/Cmd + S while writing a snippet will save it
7+ * Added: Shadow opening PHP tag above the code editor
8+ * Improved: Updated the message shown when there are no snippets
9+ * Added: Install sample snippets when the plugin is installed
10+ * Improved: Show all available tags when selecting the tag field
11+ * Added: Filter hook for controlling the default list table view
12+ * Added: Action for cloning snippets
13+
314## 2.10.2 (21 Jul 2018)
415* Added: Button to reset settings to their default values
516* Improved: Made uninstall cleanup optional through a plugin setting
Original file line number Diff line number Diff line change 1010 * @author Shea Bunge <shea@bungeshea.com>
1111 * @copyright 2012-2018 Shea Bunge
1212 * @license MIT http://opensource.org/licenses/MIT
13- * @version 2.10.2
13+ * @version 2.11.0
1414 * @link https://github.com/sheabunge/code-snippets
1515 */
1616
2020Description: An easy, clean and simple way to add code snippets to your site. No need to edit to your theme's functions.php file again!
2121Author: Shea Bunge
2222Author URI: https://bungeshea.com
23- Version: 2.10.2
23+ Version: 2.11.0
2424License: MIT
2525License URI: license.txt
2626Text Domain: code-snippets
4242 * @since 2.0
4343 * @var string A PHP-standardized version number string
4444 */
45- define ( 'CODE_SNIPPETS_VERSION ' , '2.10.2 ' );
45+ define ( 'CODE_SNIPPETS_VERSION ' , '2.11.0 ' );
4646
4747/**
4848 * The full path to the main file of this plugin
You can’t perform that action at this time.
0 commit comments