Skip to content

Commit 2295860

Browse files
committed
2.0.0
* Refactor class into a new file. Stops using half-implemented Singleton pattern. * Update documentation. * Add GitHub Updater support.
1 parent c756058 commit 2295860

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Genesis js / no-js Changelog
22

3+
## 2.0.0 (2014-08-23)
4+
5+
* Refactor class into a new file. Stops using half-implemented Singleton pattern.
6+
* Update documentation.
7+
* Add GitHub Updater support.
8+
39
## 1.0.1 (2011-06-02)
410

511
* 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))

genesis-js-no-js.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Plugin Name: Genesis js / no-js
2020
* Plugin URI: https://github.com/GaryJones/genesis-js-no-js
2121
* 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.
22-
* Version: 1.0.1
22+
* Version: 2.0.0
2323
* Author: Gary Jones
2424
* Author URI: http://gamajo.com/
2525
* Text Domain: genesis-js-no-js

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: GaryJ
33
Donate link: http://code.garyjones.co.uk/donate/
44
Tags: genesis, js-no-js
55
Requires at least: 3.0
6-
Tested up to: 3.3
7-
Stable tag: 1.0.1
6+
Tested up to: 4.0
7+
Stable tag: 2.0.0
88

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

0 commit comments

Comments
 (0)