Skip to content

Commit 37ecaf6

Browse files
committed
Update changelog and version number (2.8.3)
1 parent c364c6a commit 37ecaf6

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3-
## Unreleased
3+
## 2.8.3 (29 April 2017)
44
* Updated CodeMirror to version 5.25.0
5+
* Show network active snippets as read-only on multisite subsites
6+
* Added more compete output escaping to prevent XSS errors
57

68
## 2.8.2 (27 Feb 2017)
79
* Fix bug introduced in 2.8.1 that broke code verification functionality by executing code twice

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.7.2
5-
* __Stable version:__ [2.8.2](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
4+
* __Tested up to:__ WordPress 4.7.3
5+
* __Stable version:__ [2.8.3](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-2017 Shea Bunge
1212
* @license MIT http://opensource.org/licenses/MIT
13-
* @version 2.8.2
13+
* @version 2.8.3
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.8.2
23+
Version: 2.8.3
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.8.2' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.8.3' );
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.8.2",
3+
"version": "2.8.3",
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: 10 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.7.2
7-
Stable tag: 2.8.2
6+
Tested up to: 4.7.3
7+
Stable tag: 2.8.3
88
License: MIT
99
License URI: license.txt
1010

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

109109
== Changelog ==
110110

111+
= 2.8.3 (29 April 2017) =
112+
* Updated CodeMirror to version 5.25.0
113+
* Show network active snippets as read-only on multisite subsites
114+
* Added more compete output escaping to prevent XSS errors
115+
111116
= 2.8.2 (27 Feb 2017) =
112117
* Fix bug introduced in 2.8.1 that broke code verification functionality by executing code twice
113118

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

437442
== Upgrade Notice ==
438443

444+
= 2.8.3 =
445+
Fixes potential security exploit; please update immediately
446+
439447
= 2.8.2 =
440448
Fixed fatal error preventing activated snippets from saving
441449

0 commit comments

Comments
 (0)