From ee3cb12e522cbba7c62ba6698a18df4fcde843e7 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Sat, 25 Feb 2017 20:24:51 +1100 Subject: [PATCH] Update changelog and version number (1.8.1) --- CHANGELOG.md | 8 +++ README.md | 4 +- code-snippets.php | 6 +-- languages/code-snippets.pot | 104 ++++++++++++++++++------------------ package.json | 2 +- readme.txt | 12 ++++- 6 files changed, 76 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 300a5d38..6ecee195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.8.1 (25 Feb 2017) +* Updated German translation +* Fixed admin menu items not translating +* Removed possible conflict between Debug Bar Console plugin (#52) +* Corrected editor alignment on RTL sites ([#](https://wordpress.org/support/topic/suggestion-css-fix-for-rtl-sites/)) +* Fixed bulk actions running when Filter button is clicked ([#](https://wordpress.org/support/topic/bug-with-filtering-action-buttons/)) +* Updated CodeMirror to version 5.24.0 + ## 2.8.0 (14 Dec 2016) * Fixed Italian translation errors. Props to @arsenalemusica * Renamed 'Manage' admin menu label to 'All Snippets' to keep in line with other admin menu labels diff --git a/README.md b/README.md index 8b097ab4..7251fd38 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Code Snippets [![Build Status](https://travis-ci.org/sheabunge/code-snippets.png?branch=master)](https://travis-ci.org/sheabunge/code-snippets) * __Requires at least:__ [WordPress 3.6](https://wordpress.org/download/) or later -* __Tested up to:__ WordPress 4.7 -* __Stable version:__ [2.8.0](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip) +* __Tested up to:__ WordPress 4.7.2 +* __Stable version:__ [2.8.1](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. diff --git a/code-snippets.php b/code-snippets.php index 4f6af983..ba307f77 100644 --- a/code-snippets.php +++ b/code-snippets.php @@ -10,7 +10,7 @@ * @author Shea Bunge * @copyright 2012-2016 Shea Bunge * @license MIT http://opensource.org/licenses/MIT - * @version 2.8.0 + * @version 2.8.1 * @link https://github.com/sheabunge/code-snippets */ @@ -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.0 +Version: 2.8.1 License: MIT License URI: license.txt Text Domain: code-snippets @@ -42,7 +42,7 @@ * @since 2.0 * @var string A PHP-standardized version number string */ -define( 'CODE_SNIPPETS_VERSION', '2.8.0' ); +define( 'CODE_SNIPPETS_VERSION', '2.8.1' ); /** * The full path to the main file of this plugin diff --git a/languages/code-snippets.pot b/languages/code-snippets.pot index 863d53a4..9686c61f 100644 --- a/languages/code-snippets.pot +++ b/languages/code-snippets.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: code-snippets 2.8.0\n" +"Project-Id-Version: code-snippets 2.8.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-19 21:34+1100\n" +"POT-Creation-Date: 2017-02-25 20:30+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: php/admin-menus/class-admin-menu.php:98 +#: php/admin-menus/class-admin-menu.php:103 msgid "You are not authorized to access this page." msgstr "" @@ -27,109 +27,109 @@ msgstr "" msgid "Edit Snippet" msgstr "" -#: php/admin-menus/class-edit-menu.php:37 +#: php/admin-menus/class-edit-menu.php:44 msgctxt "menu label" msgid "Add New" msgstr "" -#: php/admin-menus/class-edit-menu.php:38 php/views/edit.php:31 +#: php/admin-menus/class-edit-menu.php:45 php/views/edit.php:31 msgid "Add New Snippet" msgstr "" -#: php/admin-menus/class-edit-menu.php:178 +#: php/admin-menus/class-edit-menu.php:185 msgid "Don't Panic" msgstr "" -#: php/admin-menus/class-edit-menu.php:179 +#: php/admin-menus/class-edit-menu.php:186 #, 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:181 +#: php/admin-menus/class-edit-menu.php:188 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:182 +#: php/admin-menus/class-edit-menu.php:189 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:183 +#: php/admin-menus/class-edit-menu.php:190 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:303 php/class-list-table.php:324 +#: php/admin-menus/class-edit-menu.php:310 php/class-list-table.php:324 msgid "Description" msgstr "" -#: php/admin-menus/class-edit-menu.php:334 php/class-list-table.php:325 +#: php/admin-menus/class-edit-menu.php:341 php/class-list-table.php:325 msgid "Tags" msgstr "" -#: php/admin-menus/class-edit-menu.php:338 +#: php/admin-menus/class-edit-menu.php:345 msgid "Enter a list of tags; separated by commas" msgstr "" -#: php/admin-menus/class-edit-menu.php:358 +#: php/admin-menus/class-edit-menu.php:365 msgid "Run snippet everywhere" msgstr "" -#: php/admin-menus/class-edit-menu.php:359 +#: php/admin-menus/class-edit-menu.php:366 msgid "Only run in administration area" msgstr "" -#: php/admin-menus/class-edit-menu.php:360 +#: php/admin-menus/class-edit-menu.php:367 msgid "Only run on site front-end" msgstr "" -#: php/admin-menus/class-edit-menu.php:364 +#: php/admin-menus/class-edit-menu.php:371 msgid "Scope" msgstr "" -#: php/admin-menus/class-edit-menu.php:384 +#: php/admin-menus/class-edit-menu.php:391 msgid "Sharing" msgstr "" -#: php/admin-menus/class-edit-menu.php:388 +#: php/admin-menus/class-edit-menu.php:395 msgid "Allow this snippet to be activated on individual sites on the network" msgstr "" -#: php/admin-menus/class-edit-menu.php:448 +#: php/admin-menus/class-edit-menu.php:455 #, php-format msgid "The snippet has been deactivated due to an error on line %d:" msgstr "" -#: php/admin-menus/class-edit-menu.php:453 +#: php/admin-menus/class-edit-menu.php:460 msgid "The snippet has been deactivated due to an error in the code." msgstr "" -#: php/admin-menus/class-edit-menu.php:460 +#: php/admin-menus/class-edit-menu.php:467 msgid "An error occurred when saving the snippet." msgstr "" -#: php/admin-menus/class-edit-menu.php:465 +#: php/admin-menus/class-edit-menu.php:472 msgid "Snippet added." msgstr "" -#: php/admin-menus/class-edit-menu.php:466 +#: php/admin-menus/class-edit-menu.php:473 msgid "Snippet updated." msgstr "" -#: php/admin-menus/class-edit-menu.php:467 +#: php/admin-menus/class-edit-menu.php:474 msgid "Snippet added and activated." msgstr "" -#: php/admin-menus/class-edit-menu.php:468 +#: php/admin-menus/class-edit-menu.php:475 msgid "Snippet updated and activated." msgstr "" -#: php/admin-menus/class-edit-menu.php:469 +#: php/admin-menus/class-edit-menu.php:476 msgid "Snippet updated and deactivated." msgstr "" @@ -142,15 +142,15 @@ msgstr "" msgid "Import Snippets" msgstr "" -#: php/admin-menus/class-import-menu.php:78 +#: php/admin-menus/class-import-menu.php:84 msgid "Code Snippets" msgstr "" -#: php/admin-menus/class-import-menu.php:79 +#: php/admin-menus/class-import-menu.php:85 msgid "Import snippets from a code snippets export file" msgstr "" -#: php/admin-menus/class-import-menu.php:93 +#: php/admin-menus/class-import-menu.php:99 #, php-format msgid "" "Successfully imported %d snippet. Have fun!Warning: Safe mode is active and snippets will not execute! " "Remove the CODE_SNIPPETS_SAFE_MODE constant from wp-" @@ -189,27 +189,27 @@ msgid "" "sheabunge/code-snippets/wiki/Safe-Mode\" target=\"_blank\">Help" msgstr "" -#: php/admin-menus/class-manage-menu.php:81 +#: php/admin-menus/class-manage-menu.php:87 msgid "Snippet activated." msgstr "" -#: php/admin-menus/class-manage-menu.php:82 +#: php/admin-menus/class-manage-menu.php:88 msgid "Selected snippets activated." msgstr "" -#: php/admin-menus/class-manage-menu.php:83 +#: php/admin-menus/class-manage-menu.php:89 msgid "Snippet deactivated." msgstr "" -#: php/admin-menus/class-manage-menu.php:84 +#: php/admin-menus/class-manage-menu.php:90 msgid "Selected snippets deactivated." msgstr "" -#: php/admin-menus/class-manage-menu.php:85 +#: php/admin-menus/class-manage-menu.php:91 msgid "Snippet deleted." msgstr "" -#: php/admin-menus/class-manage-menu.php:86 +#: php/admin-menus/class-manage-menu.php:92 msgid "Selected snippets deleted." msgstr "" @@ -222,50 +222,50 @@ msgstr "" msgid "Snippets Settings" msgstr "" -#: php/admin-menus/class-settings-menu.php:36 php/views/edit.php:135 +#: php/admin-menus/class-settings-menu.php:39 php/views/edit.php:135 msgid "Settings" msgstr "" -#: php/class-admin.php:110 +#: php/class-admin.php:115 msgid "Manage your existing snippets" msgstr "" -#: php/class-admin.php:141 +#: php/class-admin.php:146 msgid "Visit the WordPress.org plugin page" msgstr "" -#: php/class-admin.php:142 +#: php/class-admin.php:147 msgid "About" msgstr "" -#: php/class-admin.php:146 +#: php/class-admin.php:151 msgid "Visit the support forums" msgstr "" -#: php/class-admin.php:147 +#: php/class-admin.php:152 msgid "Support" msgstr "" -#: php/class-admin.php:151 +#: php/class-admin.php:156 msgid "Support this plugin's development" msgstr "" -#: php/class-admin.php:152 +#: php/class-admin.php:157 msgid "Donate" msgstr "" -#: php/class-admin.php:183 +#: php/class-admin.php:188 msgid "" "Have feedback on Code Snippets? 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:187 +#: php/class-admin.php:192 msgid "Take the survey now" msgstr "" -#: php/class-admin.php:190 +#: php/class-admin.php:195 msgid "Dismiss" msgstr "" diff --git a/package.json b/package.json index 5c4a7ebb..ee036724 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-snippets", - "version": "2.8.0", + "version": "2.8.1", "description": "Manage code snippets running on a WordPress-powered site through a graphical interface", "homepage": "https://wordpress.org/plugins/code-snippets", "main": "Gruntfile.js", diff --git a/readme.txt b/readme.txt index 42465527..5c0f3a88 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: bungeshea Donate link: https://bungeshea.com/donate/ Tags: code-snippets, snippets, code, php, network, multisite Requires at least: 3.6 -Tested up to: 4.7 -Stable tag: 2.8.0 +Tested up to: 4.7.2 +Stable tag: 2.8.1 License: MIT License URI: license.txt @@ -108,6 +108,14 @@ That's fantastic! Fork the [repository on GitHub](http://github.com/sheabunge/co == Changelog == += 2.8.1 (25 Feb 2017) = +* Updated German translation +* Fixed admin menu items not translating +* Removed possible conflict between Debug Bar Console plugin ([#](https://github.com/sheabunge/code-snippets/issues/52)) +* Corrected editor alignment on RTL sites ([#](https://wordpress.org/support/topic/suggestion-css-fix-for-rtl-sites/)) +* Fixed bulk actions running when Filter button is clicked ([#](https://wordpress.org/support/topic/bug-with-filtering-action-buttons/)) +* Updated CodeMirror to version 5.24.0 + = 2.8.0 (14 Dec 2016) = * Fixed Italian translation errors. Props to @arsenalemusica * Renamed 'Manage' admin menu label to 'All Snippets' to keep in line with other admin menu labels