First version compatible with CakePHP 5.0
What's Changed
- Update for Cake 5. by @ADmad in #836
- update generated classes due to changes in milligram 1.4.1 by @LordSimal in #874
- 3.x: change baked index method to use query instance instead of table by @LordSimal in #878
- Cleanup of signature docs by @dereuromark in #902
- Fixes application Bake templates path in Document by @nojimage in #915
- 3.x: remove deprecated BakeHelper::stringifyList method by @LordSimal in #920
- Revert template override path change. by @ndm2 in #923
- 3.x: fix DocBlockHelper mapping by @LordSimal in #929
- 3.x: remove composer.json adjustments while baking a plugin by @LordSimal in #933
- 3.x: use
hasValue()
instead ofhas()
by @LordSimal in #934
Full Changelog: 2.9.3...3.0.0