Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Aug 24, 2017
1 parent d864d9e commit 402c3d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.0.1] - 2017-08-24
### Fixed
- Function name prefixes.

## [3.0.0] - 2017-08-24

### Added
Expand Down Expand Up @@ -66,7 +70,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[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.0.0...HEAD
[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.1...HEAD
[3.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.1.0...3.0.0
[2.1.0]: https://github.com/GaryJones/genesis-js-no-js/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/GaryJones/genesis-js-no-js/compare/1.0.1...2.0.0
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.0.0
* Version: 3.0.1
* Author: Gary Jones
* Author URI: https://gamajo.com
* Text Domain: genesis-js-no-js
Expand Down

0 comments on commit 402c3d7

Please sign in to comment.