Releases: nystudio107/craft-autocomplete
Releases · nystudio107/craft-autocomplete
Version 1.12.2
Version 1.12.1
Added
- Stable release for Craft CMS 5
- Add
phpstan
andecs
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
Added
- Added support for Craft CMS 5
Version 1.11.1
Fixed
- Fixed an issue in which the plugin was instantiating Twig before Craft was fully initialized.
Version 1.11.0
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
Changed
- Add
allow-plugins
tocomposer.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
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
Changed
- Check to see if a file exists via
is_file()
before attempting to delete it withunlink()
Version 1.0.7
Fixed
- Fixed a regression that would cause Autocomplete to throw an exception on < Craft CMS 3.7.8
Version 1.0.6
Fixed
- Fixed an issue that prevented Globals from being included in the generated autocomplete class (#8)