Skip to content

Releases: dereuromark/cakephp-feed

3.0.1

30 Mar 04:23
Compare
Choose a tag to compare

Fixes

  • Fixed RssView to not load helpers for serialized views.

Included commits: 3.0.0...3.0.1

3.0.0

20 Jan 20:06
Compare
Choose a tag to compare

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

22 Sep 10:34
Compare
Choose a tag to compare

CakePHP 5 compatible pre-release

Please test. Once this has been tested and approved, the stable release can be tagged.

2.2.0

23 Jul 21:50
Compare
Choose a tag to compare

Improvements

  • Use FrozenTime internally
  • CakePHP 4.3 checked/approved and CakePHP 4.2+ / PHP 7.3+ now.

2.1.0

05 Oct 15:44
12badf4
Compare
Choose a tag to compare

Improvements

Templateless rendering using render(false) is deprecated in favor of render('') with empty string.

2.0.0

24 Apr 00:09
70317a1
Compare
Choose a tag to compare

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

31 Dec 17:42
Compare
Choose a tag to compare

CakePHP 4 compatible pre-release.

Please help to finalize for stable release.

1.2.0

02 Nov 13:02
Compare
Choose a tag to compare

Improvements

Upgrade to CakePHP 3.7+ and remove deprecations.

1.1.0

28 Apr 16:52
ffd834d
Compare
Choose a tag to compare

Improvements

CakePHP 3.6 compatibility.
This plugin is now CakePHP 3.5+.

1.0.1

21 Aug 09:56
Compare
Choose a tag to compare

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.