Skip to content

Commit

Permalink
Update version number to 2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Dec 11, 2021
1 parent 762fe54 commit 7cd3723
Show file tree
Hide file tree
Showing 5 changed files with 6,604 additions and 2,441 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.14.3 (10 Dec 2021)
* Fixed: Potential security issue outputting snippets-safe-mode query variable value as-is. Thanks to Krzysztof Zając for reporting.

## 2.14.2 (9 Sep 2021)
* Fixed: Prevent network snippets table from being created on single-site installs.
* Added translations:
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.2
* @version 2.14.3
* @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.2
Version: 2.14.3
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.2', __FILE__ );
$plugin = new Code_Snippets( '2.14.3', __FILE__ );
}

return $plugin;
Expand Down
Loading

0 comments on commit 7cd3723

Please sign in to comment.