Skip to content

Commit

Permalink
Update changelog and version number for 2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Jan 14, 2018
1 parent 36ed7bb commit 37fa146
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.9.6 (14 Jan 2018)
* Added Brazilian Portuguese translation by [Bruno Borges](http://brunoborges.info)
* Fixed: Use standard WordPress capabilities instead of custom capabilities to prevent lockouts
* Fixed: Multisite issue with retrieving active shared snippets from the wrong table causing duplicate snippet execution
* Moved scope and other settings on single snippet page to below code area

## 2.9.5 (13 Jan 2018)
* Fixed: Undefined function error when accessing the database on multisite
* Fixed: Ensured all admin headings are hierarchical for accessibility
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* __Requires at least:__ [WordPress 3.6](https://wordpress.org/download/) or later
* __Tested up to:__ WordPress 4.9.1
* __Stable version:__ [2.9.5](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
* __Stable version:__ [2.9.6](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
* __License:__ [MIT](license.txt)

Code Snippets is an easy, clean and simple way to add code snippets to your site. It removes the need to add custom snippets to your theme theme's `functions.php` file.
Expand All @@ -19,6 +19,7 @@ If you have any feedback, issues, or suggestions for improvements please leave a

Code Snippets can be used in these different languages thanks to the following translators:

* Brazilian Portuguese – [Bruno Borges](http://brunoborges.info)
* French (Canada) - [Dominic Desbiens](http://www.dominicdesbiens.com/)
* Indonesian - [Jordan Silaen from ChameleonJohn.com](https://www.chameleonjohn.com/)
* German - [Mario Siegmann](http://web-alltag.de/), [Joerg Knoerchen](http://www.sensorgrafie.de/), and [David Decker](http://deckerweb.de)
Expand Down
6 changes: 3 additions & 3 deletions code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Shea Bunge <[email protected]>
* @copyright 2012-2018 Shea Bunge
* @license MIT http://opensource.org/licenses/MIT
* @version 2.9.4
* @version 2.9.6
* @link https://github.com/sheabunge/code-snippets
*/

Expand All @@ -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.5
Version: 2.9.6
License: MIT
License URI: license.txt
Text Domain: code-snippets
Expand All @@ -42,7 +42,7 @@
* @since 2.0
* @var string A PHP-standardized version number string
*/
define( 'CODE_SNIPPETS_VERSION', '2.9.5' );
define( 'CODE_SNIPPETS_VERSION', '2.9.6' );

/**
* The full path to the main file of this plugin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-snippets",
"version": "2.9.5",
"version": "2.9.6",
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
"homepage": "https://wordpress.org/plugins/code-snippets",
"main": "Gruntfile.js",
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://bungeshea.com/donate/
Tags: code-snippets, snippets, code, php, network, multisite
Requires at least: 3.6
Tested up to: 4.9.1
Stable tag: 2.9.5
Stable tag: 2.9.6
License: MIT
License URI: license.txt

Expand All @@ -26,6 +26,7 @@ If you have any feedback, issues, or suggestions for improvements please leave a

Code Snippets can be used in these different languages thanks to the following translators:

* Brazilian Portuguese – [Bruno Borges](http://brunoborges.info)
* French (Canada) - [Dominic Desbiens](http://www.dominicdesbiens.com/)
* Indonesian - [Jordan Silaen from ChameleonJohn.com](https://www.chameleonjohn.com/)
* German - [Mario Siegmann](http://web-alltag.de/), [Joerg Knoerchen](http://www.sensorgrafie.de/), and [David Decker](http://deckerweb.de)
Expand Down Expand Up @@ -110,6 +111,12 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co

== Changelog ==

= 2.9.6 (14 Jan 2018) =
* Added Brazilian Portuguese translation by [Bruno Borges](http://brunoborges.info)
* Fixed: Use standard WordPress capabilities instead of custom capabilities to prevent lockouts
* Fixed: Multisite issue with retrieving active shared snippets from the wrong table causing duplicate snippet execution
* Moved scope and other settings on single snippet page to below code area

= 2.9.5 (13 Jan 2018) =
* Fixed: Undefined function error when accessing the database on multisite
* Fixed: Ensured all admin headings are hierarchical for accessibility
Expand Down

0 comments on commit 37fa146

Please sign in to comment.