Skip to content

Commit b3ad3fa

Browse files
committed
Update changelog and version number (2.2.2 -> 2.2.3)
1 parent 0f830b0 commit b3ad3fa

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
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.3
4+
* Fixed broken call to `export_snippet()` function
5+
* Added support for importing and exporting snippet scope
6+
37
## 2.2.2
48
* Polyfilled array_replace_recursive() function for PHP 5.2
59
* Updated references to old plugin 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 https://github.com/sheabunge/code-snippets
88
*
99
* @package Code_Snippets
10-
* @version 2.2.2
10+
* @version 2.2.3
1111
* @author Shea Bunge <http://bungeshea.com/>
1212
* @copyright Copyright (c) 2012-2014, Shea Bunge
1313
* @link http://bungeshea.com/plugins/code-snippets/
@@ -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.2
23+
Version: 2.2.3
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.2' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.2.3' );
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.2.2",
3+
"version": "2.2.3",
44
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
55
"homepage": "http://bungeshea.com/plugins/code-snippets",
66
"main": "Gruntfile.js",

readme.txt

Lines changed: 8 additions & 1 deletion
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.2
7+
Stable tag: 2.2.3
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.3 =
120+
* Fixed broken call to `export_snippet()` function
121+
* Added support for importing and exporting snippet scope
122+
119123
= 2.2.2 =
120124
* Polyfilled array_replace_recursive() function for PHP 5.2
121125
* Updated references to old plugin site
@@ -332,6 +336,9 @@ __Fixed__
332336

333337
== Upgrade Notice ==
334338

339+
= 2.2.3 =
340+
Fixed error when exporting; snippet scopes can now be imported
341+
335342
= 2.2.2 =
336343
Fix error with PHP 5.2 added statuses for scopes to manage snippets table
337344

0 commit comments

Comments
 (0)