Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
* Refactor class into a new file. Stops using half-implemented Singleton pattern.
* Update documentation.
* Add GitHub Updater support.
  • Loading branch information
GaryJones committed Aug 23, 2014
1 parent c756058 commit 2295860
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Genesis js / no-js Changelog

## 2.0.0 (2014-08-23)

* Refactor class into a new file. Stops using half-implemented Singleton pattern.
* Update documentation.
* Add GitHub Updater support.

## 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))
Expand Down
2 changes: 1 addition & 1 deletion genesis-js-no-js.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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: 1.0.1
* Version: 2.0.0
* Author: Gary Jones
* Author URI: http://gamajo.com/
* Text Domain: genesis-js-no-js
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: GaryJ
Donate link: http://code.garyjones.co.uk/donate/
Tags: genesis, js-no-js
Requires at least: 3.0
Tested up to: 3.3
Stable tag: 1.0.1
Tested up to: 4.0
Stable tag: 2.0.0

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

Expand Down

0 comments on commit 2295860

Please sign in to comment.