Skip to content

Commit 33b05f2

Browse files
committed
Update version number to 2.7.0
1 parent 2d847ef commit 33b05f2

File tree

5 files changed

+22
-8
lines changed

5 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### 2.6.2
3+
### 2.7.0
44
* Fixed plugin translations being loaded
55
* Increase default snippets per page so that all are usually shown
66
* Fixed description field not being imported

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.4.2
5-
* __Stable version:__ [2.6.1](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
4+
* __Tested up to:__ WordPress 4.5.3
5+
* __Stable version:__ [2.7.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.6.1
23+
Version: 2.7.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.6.1' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.7.0' );
4646

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-snippets",
3-
"version": "2.6.1",
3+
"version": "2.7.0",
44
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
55
"homepage": "https://wordpress.org/plugins/code-snippets",
66
"main": "Gruntfile.js",

readme.txt

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: bungeshea
33
Donate link: https://bungeshea.com/donate/
44
Tags: code-snippets, snippets, code, php, network, multisite
55
Requires at least: 3.6
6-
Tested up to: 4.4.2
7-
Stable tag: 2.6.1
6+
Tested up to: 4.5.3
7+
Stable tag: 2.7.0
88
License: MIT
99
License URI: license.txt
1010

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

119119
== Changelog ==
120120

121+
= 2.7.0 =
122+
* Fixed plugin translations being loaded
123+
* Increase default snippets per page so that all are usually shown
124+
* Fixed description field not being imported
125+
* Updated German translation by [Mario Siegmann](http://web-alltag.de)
126+
* Fixed issue with CodeMirror rubyblue theme [[#](https://wordpress.org/support/topic/a-problem-with-the-cursor-color-and-the-fix-that-worked-for-me)]
127+
* Added query var to disable snippet execution. To use, add `?snippets-safe-mode=true` to the URL
128+
* Fixed snippet fields not importing
129+
* Updated CodeMirror to version 5.17.0
130+
* Fixed a minor XSS vulnerability discovered by Burak Kelebek [[#](https://wordpress.org/support/topic/security-vulnerability-20)]
131+
121132
= 2.6.1 =
122133
* Updated German translation by [Mario Siegmann](http://web-alltag.de/)
123134
* Fixed error catching not working correctly
@@ -400,6 +411,9 @@ __Fixed__
400411

401412
== Upgrade Notice ==
402413

414+
= 2.7.0 =
415+
Fix translation loading and description importing
416+
403417
= 2.5.1 =
404418
Prevent Don't Panic message from being triggered accidentally
405419

0 commit comments

Comments
 (0)