Releases: symphonycms/remote_datasource
Releases · symphonycms/remote_datasource
Version 2.4.0
Version 2.3.1
- #37, handle multiple datasource types on one page
Version 2.3.0
- Bug fixes
- Added compatibility with Symphony 2.7.x and 3.x.x
Version 2.2.1
- Fix for php 5.3 compat
Version 2.2.0
- Make CSV style configurable.
- Fix
{$workspace}
path
Version 2.1.3
- Fix a bug with late static binding on PHP 5.3.
Version 2.1.2
- Fix the first cache of a result always resulting in an error
- Abstract the transformers for better extensibility
Version 2.1.1
- Expose the CURL error via
httpError()
- Fix error with CSV importing
Version 2.1.0
- Add support for text format (a copy of the html response body)
- Add some documentation
Version 2.0.1
- Clean up