Skip to content

Commit 36df423

Browse files
committed
3.2.0
1 parent 5dcb274 commit 36df423

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

CHANGELOG.md

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

1010
Nothing yet.
1111

12+
## [3.2.0] - 2017-11-29
13+
### Added
14+
- Unit tests, with 100% code coverage.
15+
- Mutation tests, with MSI of 100%.
16+
- `.editorconfig` file for code standards in IDEs.
17+
- New Plugin class which loads textdomain.
18+
19+
### Changed
20+
- Name of main class.
21+
- Refreshed Travis config, switched to build stages.
22+
- Refreshed .gitattributes.
23+
1224
## [3.1.1] - 2017-11-29
1325
### Changed
1426
- Rename PHPCS config file, since PHP_CodeSniffer 3.1 minimum is required.
@@ -86,7 +98,8 @@ Nothing yet.
8698
[Tim Jensen]: https://github.com/timothyjensen
8799
[Travis CI]: https://travis-ci.org/GaryJones/genesis-js-no-js
88100

89-
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...HEAD
101+
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.2.0...HEAD
102+
[3.2.0]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...3.2.0
90103
[3.1.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...3.1.1
91104
[3.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.1...3.1.0
92105
[3.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.0...3.0.1

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

readme.txt

+3-9
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.9.0
6+
Tested up to: 4.9.1
77
Requires PHP: 7.0
8-
Stable tag: 3.1.1
8+
Stable tag: 3.2.0
99

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

@@ -72,11 +72,5 @@ See <a href="https://github.com/GaryJones/genesis-js-no-js/blob/master/CHANGELOG
7272

7373
== Upgrade Notice ==
7474

75-
= 3.1.1 =
75+
= 3.2.0 =
7676
Requires PHP 7.0 and WordPress 4.6.
77-
78-
= 3.0.1 =
79-
Requires PHP 7.1 and WordPress 4.6.
80-
81-
= 3.0.0 =
82-
Requires PHP 7.1 and WordPress 4.6.

0 commit comments

Comments
 (0)