Skip to content

Commit 6b7c3cf

Browse files
committed
Update version and changelog (2.1.0 -> 2.2.0)
1 parent 1c837db commit 6b7c3cf

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* Introduced CodeSniffer testing on code
55
* Fixed description heading disappearing when media buttons enabled
66
* Added snippet scope selector
7-
* Minify all CSS and JS in plugin
7+
* Minified all CSS and JS in plugin
88
* Made CodeMirror theme names more readable
9+
* Fixed bug causing translations to not be loaded
910

1011
## 2.1.0
1112
* Added additional setting descriptions

code-snippets.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
*/
2929

3030
/* Exit if accessed directly */
31-
if ( ! defined( 'ABSPATH' ) ) {
31+
if ( ! defined( 'ABSPATH' ) ) {lcs
32+
3233
exit;
3334
}
3435

languages/code-snippets.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: code-snippets 2.1.0\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2015-05-10 16:42+1000\n"
11+
"POT-Creation-Date: 2015-05-10 21:51+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"

readme.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://bungeshea.com/donate/
44
Tags: code-snippets, snippets, code, php, network, multisite
55
Requires at least: 3.3
66
Tested up to: 4.2.2
7-
Stable tag: 2.1.0
7+
Stable tag: 2.2.0
88
License: MIT
99
License URI: license.txt
1010

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

117117
== Changelog ==
118118

119+
= 2.2.0 =
120+
* Introduced CodeSniffer testing on code
121+
* Fixed description heading disappearing when media buttons enabled
122+
* Added snippet scope selector
123+
* Minified all CSS and JS in plugin
124+
* Made CodeMirror theme names more readable
125+
* Fixed bug causing translations to not be loaded
126+
119127
= 2.1.0 =
120128
* Added additional setting descriptions
121129
* Added settings for code and description editor height
@@ -313,6 +321,9 @@ __Fixed__
313321

314322
== Upgrade Notice ==
315323

324+
= 2.2.0 =
325+
New snippet scope feature; fixed bug with translations not loading; minified all css and js
326+
316327
= 2.1.0 =
317328
Minor improvements to settings component; added description editor settings; minor security fixes
318329

0 commit comments

Comments
 (0)