Skip to content

Commit 8193b26

Browse files
committed
Update version number (2.4.0 -> 2.4.1)
1 parent 8d111d4 commit 8193b26

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### 2.4.1
4+
* Fixed CodeMirror themes not being detected on settings page [[#](https://wordpress.org/support/topic/updated-to-240-now-i-cant-switch-theme)]
5+
36
### 2.4.0
47
* Added ability to share network snippets to individual sites on WordPress multisite
58
* Improved code directory and class structure

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* __Requires at least:__ [WordPress 3.6](http://wordpress.org/download/) or later
44
* __Tested up to:__ WordPress 4.2.2
5-
* __Stable version:__ [2.4.0](http://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
5+
* __Stable version:__ [2.4.1](http://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.

Diff for: code-snippets.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* contribute to the localization, please see https://github.com/sheabunge/code-snippets
88
*
99
* @package Code_Snippets
10-
* @version 2.4.0
10+
* @version 2.4.1
1111
* @author Shea Bunge <http://bungeshea.com/>
1212
* @copyright Copyright (c) 2012-2015, Shea Bunge
1313
* @link http://bungeshea.com/plugins/code-snippets/
@@ -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: http://bungeshea.com
23-
Version: 2.4.0
23+
Version: 2.4.1
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.4.0' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.4.1' );
4646

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-snippets",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
55
"homepage": "http://bungeshea.com/plugins/code-snippets",
66
"main": "Gruntfile.js",

Diff for: readme.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://bungeshea.com/donate/
44
Tags: code-snippets, snippets, code, php, network, multisite
55
Requires at least: 3.6
66
Tested up to: 4.3.1
7-
Stable tag: 2.4.0
7+
Stable tag: 2.4.1
88
License: MIT
99
License URI: license.txt
1010

@@ -116,6 +116,9 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co
116116

117117
== Changelog ==
118118

119+
= 2.4.1 =
120+
* Fixed CodeMirror themes not being detected on settings page
121+
119122
= 2.4.0 =
120123
* Added ability to share network snippets to individual sites on WordPress multisite
121124
* Improved code directory and class structure
@@ -361,6 +364,9 @@ __Fixed__
361364

362365
== Upgrade Notice ==
363366

367+
= 2.4.1 =
368+
Fixed CodeMirror themes not being detected on settings page
369+
364370
= 2.4.0 =
365371
New snippet sharing feature for multisite networks; new Snippet class
366372

0 commit comments

Comments
 (0)