Skip to content

Commit

Permalink
Update changelog and version number (2.8.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Feb 27, 2017
1 parent e0590b5 commit b088bdd
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 45 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

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

## 2.8.1 (25 Feb 2017)
* Updated German translation
* Fixed admin menu items not translating
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* __Requires at least:__ [WordPress 3.6](https://wordpress.org/download/) or later
* __Tested up to:__ WordPress 4.7.2
* __Stable version:__ [2.8.1](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
* __Stable version:__ [2.8.2](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
* __License:__ [MIT](license.txt)

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.
Expand Down
8 changes: 4 additions & 4 deletions code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @package Code_Snippets
* @author Shea Bunge <[email protected]>
* @copyright 2012-2016 Shea Bunge
* @copyright 2012-2017 Shea Bunge
* @license MIT http://opensource.org/licenses/MIT
* @version 2.8.1
* @version 2.8.2
* @link https://github.com/sheabunge/code-snippets
*/

Expand All @@ -20,7 +20,7 @@
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!
Author: Shea Bunge
Author URI: https://bungeshea.com
Version: 2.8.1
Version: 2.8.
License: MIT
License URI: license.txt
Text Domain: code-snippets
Expand All @@ -42,7 +42,7 @@
* @since 2.0
* @var string A PHP-standardized version number string
*/
define( 'CODE_SNIPPETS_VERSION', '2.8.1' );
define( 'CODE_SNIPPETS_VERSION', '2.8.2' );

/**
* The full path to the main file of this plugin
Expand Down
76 changes: 38 additions & 38 deletions languages/code-snippets.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: code-snippets 2.8.1\n"
"Project-Id-Version: code-snippets 2.8.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-25 20:30+1100\n"
"POT-Creation-Date: 2017-02-27 23:06+1100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -27,109 +27,109 @@ msgstr ""
msgid "Edit Snippet"
msgstr ""

#: php/admin-menus/class-edit-menu.php:44
#: php/admin-menus/class-edit-menu.php:39
msgctxt "menu label"
msgid "Add New"
msgstr ""

#: php/admin-menus/class-edit-menu.php:45 php/views/edit.php:31
#: php/admin-menus/class-edit-menu.php:40 php/views/edit.php:31
msgid "Add New Snippet"
msgstr ""

#: php/admin-menus/class-edit-menu.php:185
#: php/admin-menus/class-edit-menu.php:156
msgid "Don't Panic"
msgstr ""

#: php/admin-menus/class-edit-menu.php:186
#: php/admin-menus/class-edit-menu.php:157
#, php-format
msgid ""
"The code snippet you are trying to save produced a fatal error on line %d:"
msgstr ""

#: php/admin-menus/class-edit-menu.php:188
#: php/admin-menus/class-edit-menu.php:159
msgid ""
"The previous version of the snippet is unchanged, and the rest of this site "
"should be functioning normally as before."
msgstr ""

#: php/admin-menus/class-edit-menu.php:189
#: php/admin-menus/class-edit-menu.php:160
msgid ""
"Please use the back button in your browser to return to the previous page "
"and try to fix the code error."
msgstr ""

#: php/admin-menus/class-edit-menu.php:190
#: php/admin-menus/class-edit-menu.php:161
msgid ""
"If you prefer, you can close this page and discard the changes you just "
"made. No changes will be made to this site."
msgstr ""

#: php/admin-menus/class-edit-menu.php:310 php/class-list-table.php:324
#: php/admin-menus/class-edit-menu.php:281 php/class-list-table.php:324
msgid "Description"
msgstr ""

#: php/admin-menus/class-edit-menu.php:341 php/class-list-table.php:325
#: php/admin-menus/class-edit-menu.php:312 php/class-list-table.php:325
msgid "Tags"
msgstr ""

#: php/admin-menus/class-edit-menu.php:345
#: php/admin-menus/class-edit-menu.php:316
msgid "Enter a list of tags; separated by commas"
msgstr ""

#: php/admin-menus/class-edit-menu.php:365
#: php/admin-menus/class-edit-menu.php:336
msgid "Run snippet everywhere"
msgstr ""

#: php/admin-menus/class-edit-menu.php:366
#: php/admin-menus/class-edit-menu.php:337
msgid "Only run in administration area"
msgstr ""

#: php/admin-menus/class-edit-menu.php:367
#: php/admin-menus/class-edit-menu.php:338
msgid "Only run on site front-end"
msgstr ""

#: php/admin-menus/class-edit-menu.php:371
#: php/admin-menus/class-edit-menu.php:342
msgid "Scope"
msgstr ""

#: php/admin-menus/class-edit-menu.php:391
#: php/admin-menus/class-edit-menu.php:362
msgid "Sharing"
msgstr ""

#: php/admin-menus/class-edit-menu.php:395
#: php/admin-menus/class-edit-menu.php:366
msgid "Allow this snippet to be activated on individual sites on the network"
msgstr ""

#: php/admin-menus/class-edit-menu.php:455
#: php/admin-menus/class-edit-menu.php:426
#, php-format
msgid "The snippet has been deactivated due to an error on line %d:"
msgstr ""

#: php/admin-menus/class-edit-menu.php:460
#: php/admin-menus/class-edit-menu.php:431
msgid "The snippet has been deactivated due to an error in the code."
msgstr ""

#: php/admin-menus/class-edit-menu.php:467
#: php/admin-menus/class-edit-menu.php:438
msgid "An error occurred when saving the snippet."
msgstr ""

#: php/admin-menus/class-edit-menu.php:472
#: php/admin-menus/class-edit-menu.php:443
msgid "Snippet <strong>added</strong>."
msgstr ""

#: php/admin-menus/class-edit-menu.php:473
#: php/admin-menus/class-edit-menu.php:444
msgid "Snippet <strong>updated</strong>."
msgstr ""

#: php/admin-menus/class-edit-menu.php:474
#: php/admin-menus/class-edit-menu.php:445
msgid "Snippet <strong>added</strong> and <strong>activated</strong>."
msgstr ""

#: php/admin-menus/class-edit-menu.php:475
#: php/admin-menus/class-edit-menu.php:446
msgid "Snippet <strong>updated</strong> and <strong>activated</strong>."
msgstr ""

#: php/admin-menus/class-edit-menu.php:476
#: php/admin-menus/class-edit-menu.php:447
msgid "Snippet <strong>updated</strong> and <strong>deactivated</strong>."
msgstr ""

Expand Down Expand Up @@ -171,8 +171,8 @@ msgid "All Snippets"
msgstr ""

#: php/admin-menus/class-manage-menu.php:23
#: php/admin-menus/class-manage-menu.php:45 php/class-admin.php:57
#: php/class-admin.php:116 php/views/manage.php:19
#: php/admin-menus/class-manage-menu.php:45 php/class-admin.php:61
#: php/class-admin.php:144 php/views/manage.php:19
msgid "Snippets"
msgstr ""

Expand Down Expand Up @@ -226,46 +226,46 @@ msgstr ""
msgid "Settings"
msgstr ""

#: php/class-admin.php:115
#: php/class-admin.php:143
msgid "Manage your existing snippets"
msgstr ""

#: php/class-admin.php:146
#: php/class-admin.php:174
msgid "Visit the WordPress.org plugin page"
msgstr ""

#: php/class-admin.php:147
#: php/class-admin.php:175
msgid "About"
msgstr ""

#: php/class-admin.php:151
#: php/class-admin.php:179
msgid "Visit the support forums"
msgstr ""

#: php/class-admin.php:152
#: php/class-admin.php:180
msgid "Support"
msgstr ""

#: php/class-admin.php:156
#: php/class-admin.php:184
msgid "Support this plugin's development"
msgstr ""

#: php/class-admin.php:157
#: php/class-admin.php:185
msgid "Donate"
msgstr ""

#: php/class-admin.php:188
#: php/class-admin.php:216
msgid ""
"<strong>Have feedback on Code Snippets?</strong> Please take the time to "
"answer a short survey on how you use this plugin and what you'd like to see "
"changed or added in the future."
msgstr ""

#: php/class-admin.php:192
#: php/class-admin.php:220
msgid "Take the survey now"
msgstr ""

#: php/class-admin.php:195
#: php/class-admin.php:223
msgid "Dismiss"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-snippets",
"version": "2.8.1",
"version": "2.8.2",
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
"homepage": "https://wordpress.org/plugins/code-snippets",
"main": "Gruntfile.js",
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://bungeshea.com/donate/
Tags: code-snippets, snippets, code, php, network, multisite
Requires at least: 3.6
Tested up to: 4.7.2
Stable tag: 2.8.1
Stable tag: 2.8.2
License: MIT
License URI: license.txt

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

== Changelog ==

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

= 2.8.1 (25 Feb 2017) =
* Updated German translation
* Fixed admin menu items not translating
Expand Down Expand Up @@ -433,6 +436,9 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co

== Upgrade Notice ==

= 2.8.2 =
Fixed fatal error preventing activated snippets from saving

= 2.8.0 =
Interface tweaks

Expand Down

0 comments on commit b088bdd

Please sign in to comment.