Skip to content

Commit cf32224

Browse files
committed
Documentation tweaks
1 parent b85a069 commit cf32224

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Load plugin text domain.
66
* Add `composer.json`.
77
* Better [change log format][changelogformat].
8+
* Tweak documentation.
89

910
## [2.0.0] - 2014-08-23
1011

genesis-js-no-js.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
* Genesis js / no-js WordPress plugin.
44
*
55
* For child themes of the Genesis Framework.
6-
*
6+
*
77
* Adds a no-js body class to the front-end, and a script on genesis_before
88
* which immediately changes the class to js if JavaScript is enabled. This is
99
* how WP does things on the back-end, to allow different styles for the same
1010
* elements depending if JavaScript is active or not.
1111
*
12-
* @package GenesisJsNoJs
12+
* @package Gamajo\GenesisJsNoJs
1313
* @author Gary Jones
14-
* @link https://github.com/GaryJones/genesis-js-no-js
1514
* @copyright 2011 Gary Jones, Gamajo Tech
1615
* @license GPL-2.0+
1716
*

includes/class-genesis-js-no-js.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?php
22
/**
3-
* Genesis Header Nav
3+
* Genesis JS No Js
44
*
5-
* @package GenesisJsNoJs
5+
* @package Gamajo\GenesisJsNoJs
66
* @author Gary Jones
7-
* @link https://github.com/GaryJones/genesis-header-nav
87
* @copyright 2011 Gary Jones, Gamajo Tech
98
* @license GPL-2.0+
109
*/

readme.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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: 4.0
6+
Tested up to: 4.6.0
77
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.
@@ -42,6 +42,11 @@ Doing it immediately also reduces a flash of incorrectly styled content, as the
4242

4343
== Changelog ==
4444

45+
= 2.0.0 =
46+
* GitHub Updater plugin support
47+
* Refactor class into a new file. Stops using half-implemented Singleton pattern.
48+
* Update documentation.
49+
4550
= 1.0.1 =
4651
* 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))
4752

@@ -50,8 +55,11 @@ Doing it immediately also reduces a flash of incorrectly styled content, as the
5055

5156
== Upgrade Notice ==
5257

58+
= 2.0.0 =
59+
Update to add GitHub Updater plugin support.
60+
5361
= 1.0.1 =
5462
Minor change to avoid potential problems with themes hooking in elements before the script.
5563

5664
= 1.0 =
57-
Update from nothingness. You will feel better for it.
65+
Update from nothingness. You will feel better for it.

0 commit comments

Comments
 (0)