Skip to content

Commit 1cb770e

Browse files
committed
2.1.0
1 parent cf32224 commit 1cb770e

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
_Nothing yet._
6+
7+
## [2.1.0] - 2016-08-08
8+
59
* Load plugin text domain.
610
* Add `composer.json`.
711
* Better [change log format][changelogformat].
@@ -13,15 +17,17 @@
1317
* Refactor class into a new file. Stops using half-implemented Singleton pattern.
1418
* Update documentation.
1519

16-
## 1.0.1 - 2011-06-02
20+
## [1.0.1] - 2011-06-02
1721

18-
* Improved plugin so script is hooked in with priority 1 - avoids a theme placing anything before the script (props [Josh Stauffer](http://twitter.com/joshstauffer))
22+
* Improved plugin so script is hooked in with priority 1 - avoids a theme placing anything before the script (props [Josh Stauffer])
1923

2024
## 1.0.0 - 2011-05-24
2125

2226
* Initial release.
2327

24-
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/2.0.0...HEAD
28+
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/2.1.0...HEAD
29+
[2.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.0.0...2.1.0
2530
[2.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/1.0.1...2.0.0
2631
[1.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/1.0.0...1.0.1
2732
[changelogformat]: https://github.com/olivierlacan/keep-a-changelog#is-there-a-standard-change-log-format
33+
[Josh Stauffer]: http://twitter.com/joshstauffer

genesis-js-no-js.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Plugin Name: Genesis js / no-js
1919
* Plugin URI: https://github.com/GaryJones/genesis-js-no-js
2020
* Description: For child themes of the <a href="http://genesis-theme-framework.com/">Genesis Framework</a>. Adds a <code>no-js</code> body class to the front-end, and a script on <code>genesis_before</code> which immediately changes the class to <code>js</code> if JavaScript is enabled. This is how WP does things on the back-end, to allow differing styles for elements if JavaScript is active or not.
21-
* Version: 2.0.0
21+
* Version: 2.1.0
2222
* Author: Gary Jones
2323
* Author URI: http://gamajo.com/
2424
* Text Domain: genesis-js-no-js

readme.txt

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://code.garyjones.co.uk/donate/
44
Tags: genesis, js-no-js
55
Requires at least: 3.0
66
Tested up to: 4.6.0
7-
Stable tag: 2.0.0
7+
Stable tag: 2.1.0
88

99
Make front-end styling easier for child themes on the Genesis Framework based on whether JavaScript is enabled or not.
1010

@@ -42,6 +42,12 @@ Doing it immediately also reduces a flash of incorrectly styled content, as the
4242

4343
== Changelog ==
4444

45+
= 2.1.0 =
46+
* Load plugin text domain.
47+
* Add `composer.json`.
48+
* Better change log format.
49+
* Tweak documentation.
50+
4551
= 2.0.0 =
4652
* GitHub Updater plugin support
4753
* Refactor class into a new file. Stops using half-implemented Singleton pattern.
@@ -55,6 +61,9 @@ Doing it immediately also reduces a flash of incorrectly styled content, as the
5561

5662
== Upgrade Notice ==
5763

64+
= 2.1.0 =
65+
Load plugin text domain.
66+
5867
= 2.0.0 =
5968
Update to add GitHub Updater plugin support.
6069

0 commit comments

Comments
 (0)