Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Aug 8, 2016
1 parent cf32224 commit 1cb770e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

_Nothing yet._

## [2.1.0] - 2016-08-08

* Load plugin text domain.
* Add `composer.json`.
* Better [change log format][changelogformat].
Expand All @@ -13,15 +17,17 @@
* Refactor class into a new file. Stops using half-implemented Singleton pattern.
* Update documentation.

## 1.0.1 - 2011-06-02
## [1.0.1] - 2011-06-02

* 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))
* Improved plugin so script is hooked in with priority 1 - avoids a theme placing anything before the script (props [Josh Stauffer])

## 1.0.0 - 2011-05-24

* Initial release.

[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/2.0.0...HEAD
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/2.1.0...HEAD
[2.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/1.0.1...2.0.0
[1.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/1.0.0...1.0.1
[changelogformat]: https://github.com/olivierlacan/keep-a-changelog#is-there-a-standard-change-log-format
[Josh Stauffer]: http://twitter.com/joshstauffer
2 changes: 1 addition & 1 deletion genesis-js-no-js.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Plugin Name: Genesis js / no-js
* Plugin URI: https://github.com/GaryJones/genesis-js-no-js
* 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.
* Version: 2.0.0
* Version: 2.1.0
* Author: Gary Jones
* Author URI: http://gamajo.com/
* Text Domain: genesis-js-no-js
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://code.garyjones.co.uk/donate/
Tags: genesis, js-no-js
Requires at least: 3.0
Tested up to: 4.6.0
Stable tag: 2.0.0
Stable tag: 2.1.0

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

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

== Changelog ==

= 2.1.0 =
* Load plugin text domain.
* Add `composer.json`.
* Better change log format.
* Tweak documentation.

= 2.0.0 =
* GitHub Updater plugin support
* Refactor class into a new file. Stops using half-implemented Singleton pattern.
Expand All @@ -55,6 +61,9 @@ Doing it immediately also reduces a flash of incorrectly styled content, as the

== Upgrade Notice ==

= 2.1.0 =
Load plugin text domain.

= 2.0.0 =
Update to add GitHub Updater plugin support.

Expand Down

0 comments on commit 1cb770e

Please sign in to comment.