Releases: dereuromark/cakephp-feed
Releases · dereuromark/cakephp-feed
3.0.1
3.0.0
CakePHP 5 compatible release
Important changes since RC:
$this->viewBuilder()->setOptions(compact('serialize'));
must be used instead of _serialize
view data variable now
3.0.0-RC
CakePHP 5 compatible pre-release
Please test. Once this has been tested and approved, the stable release can be tagged.
2.2.0
Improvements
- Use FrozenTime internally
- CakePHP 4.3 checked/approved and CakePHP 4.2+ / PHP 7.3+ now.
2.1.0
Improvements
Templateless rendering using render(false)
is deprecated in favor of render('')
with empty string.
2.0.0
CakePHP 4 stable release
This plugin aims to provide an easy way for feed generation of any kind.
- Support view-less actions via serialize.
- Get rid of the ridiculously verbose "inline" namespace declarations.
- Simplify the use of namespaces and their prefixes (auto-add only those that are actually used).
- Support CDATA (unescaped content).
- Allow mini-templating where necessary.
2.0.0-beta
CakePHP 4 compatible pre-release.
Please help to finalize for stable release.
1.2.0
Improvements
Upgrade to CakePHP 3.7+ and remove deprecations.
1.1.0
Improvements
CakePHP 3.6 compatibility.
This plugin is now CakePHP 3.5+.
1.0.1
Bugfixes
Bugfix for guid elements.
Thanks to @KillermenBE for fixing guid elements and non-URL content.
With @isPermalink
as 'false'
it will now use the text as it is.