Skip to content

Releases: GaryJones/genesis-js-no-js

3.2.1

04 Dec 19:37
Compare
Choose a tag to compare

Fixed

  • Fatal error, requiring wrong file name.

3.2.0

04 Dec 19:36
Compare
Choose a tag to compare

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

04 Dec 19:36
Compare
Choose a tag to compare

Changed

  • Rename PHPCS config file, since PHP_CodeSniffer 3.1 minimum is required.

Fixed

  • Check and deactivate correctly if PHP requirement not met.

3.1.0

04 Dec 19:35
Compare
Choose a tag to compare

Added

  • Requires PHP header to readme.txt.

Changed

  • Dropped PHP requirement for running the plugin from 7.1 to 7.0.

3.0.1

24 Aug 09:47
Compare
Choose a tag to compare

Fixed

  • Function name prefixes.

3.0.0

24 Aug 09:40
Compare
Choose a tag to compare

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

08 Aug 08:15
Compare
Choose a tag to compare
  • Load plugin text domain.
  • Add composer.json.
  • Better change log format.
  • Tweak documentation.

2.0.0

23 Aug 22:19
Compare
Choose a tag to compare
  • Refactor class into a new file. Stops using half-implemented Singleton pattern.
  • Update documentation.
  • Add GitHub Updater support.

1.0.1

23 Aug 22:19
Compare
Choose a tag to compare
  • Improved plugin so script is hooked in with priority 1 - avoids a theme placing anything before the script (props Josh Stauffer)