Skip to content

Releases: se7enxweb/syndication

v1.3.0 — runs under a persistent-worker web server

Choose a tag to compare

@se7enxweb se7enxweb released this 22 Sep 08:43

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

Choose a tag to compare

@se7enxweb se7enxweb released this 19 Jul 13:29

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 with eZTemplate::factory() across module scripts.

See the full commit history for details.

v1.1.0

Choose a tag to compare

@se7enxweb se7enxweb released this 13 Sep 16:47
018b318