Skip to content

Commit 7f28563

Browse files
committed
Update changelog and version number for 2.9.1
1 parent b71ec9c commit 7f28563

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.9.1 (7 Sep 2017)
4+
* 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/)]
5+
36
## 2.9.0 (6 Sep 2017)
47
* Fixed: Prevented invalid properties from being set when saving a snippet
58
* Fixed: Use the correct protocol when saving a snippet

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* __Requires at least:__ [WordPress 3.6](https://wordpress.org/download/) or later
44
* __Tested up to:__ WordPress 4.8.1
5-
* __Stable version:__ [2.9.0](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
5+
* __Stable version:__ [2.9.1](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
66
* __License:__ [MIT](license.txt)
77

88
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.

code-snippets.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Shea Bunge <shea@bungeshea.com>
1111
* @copyright 2012-2017 Shea Bunge
1212
* @license MIT http://opensource.org/licenses/MIT
13-
* @version 2.9.0
13+
* @version 2.9.1
1414
* @link https://github.com/sheabunge/code-snippets
1515
*/
1616

@@ -20,7 +20,7 @@
2020
Description: 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!
2121
Author: Shea Bunge
2222
Author URI: https://bungeshea.com
23-
Version: 2.9.0
23+
Version: 2.9.1
2424
License: MIT
2525
License URI: license.txt
2626
Text Domain: code-snippets
@@ -42,7 +42,7 @@
4242
* @since 2.0
4343
* @var string A PHP-standardized version number string
4444
*/
45-
define( 'CODE_SNIPPETS_VERSION', '2.9.0' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.9.1' );
4646

4747
/**
4848
* The full path to the main file of this plugin

languages/code-snippets.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: code-snippets 2.9.0\n"
9+
"Project-Id-Version: code-snippets 2.9.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-09-07 00:19+1000\n"
11+
"POT-Creation-Date: 2017-09-07 11:40+1000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-snippets",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
55
"homepage": "https://wordpress.org/plugins/code-snippets",
66
"main": "Gruntfile.js",

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://bungeshea.com/donate/
44
Tags: code-snippets, snippets, code, php, network, multisite
55
Requires at least: 3.6
66
Tested up to: 4.8.1
7-
Stable tag: 2.9.0
7+
Stable tag: 2.9.1
88
License: MIT
99
License URI: license.txt
1010

@@ -110,6 +110,9 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co
110110

111111
== Changelog ==
112112

113+
= 2.9.1 (7 Sep 2017) =
114+
* 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/)]
115+
113116
= 2.9.0 (6 Sep 2017) =
114117
* Fixed: Prevented invalid properties from being set when saving a snippet
115118
* Fixed: Use the correct protocol when saving a snippet

0 commit comments

Comments
 (0)