Skip to content

Commit

Permalink
Update version number to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Sep 23, 2018
1 parent 62abd33 commit f7bd61f
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 77 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.12.0 (23 Sep 2018)
* Fixed: Prevented hidden columns setting from reverting to default
* Improved: Updated import page to improve usability
* Improved: Added Import button next to page title on manage page
* Improved: Added coloured banner indicating whether a snippet is active when editing
* Update CodeMirror to 5.40.0

## 2.11.0 (24 Jul 2018)
* Added: Ability to assign a priority to snippets, to determine the order in which they are executed
* Improvement: The editor cursor position will be preserved when saving a snippet
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Code Snippets [![Build Status](https://travis-ci.org/sheabunge/code-snippets.png?branch=master)](https://travis-ci.org/sheabunge/code-snippets)

* __Requires at least:__ [WordPress 3.6](https://wordpress.org/download/) or later
* __Tested up to:__ WordPress 4.9.6-beta2
* __Stable version:__ [2.10.2](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
* __Tested up to:__ WordPress 4.9.8
* __Stable version:__ [2.12.0](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 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.11.0
* @version 2.12.0
* @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.11.0
Version: 2.12.0
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.11.0' );
define( 'CODE_SNIPPETS_VERSION', '2.12.0' );

/**
* The full path to the main file of this plugin
Expand Down
Loading

0 comments on commit f7bd61f

Please sign in to comment.