From badd17775a3c3b72cc47883924f987a3dc4d1e20 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Fri, 13 May 2022 19:48:17 +1000 Subject: [PATCH] UUpdate version number and changelog for v2.14.6 --- CHANGELOG.md | 4 ++++ code-snippets.php | 6 +++--- package-lock.json | 5 +++-- package.json | 2 +- readme.txt | 4 ++++ 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d845256..465beaee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/code-snippets.php b/code-snippets.php index 96448794..44c1b270 100644 --- a/code-snippets.php +++ b/code-snippets.php @@ -9,7 +9,7 @@ * @author Shea Bunge * @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 */ @@ -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 @@ -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; diff --git a/package-lock.json b/package-lock.json index 59abab5c..ec09575a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-snippets", - "version": "2.14.4", + "version": "2.14.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "code-snippets", - "version": "2.14.4", + "version": "2.14.6", "license": "MIT", "dependencies": { "@jcubic/tagger": "^0.4.1", @@ -23062,6 +23062,7 @@ }, "php-parser": { "version": "git+ssh://git@github.com/glayzzle/php-parser.git#27abcb2337ac6450c068ef064982dfabf77916a5", + "integrity": "sha512-cYehx6/hreMqBQ04tijWuOLz4cjfC93CGd+iWiyBMtpg18gBU9EdZHhI+uyLTNIysIjnaCTKqFX6kwEy1lMdgw==", "from": "php-parser@github:glayzzle/php-parser#php8" }, "picocolors": { diff --git a/package.json b/package.json index 44c9fb87..0820e7c6 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index c56e571e..d47a3508 100644 --- a/readme.txt +++ b/readme.txt @@ -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.