Skip to content

Commit a2ffb30

Browse files
committed
Update readme and changelog for version 2.12.1
1 parent 7a42278 commit a2ffb30

File tree

3 files changed

+31
-7
lines changed

3 files changed

+31
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

3+
## 2.12.1 (15 Nov 2018)
4+
* Improved: CodeMirror updated to version 5.41.0
5+
* Improved: Attempt to create database columns that might be missing after a table upgrade
6+
* Improved: Streamlined upgrade process
7+
* Fixed: Interface layout on sites using right-to-left languages
8+
* Improved: Made search box appear at top of page on mobile [[#](https://wordpress.org/support/topic/small-modification-for-mobile-ux/)]
9+
* Updated screenshots
10+
311
## 2.12.0 (23 Sep 2018)
12+
* Removed option for including network-wide snippets in subsite lists on multisite
413
* Fixed: Prevented hidden columns setting from reverting to default
514
* Improved: Updated import page to improve usability
615
* Improved: Added Import button next to page title on manage page

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ A snippet is a small chunk of PHP code that you can use to extend the functional
1111
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.
1212
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.
1313

14-
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 XML for later importing by the Code Snippets plugin, or in PHP for creating your own plugin or theme
14+
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.
15+
16+
If you have any feedback, issues, or suggestions for improvements please leave a topic in the [Support Forum](http://wordpress.org/support/plugin/code-snippets), or [join the community on Facebook](https://facebook.com/groups/codesnippetsplugin).
17+
18+
If you like this plugin, or it is useful to you in some way, please consider reviewing it on [WordPress.org](http://wordpress.org/support/view/plugin-reviews/code-snippets).
1519

16-
If you have any feedback, issues, or suggestions for improvements please leave a topic in the [Support Forum](http://wordpress.org/support/plugin/code-snippets). If you like this plugin, or it is useful to you in any way, please review it on [WordPress.org](http://wordpress.org/support/view/plugin-reviews/code-snippets).
1720

1821
### Translations
1922

readme.txt

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: bungeshea
33
Donate link: https://bungeshea.com/donate
44
Tags: code-snippets, snippets, code, php, network, multisite
55
Requires at least: 3.6
6-
Tested up to: 4.9.8
6+
Tested up to: 5.0
77
Requires PHP: 5.2
8-
Stable tag: 2.12.0
8+
Stable tag: 2.12.1
99
License: MIT
1010
License URI: license.txt
1111

@@ -19,9 +19,13 @@ A snippet is a small chunk of PHP code that you can use to extend the functional
1919
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.
2020
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.
2121

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 XML for later importing by the Code Snippets plugin, or in PHP for creating your own plugin or theme
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.
2323

24-
If you have any feedback, issues, or suggestions for improvements please leave a topic in the [Support Forum](http://wordpress.org/support/plugin/code-snippets). If you like this plugin, or it is useful to you in any way, please review it on [WordPress.org](http://wordpress.org/support/view/plugin-reviews/code-snippets). If you'd like to contribute to the plugin's code or translate it into another language, please [fork the plugin on GitHub](https://github.com/sheabunge/code-snippets).
24+
If you have any feedback, issues, or suggestions for improvements please leave a topic in the [Support Forum](http://wordpress.org/support/plugin/code-snippets), or [join the community on Facebook](https://facebook.com/groups/codesnippetsplugin).
25+
26+
If you like this plugin, or it is useful to you in some way, please consider reviewing it on [WordPress.org](http://wordpress.org/support/view/plugin-reviews/code-snippets).
27+
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).
2529

2630
= Translations =
2731

@@ -109,10 +113,18 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co
109113
1. Managing existing snippets
110114
2. Adding a new snippet
111115
3. Editing a snippet
112-
4. Importing snippets from an XML file
116+
4. Importing snippets from an export file
113117

114118
== Changelog ==
115119

120+
= 2.12.1 (15 Nov 2018) =
121+
* Improved: CodeMirror updated to version 5.41.0
122+
* Improved: Attempt to create database columns that might be missing after a table upgrade
123+
* Improved: Streamlined upgrade process
124+
* Fixed: Interface layout on sites using right-to-left languages
125+
* Improved: Made search box appear at top of page on mobile [[#](https://wordpress.org/support/topic/small-modification-for-mobile-ux/)]
126+
* Updated screenshots
127+
116128
= 2.12.0 (23 Sep 2018) =
117129
* Fixed: Prevented hidden columns setting from reverting to default
118130
* Improved: Updated import page to improve usability

0 commit comments

Comments
 (0)