Skip to content

Commit

Permalink
Update version number to 2.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed May 10, 2022
1 parent e4884b9 commit cff34c6
Show file tree
Hide file tree
Showing 4 changed files with 15,367 additions and 46 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.5 (10 May 2022)
* Fixed: Incompatibility issue with older versions of PHP.

## 2.14.4 (5 May 2022)
* Fixed: Prevent array key errors when loading the snippet table with unknown order values.

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.4
* @version 2.14.5
* @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.4
Version: 2.14.5
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.4', __FILE__ );
$plugin = new Code_Snippets( '2.14.5', __FILE__ );
}

return $plugin;
Expand Down
Loading

0 comments on commit cff34c6

Please sign in to comment.