Skip to content

Commit a1ee769

Browse files
committed
3.2.1
1 parent f11b386 commit a1ee769

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

1010
Nothing yet.
1111

12+
## [3.2.1] - 2017-11-29
13+
### Fixed
14+
- Fatal error, requiring wrong file name.
15+
1216
## [3.2.0] - 2017-11-29
1317
### Added
1418
- Unit tests, with 100% code coverage.
@@ -98,7 +102,8 @@ Nothing yet.
98102
[Tim Jensen]: https://github.com/timothyjensen
99103
[Travis CI]: https://travis-ci.org/GaryJones/genesis-js-no-js
100104

101-
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.2.0...HEAD
105+
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.2.1...HEAD
106+
[3.2.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.2.0...3.2.1
102107
[3.2.0]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...3.2.0
103108
[3.1.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...3.1.1
104109
[3.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.1...3.1.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.2.0
23+
* Version: 3.2.1
2424
* Author: Gary Jones
2525
* Author URI: https://gamajo.com
2626
* Text Domain: genesis-js-no-js

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: genesis, js-no-js
55
Requires at least: 4.6
66
Tested up to: 4.9.1
77
Requires PHP: 7.0
8-
Stable tag: 3.2.0
8+
Stable tag: 3.2.1
99

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

0 commit comments

Comments
 (0)