-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UUpdate version number and changelog for v2.14.6
- Loading branch information
Showing
5 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
*/ | ||
|
||
|
@@ -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; | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters