Skip to content

Releases: symphonycms/remote_datasource

Version 2.4.0

01 Mar 18:08
2.4.0
fa76590
Compare
Choose a tag to compare
  • Prevent fatal error with Symphony > 2.7.7 (#44)
  • Add cache-namespace to the datasource output (#42)
  • Pass the namespace parameter to cacheable instances (#42)

Version 2.3.1

28 Feb 00:32
c7d6e23
Compare
Choose a tag to compare
  • #37, handle multiple datasource types on one page

Version 2.3.0

12 Jul 18:06
2.3.0
b8907d7
Compare
Choose a tag to compare
  • Bug fixes
  • Added compatibility with Symphony 2.7.x and 3.x.x

Version 2.2.1

01 Dec 15:45
Compare
Choose a tag to compare
  • Fix for php 5.3 compat

Version 2.2.0

22 Oct 22:58
Compare
Choose a tag to compare
  • Make CSV style configurable.
  • Fix {$workspace} path

Version 2.1.3

22 Oct 22:57
Compare
Choose a tag to compare
  • Fix a bug with late static binding on PHP 5.3.

Version 2.1.2

22 Oct 22:57
Compare
Choose a tag to compare
  • Fix the first cache of a result always resulting in an error
  • Abstract the transformers for better extensibility

Version 2.1.1

28 Sep 07:37
Compare
Choose a tag to compare
  • Expose the CURL error via httpError()
  • Fix error with CSV importing

Version 2.1.0

25 Jun 14:44
Compare
Choose a tag to compare
  • Add support for text format (a copy of the html response body)
  • Add some documentation

Version 2.0.1

24 Jun 07:23
Compare
Choose a tag to compare
  • Clean up