Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Aug 24, 2017
1 parent 2d8eee2 commit 0c1b2b2
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 15 deletions.
68 changes: 54 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,73 @@
# Genesis js / no-js Changelog
# Change Log for Genesis JS / No JS

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

* Tweak documentation.
## [3.0.0] - 2017-08-24

### Added
- Banner and icon PSDs to assets.
- PHP version check in main plugin file.
- GitHub documents and templates.
- [Code of conduct].
- [Travis CI] support.
- `.gitattributes` file to reduce Git / Composer distributable archive size.
- Coding standards checks and fixes.

### Changed
- [#2]: Bumped minimum required PHP version to **PHP 7.1**.
- [#4]: Improved replacement technique, to avoid parsing class name string with a regular expression (props [Tim Jensen]).
- Bumped minimum required WP version to **WordPress 4.6**.
- Bumped Tested Up To version to 4.8.1.
- Moved PHP 7.1+ code into separate `init.php` file.
- Update documentation.

### Removed
- Explicit load plugin text domain call.

## [2.1.0] - 2016-08-08

* Load plugin text domain.
* Add `composer.json`.
* Better [change log format][changelogformat].
* Tweak documentation.
### Added
- Load plugin text domain.
- `composer.json`.

### Changed
- Better [change log format].
- Update documentation.

## [2.0.0] - 2014-08-23

* GitHub Updater plugin support
* Refactor class into a new file. Stops using half-implemented Singleton pattern.
* Update documentation.
### Added
- GitHub Updater plugin support

### Changed
- Refactor class into a new file. Stops using half-implemented Singleton pattern.
- Update documentation.

## [1.0.1] - 2011-06-02

* Improved plugin so script is hooked in with priority 1 - avoids a theme placing anything before the script (props [Josh Stauffer])
### Fixed
- Hooked in with priority 1 to avoid a theme placing anything before the script (props [Josh Stauffer]).

## 1.0.0 - 2011-05-24

* Initial release.
- Initial release.

[#2]: https://github.com/GaryJones/genesis-js-no-js/issues/2
[#4]: https://github.com/GaryJones/genesis-js-no-js/issues/4

[Unreleased]: https://github.com/GaryJones/genesis-js-no-js/compare/2.1.0...HEAD
[change log format]: http://keepachangelog.com/en/1.0.0/
[Code of conduct]: CODE_OF_CONDUCT.md
[Josh Stauffer]: http://twitter.com/joshstauffer
[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
[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
[1.0.1]: https://github.com/GaryJones/genesis-js-no-js/compare/1.0.0...1.0.1
[changelogformat]: https://github.com/olivierlacan/keep-a-changelog#is-there-a-standard-change-log-format
[Josh Stauffer]: http://twitter.com/joshstauffer
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: 2.1.0
* Version: 3.0.0
* Author: Gary Jones
* Author URI: https://gamajo.com
* Text Domain: genesis-js-no-js
Expand Down

0 comments on commit 0c1b2b2

Please sign in to comment.