Skip to content

Commit 8820258

Browse files
committed
Update changelog and version number for 2.9.5
1 parent 8aa9d32 commit 8820258

File tree

5 files changed

+22
-7
lines changed

5 files changed

+22
-7
lines changed

CHANGELOG.md

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

3+
## 2.9.5 (13 Jan 2018)
4+
* Fixed: Undefined function error when accessing the database on multisite
5+
* Fixed: Ensured all admin headings are hierarchical for accessibility
6+
* Made the "Activate By Default" setting enabled by default for new installs
7+
* Updated CodeMirror to version 5.33
8+
39
## 2.9.4 (19 Sep 2017)
410
* Fixed: Prevented PHP error from occurring when saving a snippet
511
* Minor improvements to database creation function

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Code Snippets [![Build Status](https://travis-ci.org/sheabunge/code-snippets.png?branch=master)](https://travis-ci.org/sheabunge/code-snippets)
22

33
* __Requires at least:__ [WordPress 3.6](https://wordpress.org/download/) or later
4-
* __Tested up to:__ WordPress 4.8.1
5-
* __Stable version:__ [2.9.4](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
4+
* __Tested up to:__ WordPress 4.9.1
5+
* __Stable version:__ [2.9.5](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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.4
23+
Version: 2.9.5
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.4' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.9.5' );
4646

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

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.4",
3+
"version": "2.9.5",
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: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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.8.1
7-
Stable tag: 2.9.4
6+
Tested up to: 4.9.1
7+
Stable tag: 2.9.5
88
License: MIT
99
License URI: license.txt
1010

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

111111
== Changelog ==
112112

113+
= 2.9.5 (13 Jan 2018) =
114+
* Fixed: Undefined function error when accessing the database on multisite
115+
* Fixed: Ensured all admin headings are hierarchical for accessibility
116+
* Made the "Activate By Default" setting enabled by default for new installs
117+
* Updated CodeMirror to version 5.33
118+
113119
= 2.9.4 (19 Sep 2017) =
114120
* Fixed: Prevented PHP error from occurring when saving a snippet
115121
* Minor improvements to database creation function
@@ -481,6 +487,9 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co
481487

482488
== Upgrade Notice ==
483489

490+
= 2.9.5 =
491+
Fixed issue with saving snippets on multisite
492+
484493
= 2.8.5 =
485494
Prevents snippets from displaying twice in snippets table on multisite
486495

0 commit comments

Comments
 (0)