Releases: se7enxweb/syndication
Releases · se7enxweb/syndication
Release list
v1.3.0 — runs under a persistent-worker web server
Module views in this extension declared functions and classes at the top level. eZ includes a module view on every request, so the second include of the same file in the same PHP process is fatal -- which is what a server with persistent workers does. Declarations are now guarded, and the top-level ones moved to the head of their file so that guarding does not change when they happen. Behaviour under Apache and FPM is unchanged. 1 file(s) changed.
Syndication Extension 1.2.0
Release 1.2.0 of the Syndication extension.
What's changed:
- Added HTTP Basic Authentication support for SOAP connections, including Login/Password fields in the import wizard.
- Added a missing side menu for the Syndication admin section with links to Syndication, Feeds, Imports and Feed Sources.
- Fixed Previous/Next wizard navigation so the import ID is preserved when moving between steps.
- Replaced deprecated
templateInit()calls witheZTemplate::factory()across module scripts.
See the full commit history for details.
v1.1.0
Full Changelog: https://github.com/se7enxweb/syndication/commits/v1.1.0