Skip to content

Releases: alexdebril/rss-atom-bundle

Update to Symfony 3.0.4

07 Apr 11:32
Compare
Choose a tag to compare
  • upgrade to symfony 3.0.4
  • new date format : "d M Y H:i:s P"

Add support for overriding default curl options

29 Mar 11:22
Compare
Choose a tag to compare

It is now possible to configure the curl client : #109

Fix installation problem with Symfony 3

11 Mar 09:06
Compare
Choose a tag to compare

Fix installation problem with symfony 3

11 Mar 08:35
Compare
Choose a tag to compare
Pre-release

as describe in #107

Symfony 3 official support

09 Mar 17:11
Compare
Choose a tag to compare

rss-atom-bundle now fully supports Symfony 3. Besides, the bug #103 on enclosures reading has been fixed by https://github.com/GabrielAnca.

Dependencies update

31 Dec 15:36
Compare
Choose a tag to compare

Dependencies are up to date and feedio-bundle is suggested instead of rss-atom-bundle

Yahoo medias, categories, RSS content/summary

26 Jun 13:49
Compare
Choose a tag to compare

This release embeds the following pull requests from @romaricdrigon

  • Yahoo media extension support #82
  • parsing content tags in RSS feed when found : #83
  • Parsing categories #84

Private feeds support

13 Jun 14:46
Compare
Choose a tag to compare

Ability to remove Cache-Control: public from the headers in order to prevent the feed from being cached by a reverse-proxy.

Media formatting support

05 Jun 11:24
Compare
Choose a tag to compare

This released includes :

  • media formatting : #72
  • code cleanup : #74
  • packagist branch-alias option : #71
  • a fix in the installation instructions : #73
  • a typo in the get/set Length methods (beware, it breaks backward-compatibility)

All Exceptions in the Exception namespace

05 Jun 06:40
Compare
Choose a tag to compare

By now, all exceptions are namespaced Debril\RssAtomBundle\Exception (pull request : #66).

Backward compatibility is broken so @soullivaneuh wrote a release note to explain how to upgrade from 1.x to 2.0 : https://github.com/alexdebril/rss-atom-bundle/blob/baf054754cb1cf9226216f10cf66926878163b94/UPGRADE-2.0.md