Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Nov 29, 2017
1 parent 5dcb274 commit 36df423
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Nothing yet.

## [3.2.0] - 2017-11-29
### Added
- Unit tests, with 100% code coverage.
- Mutation tests, with MSI of 100%.
- `.editorconfig` file for code standards in IDEs.
- New Plugin class which loads textdomain.

### Changed
- Name of main class.
- Refreshed Travis config, switched to build stages.
- Refreshed .gitattributes.

## [3.1.1] - 2017-11-29
### Changed
- Rename PHPCS config file, since PHP_CodeSniffer 3.1 minimum is required.
Expand Down Expand Up @@ -86,7 +98,8 @@ Nothing yet.
[Tim Jensen]: https://github.com/timothyjensen
[Travis CI]: https://travis-ci.org/GaryJones/genesis-js-no-js

[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...HEAD
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.2.0...HEAD
[3.2.0]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...3.2.0
[3.1.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.1.1...3.1.1
[3.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.1...3.1.0
[3.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.0...3.0.1
Expand Down
2 changes: 1 addition & 1 deletion genesis-js-no-js.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Plugin Name: Genesis JS / No JS
* Plugin URI: https://github.com/GaryJones/genesis-js-no-js
* 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.
* Version: 3.1.1
* Version: 3.2.0
* Author: Gary Jones
* Author URI: https://gamajo.com
* Text Domain: genesis-js-no-js
Expand Down
12 changes: 3 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: GaryJ
Donate link: http://code.garyjones.co.uk/donate/
Tags: genesis, js-no-js
Requires at least: 4.6
Tested up to: 4.9.0
Tested up to: 4.9.1
Requires PHP: 7.0
Stable tag: 3.1.1
Stable tag: 3.2.0

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

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

== Upgrade Notice ==

= 3.1.1 =
= 3.2.0 =
Requires PHP 7.0 and WordPress 4.6.

= 3.0.1 =
Requires PHP 7.1 and WordPress 4.6.

= 3.0.0 =
Requires PHP 7.1 and WordPress 4.6.

0 comments on commit 36df423

Please sign in to comment.