Skip to content

Commit

Permalink
UUpdate version number and changelog for v2.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed May 13, 2022
1 parent 34e1c43 commit badd177
Show file tree
Hide file tree
Showing 5 changed files with 15 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.14.6 (13 May 2022)
* Fixed: Issue with processing uploaded import files.
* Fixed: Issue with processing tag filters.

## 2.14.5 (10 May 2022)
* Fixed: Incompatibility issue with older versions of PHP.

Expand Down
6 changes: 3 additions & 3 deletions code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Shea Bunge <[email protected]>
* @copyright 2012-2021 Shea Bunge
* @license MIT http://opensource.org/licenses/MIT
* @version 2.14.5
* @version 2.14.6
* @link https://github.com/sheabunge/code-snippets
*/

Expand All @@ -19,7 +19,7 @@
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!
Author: Code Snippets Pro
Author URI: https://codesnippets.pro
Version: 2.14.5
Version: 2.14.6
License: MIT
License URI: license.txt
Text Domain: code-snippets
Expand Down Expand Up @@ -110,7 +110,7 @@ function code_snippets() {
static $plugin;

if ( is_null( $plugin ) ) {
$plugin = new Code_Snippets( '2.14.5', __FILE__ );
$plugin = new Code_Snippets( '2.14.6', __FILE__ );
}

return $plugin;
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-snippets",
"version": "2.14.4",
"version": "2.14.6",
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
"homepage": "https://wordpress.org/plugins/code-snippets",
"main": "gulpfile.babel.js",
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ The best way to do this is to fork the [repository on GitHub](https://github.com

== Changelog ==

= 2.14.6 (13 May 2022) =
* Fixed: Issue with processing uploaded import files.
* Fixed: Issue with processing tag filters.

= 2.14.5 (10 May 2022) =
* Fixed: Incompatibility issue with older versions of PHP.

Expand Down

0 comments on commit badd177

Please sign in to comment.