-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog and version number for 2.9.3
- Loading branch information
Showing
5 changed files
with
14 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
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Shea Bunge <[email protected]> | ||
* @copyright 2012-2017 Shea Bunge | ||
* @license MIT http://opensource.org/licenses/MIT | ||
* @version 2.9.2 | ||
* @version 2.9.3 | ||
* @link https://github.com/sheabunge/code-snippets | ||
*/ | ||
|
||
|
@@ -20,7 +20,7 @@ | |
Description: An easy, clean and simple way to add code snippets to your site. No need to edit to your theme's functions.php file again! | ||
Author: Shea Bunge | ||
Author URI: https://bungeshea.com | ||
Version: 2.9.2 | ||
Version: 2.9.3 | ||
License: MIT | ||
License URI: license.txt | ||
Text Domain: code-snippets | ||
|
@@ -42,7 +42,7 @@ | |
* @since 2.0 | ||
* @var string A PHP-standardized version number string | ||
*/ | ||
define( 'CODE_SNIPPETS_VERSION', '2.9.2' ); | ||
define( 'CODE_SNIPPETS_VERSION', '2.9.3' ); | ||
|
||
/** | ||
* The full path to the main file of this plugin | ||
|
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