Skip to content

Commit 119e9ab

Browse files
committed
3.1.1
1 parent f438272 commit 119e9ab

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

1010
Nothing yet.
1111

12+
## [3.1.1] - 2017-11-29
13+
### Changed
14+
- Rename PHPCS config file, since PHP_CodeSniffer 3.1 minimum is required.
15+
16+
### Fixed
17+
- Check and deactivate correctly if PHP requirement not met.
18+
1219
## [3.1.0] - 2017-11-28
1320
### Added
1421
- `Requires PHP` header to `readme.txt`.
@@ -79,7 +86,8 @@ Nothing yet.
7986
[Tim Jensen]: https://github.com/timothyjensen
8087
[Travis CI]: https://travis-ci.org/GaryJones/genesis-js-no-js
8188

82-
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.0...HEAD
89+
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...HEAD
90+
[3.1.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...3.1.1
8391
[3.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.1...3.1.0
8492
[3.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.0...3.0.1
8593
[3.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.1.0...3.0.0

genesis-js-no-js.php

+1-1
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.1.0
23+
* Version: 3.1.1
2424
* Author: Gary Jones
2525
* Author URI: https://gamajo.com
2626
* Text Domain: genesis-js-no-js

readme.txt

+1-1
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.0
77
Requires PHP: 7.0
8-
Stable tag: 3.1.0
8+
Stable tag: 3.1.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)