Skip to content

Commit c6a71a1

Browse files
committed
Update changelog and version number (2.8.4)
1 parent 2339821 commit c6a71a1

File tree

6 files changed

+23
-14
lines changed

6 files changed

+23
-14
lines changed

Diff for: CHANGELOG.md

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

3+
## 2.8.4 (29 April 2017)
4+
* Fixed all snippets being treated as network snippets on non-multisite sites
5+
36
## 2.8.3 (29 April 2017)
47
* Updated CodeMirror to version 5.25.0
58
* Show network active snippets as read-only on multisite subsites

Diff for: README.md

+2-2
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.3
5-
* __Stable version:__ [2.8.3](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
4+
* __Tested up to:__ WordPress 4.7.4
5+
* __Stable version:__ [2.8.4](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.

Diff for: code-snippets.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Shea Bunge <[email protected]>
1111
* @copyright 2012-2017 Shea Bunge
1212
* @license MIT http://opensource.org/licenses/MIT
13-
* @version 2.8.3
13+
* @version 2.8.4
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.3
23+
Version: 2.8.4
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.3' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.8.4' );
4646

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

Diff for: languages/code-snippets.pot

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: code-snippets 2.8.3\n"
9+
"Project-Id-Version: code-snippets 2.8.4\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-04-29 18:31+1000\n"
11+
"POT-Creation-Date: 2017-04-29 23:31+1000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -603,21 +603,21 @@ msgstr ""
603603
msgid "Perhaps you would like to add a new one?"
604604
msgstr ""
605605

606-
#: php/class-list-table.php:983
606+
#: php/class-list-table.php:985
607607
msgid "Search results"
608608
msgstr ""
609609

610-
#: php/class-list-table.php:986
610+
#: php/class-list-table.php:988
611611
#, php-format
612612
msgid " for &#8220;%s&#8221;"
613613
msgstr ""
614614

615-
#: php/class-list-table.php:990
615+
#: php/class-list-table.php:992
616616
#, php-format
617617
msgid " in tag &#8220;%s&#8221;"
618618
msgstr ""
619619

620-
#: php/class-list-table.php:998
620+
#: php/class-list-table.php:1000
621621
msgid "Clear Filters"
622622
msgstr ""
623623

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.8.3",
3+
"version": "2.8.4",
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",

Diff for: readme.txt

+8-2
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.3
7-
Stable tag: 2.8.3
6+
Tested up to: 4.7.4
7+
Stable tag: 2.8.4
88
License: MIT
99
License URI: license.txt
1010

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

109109
== Changelog ==
110110

111+
= 2.8.4 (29 April 2017) =
112+
* Fixed all snippets being treated as network snippets on non-multisite sites
113+
111114
= 2.8.3 (29 April 2017) =
112115
* Updated CodeMirror to version 5.25.0
113116
* Show network active snippets as read-only on multisite subsites
@@ -441,6 +444,9 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co
441444

442445
== Upgrade Notice ==
443446

447+
= 2.8.4 =
448+
Fixes error with previous version on non-multisite
449+
444450
= 2.8.3 =
445451
Fixes potential security exploit; please update immediately
446452

0 commit comments

Comments
 (0)