All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Nothing yet.
3.2.1 - 2017-11-29
- Fatal error, requiring wrong file name.
3.2.0 - 2017-11-29
- 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.
- Name of main class.
- Refreshed Travis config, switched to build stages.
- Refreshed .gitattributes.
3.1.1 - 2017-11-29
- Rename PHPCS config file, since PHP_CodeSniffer 3.1 minimum is required.
- Check and deactivate correctly if PHP requirement not met.
3.1.0 - 2017-11-28
Requires PHP
header toreadme.txt
.
- Dropped PHP requirement for running the plugin from 7.1 to 7.0.
3.0.1 - 2017-08-24
- Function name prefixes.
3.0.0 - 2017-08-24
- 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.
- #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.
- Explicit load plugin text domain call.
2.1.0 - 2016-08-08
- Load plugin text domain.
composer.json
.
- 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.
1.0.1 - 2011-06-02
- Hooked in with priority 1 to avoid a theme placing anything before the script (props Josh Stauffer).
- Initial release.