Skip to content

Commit f7bd61f

Browse files
committed
Update version number to 2.12.0
1 parent 62abd33 commit f7bd61f

File tree

7 files changed

+107
-77
lines changed

7 files changed

+107
-77
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.12.0 (23 Sep 2018)
4+
* Fixed: Prevented hidden columns setting from reverting to default
5+
* Improved: Updated import page to improve usability
6+
* Improved: Added Import button next to page title on manage page
7+
* Improved: Added coloured banner indicating whether a snippet is active when editing
8+
* Update CodeMirror to 5.40.0
9+
310
## 2.11.0 (24 Jul 2018)
411
* Added: Ability to assign a priority to snippets, to determine the order in which they are executed
512
* Improvement: The editor cursor position will be preserved when saving a snippet

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Code Snippets [![Build Status](https://travis-ci.org/sheabunge/code-snippets.png?branch=master)](https://travis-ci.org/sheabunge/code-snippets)
22

33
* __Requires at least:__ [WordPress 3.6](https://wordpress.org/download/) or later
4-
* __Tested up to:__ WordPress 4.9.6-beta2
5-
* __Stable version:__ [2.10.2](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
4+
* __Tested up to:__ WordPress 4.9.8
5+
* __Stable version:__ [2.12.0](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
66
* __License:__ [MIT](license.txt)
77

88
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.

code-snippets.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Shea Bunge <shea@bungeshea.com>
1111
* @copyright 2012-2018 Shea Bunge
1212
* @license MIT http://opensource.org/licenses/MIT
13-
* @version 2.11.0
13+
* @version 2.12.0
1414
* @link https://github.com/sheabunge/code-snippets
1515
*/
1616

@@ -20,7 +20,7 @@
2020
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!
2121
Author: Shea Bunge
2222
Author URI: https://bungeshea.com
23-
Version: 2.11.0
23+
Version: 2.12.0
2424
License: MIT
2525
License URI: license.txt
2626
Text Domain: code-snippets
@@ -42,7 +42,7 @@
4242
* @since 2.0
4343
* @var string A PHP-standardized version number string
4444
*/
45-
define( 'CODE_SNIPPETS_VERSION', '2.11.0' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.12.0' );
4646

4747
/**
4848
* The full path to the main file of this plugin

0 commit comments

Comments
 (0)