From 88202589c55249fbb024bc3337db3f5ddf03254c Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Sat, 13 Jan 2018 20:40:04 +1100 Subject: [PATCH] Update changelog and version number for 2.9.5 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- code-snippets.php | 4 ++-- package.json | 2 +- readme.txt | 13 +++++++++++-- 5 files changed, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7727d09a..24d42ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.9.5 (13 Jan 2018) +* Fixed: Undefined function error when accessing the database on multisite +* Fixed: Ensured all admin headings are hierarchical for accessibility +* Made the "Activate By Default" setting enabled by default for new installs +* Updated CodeMirror to version 5.33 + ## 2.9.4 (19 Sep 2017) * Fixed: Prevented PHP error from occurring when saving a snippet * Minor improvements to database creation function diff --git a/README.md b/README.md index 4768d5e6..48209ab4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Code Snippets [![Build Status](https://travis-ci.org/sheabunge/code-snippets.png?branch=master)](https://travis-ci.org/sheabunge/code-snippets) * __Requires at least:__ [WordPress 3.6](https://wordpress.org/download/) or later -* __Tested up to:__ WordPress 4.8.1 -* __Stable version:__ [2.9.4](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip) +* __Tested up to:__ WordPress 4.9.1 +* __Stable version:__ [2.9.5](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 208deba1..b714b029 100644 --- a/code-snippets.php +++ b/code-snippets.php @@ -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.4 +Version: 2.9.5 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.4' ); +define( 'CODE_SNIPPETS_VERSION', '2.9.5' ); /** * The full path to the main file of this plugin diff --git a/package.json b/package.json index 6093e34d..54fae8bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-snippets", - "version": "2.9.4", + "version": "2.9.5", "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 076778db..8e92080a 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: bungeshea 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.4 +Tested up to: 4.9.1 +Stable tag: 2.9.5 License: MIT License URI: license.txt @@ -110,6 +110,12 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co == Changelog == += 2.9.5 (13 Jan 2018) = +* Fixed: Undefined function error when accessing the database on multisite +* Fixed: Ensured all admin headings are hierarchical for accessibility +* Made the "Activate By Default" setting enabled by default for new installs +* Updated CodeMirror to version 5.33 + = 2.9.4 (19 Sep 2017) = * Fixed: Prevented PHP error from occurring when saving a snippet * Minor improvements to database creation function @@ -481,6 +487,9 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co == Upgrade Notice == += 2.9.5 = +Fixed issue with saving snippets on multisite + = 2.8.5 = Prevents snippets from displaying twice in snippets table on multisite