From 7f285633f8f4aa6db0048b06a7c51fd04b251819 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Thu, 7 Sep 2017 11:40:48 +1000 Subject: [PATCH] Update changelog and version number for 2.9.1 --- CHANGELOG.md | 3 +++ README.md | 2 +- code-snippets.php | 6 +++--- languages/code-snippets.pot | 4 ++-- package.json | 2 +- readme.txt | 5 ++++- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82824e1..56ad702c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.9.1 (7 Sep 2017) +* 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/)] + ## 2.9.0 (6 Sep 2017) * Fixed: Prevented invalid properties from being set when saving a snippet * Fixed: Use the correct protocol when saving a snippet diff --git a/README.md b/README.md index 0ea6dfb9..75f9e411 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ * __Requires at least:__ [WordPress 3.6](https://wordpress.org/download/) or later * __Tested up to:__ WordPress 4.8.1 -* __Stable version:__ [2.9.0](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip) +* __Stable version:__ [2.9.1](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip) * __License:__ [MIT](license.txt) 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. diff --git a/code-snippets.php b/code-snippets.php index 64fff88d..95d1357b 100644 --- a/code-snippets.php +++ b/code-snippets.php @@ -10,7 +10,7 @@ * @author Shea Bunge * @copyright 2012-2017 Shea Bunge * @license MIT http://opensource.org/licenses/MIT - * @version 2.9.0 + * @version 2.9.1 * @link https://github.com/sheabunge/code-snippets */ @@ -20,7 +20,7 @@ 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! Author: Shea Bunge Author URI: https://bungeshea.com -Version: 2.9.0 +Version: 2.9.1 License: MIT License URI: license.txt Text Domain: code-snippets @@ -42,7 +42,7 @@ * @since 2.0 * @var string A PHP-standardized version number string */ -define( 'CODE_SNIPPETS_VERSION', '2.9.0' ); +define( 'CODE_SNIPPETS_VERSION', '2.9.1' ); /** * The full path to the main file of this plugin diff --git a/languages/code-snippets.pot b/languages/code-snippets.pot index 17968afc..5808f7ac 100644 --- a/languages/code-snippets.pot +++ b/languages/code-snippets.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: code-snippets 2.9.0\n" +"Project-Id-Version: code-snippets 2.9.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-07 00:19+1000\n" +"POT-Creation-Date: 2017-09-07 11:40+1000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/package.json b/package.json index 58a0b72b..7ece3576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-snippets", - "version": "2.9.0", + "version": "2.9.1", "description": "Manage code snippets running on a WordPress-powered site through a graphical interface", "homepage": "https://wordpress.org/plugins/code-snippets", "main": "Gruntfile.js", diff --git a/readme.txt b/readme.txt index ef3ca4d6..1cf38efc 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://bungeshea.com/donate/ Tags: code-snippets, snippets, code, php, network, multisite Requires at least: 3.6 Tested up to: 4.8.1 -Stable tag: 2.9.0 +Stable tag: 2.9.1 License: MIT License URI: license.txt @@ -110,6 +110,9 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co == Changelog == += 2.9.1 (7 Sep 2017) = +* 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/)] + = 2.9.0 (6 Sep 2017) = * Fixed: Prevented invalid properties from being set when saving a snippet * Fixed: Use the correct protocol when saving a snippet