Skip to content

Commit f5f6628

Browse files
committed
Update version number to 2.14.4
1 parent eebcf0c commit f5f6628

File tree

5 files changed

+1704
-1657
lines changed

5 files changed

+1704
-1657
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.14.4 (5 May 2022)
4+
* Fixed: Prevent array key errors when loading the snippet table with unknown order values.
5+
36
## 2.14.3 (10 Dec 2021)
47
* Fixed: Potential security issue outputting snippets-safe-mode query variable value as-is. Thanks to Krzysztof Zając for reporting.
58

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 <shea@sheabunge.com>
1010
* @copyright 2012-2021 Shea Bunge
1111
* @license MIT http://opensource.org/licenses/MIT
12-
* @version 2.14.3
12+
* @version 2.14.4
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.3
22+
Version: 2.14.4
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.3', __FILE__ );
113+
$plugin = new Code_Snippets( '2.14.4', __FILE__ );
114114
}
115115

116116
return $plugin;

0 commit comments

Comments
 (0)