Skip to content

Commit 6176cad

Browse files
committed
Update changelog and version number (2.2.0 -> 2.2.1)
1 parent 9fe9598 commit 6176cad

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

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

3+
## 2.2.1
4+
* Fixed the default values of new setting not being applied
5+
* Fixed missing background of tags input
6+
37
## 2.2.0
48
* Introduced CodeSniffer testing on code
59
* Fixed description heading disappearing when media buttons enabled

README.md

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

44
* __Requires at least:__ [WordPress 3.3](http://wordpress.org/download/) or later
55
* __Tested up to:__ WordPress 4.2.2
6-
* __Stable version:__ [2.1.0](http://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
6+
* __Stable version:__ [2.2.1](http://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
77
* __License:__ [MIT](license.txt)
88

99
An easy, clean and simple way to add code snippets to your site.

code-snippets.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* contribute to the localization, please see http://code-snippets.bungeshea.com
88
*
99
* @package Code_Snippets
10-
* @version 2.2.0
10+
* @version 2.2.1
1111
* @author Shea Bunge <http://bungeshea.com/>
1212
* @copyright Copyright (c) 2012-2014, Shea Bunge
1313
* @link http://code-snippets.bungeshea.com
@@ -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: http://bungeshea.com
23-
Version: 2.2.0
23+
Version: 2.2.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.2.0' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.2.1' );
4646

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

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://bungeshea.com/donate/
44
Tags: code-snippets, snippets, code, php, network, multisite
55
Requires at least: 3.3
66
Tested up to: 4.2.2
7-
Stable tag: 2.2.0
7+
Stable tag: 2.2.1
88
License: MIT
99
License URI: license.txt
1010

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

117117
== Changelog ==
118118

119+
= 2.2.1 =
120+
* Fixed the default values of new setting not being applied
121+
* Fixed missing background of tags input
122+
119123
= 2.2.0 =
120124
* Introduced CodeSniffer testing on code
121125
* Fixed description heading disappearing when media buttons enabled
@@ -321,7 +325,7 @@ __Fixed__
321325

322326
== Upgrade Notice ==
323327

324-
= 2.2.0 =
328+
= 2.2.1 =
325329
New snippet scope feature; fixed bug with translations not loading; minified all css and js
326330

327331
= 2.1.0 =

0 commit comments

Comments
 (0)