Skip to content

Commit

Permalink
Update changelog and version number (2.2.0 -> 2.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed May 10, 2015
1 parent 9fe9598 commit 6176cad
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.2.1
* Fixed the default values of new setting not being applied
* Fixed missing background of tags input

## 2.2.0
* Introduced CodeSniffer testing on code
* Fixed description heading disappearing when media buttons enabled
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

An easy, clean and simple way to add code snippets to your site.
Expand Down
6 changes: 3 additions & 3 deletions code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* contribute to the localization, please see http://code-snippets.bungeshea.com
*
* @package Code_Snippets
* @version 2.2.0
* @version 2.2.1
* @author Shea Bunge <http://bungeshea.com/>
* @copyright Copyright (c) 2012-2014, Shea Bunge
* @link http://code-snippets.bungeshea.com
Expand All @@ -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: http://bungeshea.com
Version: 2.2.0
Version: 2.2.1
License: MIT
License URI: license.txt
Text Domain: code-snippets
Expand All @@ -42,7 +42,7 @@
* @since 2.0
* @var string A PHP-standardized version number string
*/
define( 'CODE_SNIPPETS_VERSION', '2.2.0' );
define( 'CODE_SNIPPETS_VERSION', '2.2.1' );

/**
* The full path to the main file of this plugin
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://bungeshea.com/donate/
Tags: code-snippets, snippets, code, php, network, multisite
Requires at least: 3.3
Tested up to: 4.2.2
Stable tag: 2.2.0
Stable tag: 2.2.1
License: MIT
License URI: license.txt

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

== Changelog ==

= 2.2.1 =
* Fixed the default values of new setting not being applied
* Fixed missing background of tags input

= 2.2.0 =
* Introduced CodeSniffer testing on code
* Fixed description heading disappearing when media buttons enabled
Expand Down Expand Up @@ -321,7 +325,7 @@ __Fixed__

== Upgrade Notice ==

= 2.2.0 =
= 2.2.1 =
New snippet scope feature; fixed bug with translations not loading; minified all css and js

= 2.1.0 =
Expand Down

0 comments on commit 6176cad

Please sign in to comment.