Releases: cakephp/twig-view
Releases · cakephp/twig-view
CakePHP TwigView 2.1.0
What's Changed
- update stan by @LordSimal in #104, #106, #107, #110
- Add missing command description for compile by @dereuromark in #111
- Update phpunit by @markstory in #112
- Add configurable underscore command naming by @dereuromark in #108
New Contributors
- @dereuromark made their first contribution in #111
Full Changelog: 2.0.3...2.1.0
CakePHP TwigView 2.0.3
What's Changed
- Bump up twig to address possible sandbox bypass. by @ADmad in #102
- Update tests to account for changes in CakePHP 5.1 by @ADmad in #103
Full Changelog: 2.0.2...2.0.3
CakePHP TwigView 1.3.1
What's Changed
- Update actions/cache version by @othercorey in #76
- Add convertDeprecationsToExceptions="true" by @othercorey in #77
- Maintanence by @ADmad in #78
- #80 Fix broken link to external Twig docs pages by @danial-k in #81
- update src folder link by @Arhell in #84
- update root folder links by @Arhell in #85
- 1.x: adjust CI to not ignore-platform-reqs by @LordSimal in #88
- Added missing I18n functions by @fabian-mcfly in #90
- allow manually dispatching ci workflow by @LordSimal in #93
- Bump minimum twig version to v3.11 to fix Possible sandbox bypass security vulnerability by @ishanvyas22 in #100
New Contributors
- @danial-k made their first contribution in #81
- @fabian-mcfly made their first contribution in #90
- @ishanvyas22 made their first contribution in #100
Full Changelog: 1.3.0...1.3.1
CakePHP TwigView 2.0.2
What's Changed
- 2.x: change composer.json to cake5 stable version by @LordSimal in #95
- 2.x: stan update by @LordSimal in #96
- Add shim for date filter by @markstory in #98
New Contributors
- @markstory made their first contribution in #98
Full Changelog: 2.0.1...2.0.2
CakePHP TwigView 2.0.1
- Update to stable releases.
Full Changelog: 2.0.0...2.0.1
TwigView 2.0.0
First version compatible with CakePHP 5.0
What's Changed
- #80 Fix broken link to external Twig docs pages by @danial-k in #81
- Added missing I18n functions by @fabian-mcfly in #90
New Contributors
- @danial-k made their first contribution in #81
- @LordSimal made their first contribution in #83
- @Arhell made their first contribution in #84
- @fabian-mcfly made their first contribution in #90
Full Changelog: 1.3.0...2.0.0
TwigView 1.3.0
Changes
- Support CakePHP 4.3
- Use
FrozenTimeinstead of deprecatedTime
TwigView 1.2.0
Changes
-
Added
layouttag for setting the layout from view template.This is the replacement for
$this->layout = 'Name'when porting from CakePHP View templates.{% layout 'Name' %}
Deprecations
upandlowfilters are deprecated in favor of the standardupperandlowertwig filters.
TwigView 1.1.1
Changes
- Allow PHP 8
TwigView 1.1.0
Changes
- Twig
DebugExtensiononly loaded whendebugconfigure is true. - Twig filters
formatandnumber_formatare no longer hidden/overridden. Usecake_number_formatinstead. defaultCurrency()function callsNumber::getDefaultCurrency()instead ofNumber::defaultCurrency().
Deprecations
debugandprfilters deprecated. Use Twigdump()function instead.countfilter deprecated. Use Twiglengthfilter instead.number_formatter()function deprecated. Usecake_number_formatfilter instead.