cakephp-feed

CakePHP Plugin with RssView to create RSS feeds.

MIT License

Downloads
44.4K
Stars
13
Committers
6
cakephp-feed - 3.0.1 Latest Release

Published by dereuromark 7 months ago

Fixes

  • Fixed RssView to not load helpers for serialized views.

Included commits: https://github.com/dereuromark/cakephp-feed/compare/3.0.0...3.0.1

cakephp-feed - 3.0.0

Published by dereuromark 9 months ago

CakePHP 5 compatible release

Important changes since RC:

$this->viewBuilder()->setOptions(compact('serialize'));

must be used instead of _serialize view data variable now

cakephp-feed - 3.0.0-RC

Published by dereuromark about 1 year ago

CakePHP 5 compatible pre-release

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

cakephp-feed - 2.2.0

Published by dereuromark over 1 year ago

Improvements

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

Published by dereuromark about 3 years ago

Improvements

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

cakephp-feed - 2.0.0

Published by dereuromark over 4 years ago

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.
cakephp-feed - 2.0.0-beta

Published by dereuromark almost 5 years ago

CakePHP 4 compatible pre-release.

Please help to finalize for stable release.

cakephp-feed - 1.2.0

Published by dereuromark almost 5 years ago

Improvements

Upgrade to CakePHP 3.7+ and remove deprecations.

cakephp-feed - 1.0.1

Published by dereuromark about 5 years ago

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.

cakephp-feed - 1.1.0

Published by dereuromark over 6 years ago

Improvements

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

cakephp-feed - 1.0.0

Published by dereuromark almost 9 years ago

First 3.x Release