Version 4.0.9
October 8, 2024
Added
- Add
phpstanandecscode linting - Add
code-analysis.yamlGitHub action
Version 4.0.8
January 14, 2024
Added
- Automate release generation via GitHub action
Changed
- Updated docs to use node 20 & a new sitemap plugin
Fixed
- Fixes compatibility with FeedMe's base FieldInterface (#69)
Version 4.0.7
February 23, 2023
Fixed
- Fixed an issue where the Nutritional Information display didn't take into account the number of servings (#66)
Version 4.0.6
February 22, 2023
Fixed
- Fix API Requests (#65)
Version 4.0.5
February 21, 2023
Changed
- Refactored the docs buildchain to use a dynamic docker container setup
- Updated the docs to include instructions on how to do Multi-Component recipes
Fixed
- Allow Recipe fields to work properly if they are embedded in a Matrix block (#63)
Version 4.0.4
December 4, 2022
Changed
- Fix the display of the Recipe icon logo on the Welcome screen
Version 4.0.3
December 1, 2022
Changed
- Move to using
ServicesTraitand add getter methods for services - Switch to VitePress
^1.0.0-alpha.29for the documentation - Add
allow-pluginsto thecomposer.jsonto enable CI to work - Wrap the fields in
<fieldset>tags for semantic HTML & a11y - Remove the odd Craft
modifiedAttributesstyling when a field value is changed (#12403)
Version 4.0.2
May 10, 2022
Fixed
- Fix array access on new type Int (#59)
Version 4.0.1
May 9, 2022
Fixed
- Fixed an issue where model properties were not converted from an array to an
intbefore saving ((#57)[https://github.com/nystudio107/craft-recipe/issues/57]) - Fixed an issue with assets not showing up by removing
'enabledForSite': null,from thecriteria
Version 4.0.0
May 9, 2022
Added
- Initial Craft CMS 4 release
Fixed
- Fixed an issue where certain model properties were typed as
?arraywhen they should have been typed as?int, causing a type error to be thrown ((#57)[https://github.com/nystudio107/craft-recipe/issues/57])
Version 4.0.0-beta.3
April 13, 2022
Fixed
- Fixed an issue where an exception would be thrown if the FeedMe beta plugin was installed (#56)
Version 4.0.0-beta.2
March 14, 2022
Fixed
- Fix issues with editable table fields, due to the change in default values for Craft 4
Version 4.0.0-beta.1
March 9, 2022
Added
- Initial Craft CMS 4 compatibility