Skip to content

Commit 402c3d7

Browse files
committed
3.0.1
1 parent d864d9e commit 402c3d7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [3.0.1] - 2017-08-24
11+
### Fixed
12+
- Function name prefixes.
13+
1014
## [3.0.0] - 2017-08-24
1115

1216
### Added
@@ -66,7 +70,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6670
[Tim Jensen]: https://github.com/timothyjensen
6771
[Travis CI]: https://travis-ci.org/GaryJones/genesis-js-no-js
6872

69-
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.0...HEAD
73+
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.1...HEAD
74+
[3.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.0...3.0.1
7075
[3.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.1.0...3.0.0
7176
[2.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.0.0...2.1.0
7277
[2.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/1.0.1...2.0.0

genesis-js-no-js.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Plugin Name: Genesis JS / No JS
2121
* Plugin URI: https://github.com/GaryJones/genesis-js-no-js
2222
* 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.
23-
* Version: 3.0.0
23+
* Version: 3.0.1
2424
* Author: Gary Jones
2525
* Author URI: https://gamajo.com
2626
* Text Domain: genesis-js-no-js

0 commit comments

Comments
 (0)