-
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.10.0
- Loading branch information
Showing
7 changed files
with
201 additions
and
126 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-2018 Shea Bunge | ||
* @license MIT http://opensource.org/licenses/MIT | ||
* @version 2.9.6 | ||
* @version 2.10.0 | ||
* @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.7-dev.2 | ||
Version: 2.10.0 | ||
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.7-dev.2' ); | ||
define( 'CODE_SNIPPETS_VERSION', '2.10.0' ); | ||
|
||
/** | ||
* The full path to the main file of this plugin | ||
|
Oops, something went wrong.