Skip to content

Commit badd177

Browse files
committed
UUpdate version number and changelog for v2.14.6
1 parent 34e1c43 commit badd177

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-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.14.6 (13 May 2022)
4+
* Fixed: Issue with processing uploaded import files.
5+
* Fixed: Issue with processing tag filters.
6+
37
## 2.14.5 (10 May 2022)
48
* Fixed: Incompatibility issue with older versions of PHP.
59

code-snippets.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Shea Bunge <[email protected]>
1010
* @copyright 2012-2021 Shea Bunge
1111
* @license MIT http://opensource.org/licenses/MIT
12-
* @version 2.14.5
12+
* @version 2.14.6
1313
* @link https://github.com/sheabunge/code-snippets
1414
*/
1515

@@ -19,7 +19,7 @@
1919
Description: An easy, clean and simple way to run code snippets on your site. No need to edit to your theme's functions.php file again!
2020
Author: Code Snippets Pro
2121
Author URI: https://codesnippets.pro
22-
Version: 2.14.5
22+
Version: 2.14.6
2323
License: MIT
2424
License URI: license.txt
2525
Text Domain: code-snippets
@@ -110,7 +110,7 @@ function code_snippets() {
110110
static $plugin;
111111

112112
if ( is_null( $plugin ) ) {
113-
$plugin = new Code_Snippets( '2.14.5', __FILE__ );
113+
$plugin = new Code_Snippets( '2.14.6', __FILE__ );
114114
}
115115

116116
return $plugin;

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.14.4",
3+
"version": "2.14.6",
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": "gulpfile.babel.js",

readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ The best way to do this is to fork the [repository on GitHub](https://github.com
122122

123123
== Changelog ==
124124

125+
= 2.14.6 (13 May 2022) =
126+
* Fixed: Issue with processing uploaded import files.
127+
* Fixed: Issue with processing tag filters.
128+
125129
= 2.14.5 (10 May 2022) =
126130
* Fixed: Incompatibility issue with older versions of PHP.
127131

0 commit comments

Comments
 (0)