Skip to content

Commit ee3cb12

Browse files
committed
Update changelog and version number (1.8.1)
1 parent c1a030a commit ee3cb12

File tree

6 files changed

+76
-60
lines changed

6 files changed

+76
-60
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.8.1 (25 Feb 2017)
4+
* Updated German translation
5+
* Fixed admin menu items not translating
6+
* Removed possible conflict between Debug Bar Console plugin (#52)
7+
* Corrected editor alignment on RTL sites ([#](https://wordpress.org/support/topic/suggestion-css-fix-for-rtl-sites/))
8+
* Fixed bulk actions running when Filter button is clicked ([#](https://wordpress.org/support/topic/bug-with-filtering-action-buttons/))
9+
* Updated CodeMirror to version 5.24.0
10+
311
## 2.8.0 (14 Dec 2016)
412
* Fixed Italian translation errors. Props to @arsenalemusica
513
* Renamed 'Manage' admin menu label to 'All Snippets' to keep in line with other admin menu labels

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
5-
* __Stable version:__ [2.8.0](https://downloads.wordpress.org/plugin/code-snippets.latest-stable.zip)
4+
* __Tested up to:__ WordPress 4.7.2
5+
* __Stable version:__ [2.8.1](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-2016 Shea Bunge
1212
* @license MIT http://opensource.org/licenses/MIT
13-
* @version 2.8.0
13+
* @version 2.8.1
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.0
23+
Version: 2.8.1
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.0' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.8.1' );
4646

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

languages/code-snippets.pot

Lines changed: 52 additions & 52 deletions
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.0\n"
9+
"Project-Id-Version: code-snippets 2.8.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2017-02-19 21:34+1100\n"
11+
"POT-Creation-Date: 2017-02-25 20:30+1100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,7 +18,7 @@ msgstr ""
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
2020

21-
#: php/admin-menus/class-admin-menu.php:98
21+
#: php/admin-menus/class-admin-menu.php:103
2222
msgid "You are not authorized to access this page."
2323
msgstr ""
2424

@@ -27,109 +27,109 @@ msgstr ""
2727
msgid "Edit Snippet"
2828
msgstr ""
2929

30-
#: php/admin-menus/class-edit-menu.php:37
30+
#: php/admin-menus/class-edit-menu.php:44
3131
msgctxt "menu label"
3232
msgid "Add New"
3333
msgstr ""
3434

35-
#: php/admin-menus/class-edit-menu.php:38 php/views/edit.php:31
35+
#: php/admin-menus/class-edit-menu.php:45 php/views/edit.php:31
3636
msgid "Add New Snippet"
3737
msgstr ""
3838

39-
#: php/admin-menus/class-edit-menu.php:178
39+
#: php/admin-menus/class-edit-menu.php:185
4040
msgid "Don't Panic"
4141
msgstr ""
4242

43-
#: php/admin-menus/class-edit-menu.php:179
43+
#: php/admin-menus/class-edit-menu.php:186
4444
#, php-format
4545
msgid ""
4646
"The code snippet you are trying to save produced a fatal error on line %d:"
4747
msgstr ""
4848

49-
#: php/admin-menus/class-edit-menu.php:181
49+
#: php/admin-menus/class-edit-menu.php:188
5050
msgid ""
5151
"The previous version of the snippet is unchanged, and the rest of this site "
5252
"should be functioning normally as before."
5353
msgstr ""
5454

55-
#: php/admin-menus/class-edit-menu.php:182
55+
#: php/admin-menus/class-edit-menu.php:189
5656
msgid ""
5757
"Please use the back button in your browser to return to the previous page "
5858
"and try to fix the code error."
5959
msgstr ""
6060

61-
#: php/admin-menus/class-edit-menu.php:183
61+
#: php/admin-menus/class-edit-menu.php:190
6262
msgid ""
6363
"If you prefer, you can close this page and discard the changes you just "
6464
"made. No changes will be made to this site."
6565
msgstr ""
6666

67-
#: php/admin-menus/class-edit-menu.php:303 php/class-list-table.php:324
67+
#: php/admin-menus/class-edit-menu.php:310 php/class-list-table.php:324
6868
msgid "Description"
6969
msgstr ""
7070

71-
#: php/admin-menus/class-edit-menu.php:334 php/class-list-table.php:325
71+
#: php/admin-menus/class-edit-menu.php:341 php/class-list-table.php:325
7272
msgid "Tags"
7373
msgstr ""
7474

75-
#: php/admin-menus/class-edit-menu.php:338
75+
#: php/admin-menus/class-edit-menu.php:345
7676
msgid "Enter a list of tags; separated by commas"
7777
msgstr ""
7878

79-
#: php/admin-menus/class-edit-menu.php:358
79+
#: php/admin-menus/class-edit-menu.php:365
8080
msgid "Run snippet everywhere"
8181
msgstr ""
8282

83-
#: php/admin-menus/class-edit-menu.php:359
83+
#: php/admin-menus/class-edit-menu.php:366
8484
msgid "Only run in administration area"
8585
msgstr ""
8686

87-
#: php/admin-menus/class-edit-menu.php:360
87+
#: php/admin-menus/class-edit-menu.php:367
8888
msgid "Only run on site front-end"
8989
msgstr ""
9090

91-
#: php/admin-menus/class-edit-menu.php:364
91+
#: php/admin-menus/class-edit-menu.php:371
9292
msgid "Scope"
9393
msgstr ""
9494

95-
#: php/admin-menus/class-edit-menu.php:384
95+
#: php/admin-menus/class-edit-menu.php:391
9696
msgid "Sharing"
9797
msgstr ""
9898

99-
#: php/admin-menus/class-edit-menu.php:388
99+
#: php/admin-menus/class-edit-menu.php:395
100100
msgid "Allow this snippet to be activated on individual sites on the network"
101101
msgstr ""
102102

103-
#: php/admin-menus/class-edit-menu.php:448
103+
#: php/admin-menus/class-edit-menu.php:455
104104
#, php-format
105105
msgid "The snippet has been deactivated due to an error on line %d:"
106106
msgstr ""
107107

108-
#: php/admin-menus/class-edit-menu.php:453
108+
#: php/admin-menus/class-edit-menu.php:460
109109
msgid "The snippet has been deactivated due to an error in the code."
110110
msgstr ""
111111

112-
#: php/admin-menus/class-edit-menu.php:460
112+
#: php/admin-menus/class-edit-menu.php:467
113113
msgid "An error occurred when saving the snippet."
114114
msgstr ""
115115

116-
#: php/admin-menus/class-edit-menu.php:465
116+
#: php/admin-menus/class-edit-menu.php:472
117117
msgid "Snippet <strong>added</strong>."
118118
msgstr ""
119119

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

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

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

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

@@ -142,15 +142,15 @@ msgstr ""
142142
msgid "Import Snippets"
143143
msgstr ""
144144

145-
#: php/admin-menus/class-import-menu.php:78
145+
#: php/admin-menus/class-import-menu.php:84
146146
msgid "Code Snippets"
147147
msgstr ""
148148

149-
#: php/admin-menus/class-import-menu.php:79
149+
#: php/admin-menus/class-import-menu.php:85
150150
msgid "Import snippets from a code snippets export file"
151151
msgstr ""
152152

153-
#: php/admin-menus/class-import-menu.php:93
153+
#: php/admin-menus/class-import-menu.php:99
154154
#, php-format
155155
msgid ""
156156
"Successfully imported <strong>%d</strong> snippet. <a href=\"%s\">Have fun!</"
@@ -161,7 +161,7 @@ msgid_plural ""
161161
msgstr[0] ""
162162
msgstr[1] ""
163163

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

@@ -171,45 +171,45 @@ msgid "All Snippets"
171171
msgstr ""
172172

173173
#: php/admin-menus/class-manage-menu.php:23
174-
#: php/admin-menus/class-manage-menu.php:39 php/class-admin.php:52
175-
#: php/class-admin.php:111 php/views/manage.php:19
174+
#: php/admin-menus/class-manage-menu.php:45 php/class-admin.php:57
175+
#: php/class-admin.php:116 php/views/manage.php:19
176176
msgid "Snippets"
177177
msgstr ""
178178

179-
#: php/admin-menus/class-manage-menu.php:40
179+
#: php/admin-menus/class-manage-menu.php:46
180180
msgctxt "top-level menu label"
181181
msgid "Snippets"
182182
msgstr ""
183183

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

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

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

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

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

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

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

@@ -222,50 +222,50 @@ msgstr ""
222222
msgid "Snippets Settings"
223223
msgstr ""
224224

225-
#: php/admin-menus/class-settings-menu.php:36 php/views/edit.php:135
225+
#: php/admin-menus/class-settings-menu.php:39 php/views/edit.php:135
226226
msgid "Settings"
227227
msgstr ""
228228

229-
#: php/class-admin.php:110
229+
#: php/class-admin.php:115
230230
msgid "Manage your existing snippets"
231231
msgstr ""
232232

233-
#: php/class-admin.php:141
233+
#: php/class-admin.php:146
234234
msgid "Visit the WordPress.org plugin page"
235235
msgstr ""
236236

237-
#: php/class-admin.php:142
237+
#: php/class-admin.php:147
238238
msgid "About"
239239
msgstr ""
240240

241-
#: php/class-admin.php:146
241+
#: php/class-admin.php:151
242242
msgid "Visit the support forums"
243243
msgstr ""
244244

245-
#: php/class-admin.php:147
245+
#: php/class-admin.php:152
246246
msgid "Support"
247247
msgstr ""
248248

249-
#: php/class-admin.php:151
249+
#: php/class-admin.php:156
250250
msgid "Support this plugin's development"
251251
msgstr ""
252252

253-
#: php/class-admin.php:152
253+
#: php/class-admin.php:157
254254
msgid "Donate"
255255
msgstr ""
256256

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

264-
#: php/class-admin.php:187
264+
#: php/class-admin.php:192
265265
msgid "Take the survey now"
266266
msgstr ""
267267

268-
#: php/class-admin.php:190
268+
#: php/class-admin.php:195
269269
msgid "Dismiss"
270270
msgstr ""
271271

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.0",
3+
"version": "2.8.1",
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
7-
Stable tag: 2.8.0
6+
Tested up to: 4.7.2
7+
Stable tag: 2.8.1
88
License: MIT
99
License URI: license.txt
1010

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

109109
== Changelog ==
110110

111+
= 2.8.1 (25 Feb 2017) =
112+
* Updated German translation
113+
* Fixed admin menu items not translating
114+
* Removed possible conflict between Debug Bar Console plugin ([#](https://github.com/sheabunge/code-snippets/issues/52))
115+
* Corrected editor alignment on RTL sites ([#](https://wordpress.org/support/topic/suggestion-css-fix-for-rtl-sites/))
116+
* Fixed bulk actions running when Filter button is clicked ([#](https://wordpress.org/support/topic/bug-with-filtering-action-buttons/))
117+
* Updated CodeMirror to version 5.24.0
118+
111119
= 2.8.0 (14 Dec 2016) =
112120
* Fixed Italian translation errors. Props to @arsenalemusica
113121
* Renamed 'Manage' admin menu label to 'All Snippets' to keep in line with other admin menu labels

0 commit comments

Comments
 (0)