Releases: GaryJones/genesis-js-no-js
Releases · GaryJones/genesis-js-no-js
3.2.1
3.2.0
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
3.1.0
3.0.1
3.0.0
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
2.0.0
1.0.1
- Improved plugin so script is hooked in with priority 1 - avoids a theme placing anything before the script (props Josh Stauffer)