Skip to content

3.0.0

Compare
Choose a tag to compare
@GaryJones GaryJones released this 24 Aug 09:40
· 31 commits to master since this release

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.