Skip to content

Commit 84cab98

Browse files
committed
3.1.0
1 parent 1b35ac0 commit 84cab98

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
Nothing yet.
11+
12+
## [3.1.0] - 2017-11-28
913
### Added
1014
- `Requires PHP` header to `readme.txt`.
1115

16+
### Changed
17+
- Dropped PHP requirement for running the plugin from 7.1 to 7.0.
18+
1219
## [3.0.1] - 2017-08-24
1320
### Fixed
1421
- Function name prefixes.
@@ -72,7 +79,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7279
[Tim Jensen]: https://github.com/timothyjensen
7380
[Travis CI]: https://travis-ci.org/GaryJones/genesis-js-no-js
7481

75-
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.1...HEAD
82+
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.0...HEAD
83+
[3.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.1...3.1.0
7684
[3.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.0...3.0.1
7785
[3.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.1.0...3.0.0
7886
[2.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.0.0...2.1.0

genesis-js-no-js.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
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.1
23+
* Version: 3.1.0
2424
* Author: Gary Jones
2525
* Author URI: https://gamajo.com
2626
* Text Domain: genesis-js-no-js
2727
* License: GPL-2.0+
2828
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
2929
* GitHub Plugin URI: https://github.com/GaryJones/genesis-js-no-js
3030
* GitHub Branch: master
31-
* Requires PHP: 7.1
31+
* Requires PHP: 7.0
3232
* Requires WP: 4.6
3333
*/
3434

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: GaryJ
33
Donate link: http://code.garyjones.co.uk/donate/
44
Tags: genesis, js-no-js
55
Requires at least: 4.6
6-
Tested up to: 4.8.1
7-
Requires PHP: 7.1
8-
Stable tag: 3.0.1
6+
Tested up to: 4.9.0
7+
Requires PHP: 7.0
8+
Stable tag: 3.1.0
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)