Skip to content

Releases: nystudio107/craft-autocomplete

Version 1.12.2

23 Sep 17:53
Compare
Choose a tag to compare

Fixed

  • Fixed an exception that was getting thrown when Craft wasn't installed yet

Version 1.12.1

15 Apr 16:16
Compare
Choose a tag to compare

Added

  • Stable release for Craft CMS 5
  • Add phpstan and ecs code linting
  • Add code-analysis.yaml GitHub action
  • Add create-release.yml for automated released

Changed

  • PHPstan code cleanup
  • ECS code cleanup

Version 1.12.0

26 Jan 02:04
Compare
Choose a tag to compare

Added

  • Added support for Craft CMS 5

Version 1.11.1

03 Jul 21:54
Compare
Choose a tag to compare

Fixed

  • Fixed an issue in which the plugin was instantiating Twig before Craft was fully initialized.

Version 1.11.0

19 Dec 23:53
Compare
Choose a tag to compare

Changed

  • Refactored how CraftVariable Behaviors are parsed to use PHP Reflection so we can get all methods & properties added via behavior to the CraftVariable. Allows commerce.orders() to work, for example (#10)

Version 1.10.1

23 Jul 20:24
Compare
Choose a tag to compare

Changed

  • Add allow-plugins to composer.json so CI can work

Fixed

  • Fixed an issue where an exception could be thrown during the bootstrap process in earlier versions of Yii2 due to $id not being set

Version 1.10.0

28 Feb 03:27
Compare
Choose a tag to compare

Added

  • Added compatibility with Craft CMS ^4.0.0 and Craft CMS ^3.0.0
  • Added CODEOWNERS

Changed

  • Code refactor/reformat

Version 1.0.9

23 Dec 12:31
Compare
Choose a tag to compare

Changed

  • Check to see if a file exists via is_file() before attempting to delete it with unlink()

Version 1.0.7

18 Nov 22:27
Compare
Choose a tag to compare

Fixed

  • Fixed a regression that would cause Autocomplete to throw an exception on < Craft CMS 3.7.8

Version 1.0.6

17 Nov 21:18
Compare
Choose a tag to compare

Fixed

  • Fixed an issue that prevented Globals from being included in the generated autocomplete class (#8)