Skip to content

Commit

Permalink
Update changelog and version number (1.8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Feb 25, 2017
1 parent c1a030a commit ee3cb12
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 60 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Shea Bunge <[email protected]>
* @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
*/

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.0
Version: 2.8.1
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.0' );
define( 'CODE_SNIPPETS_VERSION', '2.8.1' );

/**
* The full path to the main file of this plugin
Expand Down
104 changes: 52 additions & 52 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.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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -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 ""

Expand All @@ -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 <strong>added</strong>."
msgstr ""

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

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

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

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

Expand All @@ -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 <strong>%d</strong> snippet. <a href=\"%s\">Have fun!</"
Expand All @@ -161,7 +161,7 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""

#: php/admin-menus/class-import-menu.php:106
#: php/admin-menus/class-import-menu.php:112
msgid "An error occurred when processing the import file."
msgstr ""

Expand All @@ -171,45 +171,45 @@ msgid "All Snippets"
msgstr ""

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

#: php/admin-menus/class-manage-menu.php:40
#: php/admin-menus/class-manage-menu.php:46
msgctxt "top-level menu label"
msgid "Snippets"
msgstr ""

#: php/admin-menus/class-manage-menu.php:75
#: php/admin-menus/class-manage-menu.php:81
msgid ""
"<strong>Warning:</strong> Safe mode is active and snippets will not execute! "
"Remove the <code>CODE_SNIPPETS_SAFE_MODE</code> constant from <code>wp-"
"config.php</code> to turn off safe mode. <a href=\"https://github.com/"
"sheabunge/code-snippets/wiki/Safe-Mode\" target=\"_blank\">Help</a>"
msgstr ""

#: php/admin-menus/class-manage-menu.php:81
#: php/admin-menus/class-manage-menu.php:87
msgid "Snippet <strong>activated</strong>."
msgstr ""

#: php/admin-menus/class-manage-menu.php:82
#: php/admin-menus/class-manage-menu.php:88
msgid "Selected snippets <strong>activated</strong>."
msgstr ""

#: php/admin-menus/class-manage-menu.php:83
#: php/admin-menus/class-manage-menu.php:89
msgid "Snippet <strong>deactivated</strong>."
msgstr ""

#: php/admin-menus/class-manage-menu.php:84
#: php/admin-menus/class-manage-menu.php:90
msgid "Selected snippets <strong>deactivated</strong>."
msgstr ""

#: php/admin-menus/class-manage-menu.php:85
#: php/admin-menus/class-manage-menu.php:91
msgid "Snippet <strong>deleted</strong>."
msgstr ""

#: php/admin-menus/class-manage-menu.php:86
#: php/admin-menus/class-manage-menu.php:92
msgid "Selected snippets <strong>deleted</strong>."
msgstr ""

Expand All @@ -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 ""
"<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: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 ""

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.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",
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ee3cb12

Please sign in to comment.