Version 2.0.1

August 31, 2018

Changed

  • Remove PHP version requirement (fixes #2)

Version 2.0.0

April 1, 2018

Added

  • Update for Craft 3.

Version 1.1.1

February 19, 2017

Fixed

  • Fix fatal error, caused by PHPStorm auto-import.

Version 1.1.0

February 19, 2017

Added

  • Implement support for UTF-8 strings.
  • Implement support for strings containing multiple sentences.

Changed

  • Safety first; if all else fails, return the original string.
  • Rewrite parser to be more robust. Thank lucky stars for unit tests.
  • Improve instructions on settings page.

Fixed

  • Fix issue with words containing an apostrophe.

Version 1.0.0

February 18, 2017

Added

  • Add "release" zips to repository.

Changed

  • Move releases.json to root of repository.
  • Update "releases feed" URL in plugin.json.

Version 0.4.0

February 14, 2017

Changed

  • Remove normalisation of "conjunctions" (+, &, *).

Fixed

  • Fix issue with version number strings (e.g. "5.7.5+").
  • Fix documentation URL in plugin.json.
  • Ensure plugin doesn't attempt to run database migrations on update.

Version 0.3.0

February 13, 2017

Added

  • Add proper plugin icon.

Changed

  • Move plugin README to root.
  • Remove build process files from repo.
  • Remove "release" zip files from repo.

Fixed

  • Fix "diff" URLs in CHANGELOG.

Version 0.2.0

February 11, 2017

Added

  • Add documentation URL.
  • Add releases feed URL.
  • Add support for automated testing on Travis CI.

Fixed

  • Fix "latest release" URL in src/README.md.

Version 0.1.0

February 11, 2017

Added

  • Implement craft()->entitle->capitalize service method.
  • Implement craft.entitle.capitalize template variable.
  • Implement entitle Twig filter.