Skip to content

Releases: jweiland-net/replacer

4.0.2

07 Aug 22:15

Choose a tag to compare

What's Changed

  • Bugfix/content object rendered initialization error by @hojalatheef in #45

Full Changelog: 4.0.1...4.0.2

4.0.1

01 Aug 09:31

Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

22 Nov 15:30

Choose a tag to compare

Version 4.0.0

  • [TASK] Add support for TYPO3 v13 LTS
  • [TASK] Remove support for older TYPO3 versions
  • [TASK] Test Suite Updated
  • [TASK] Code optimizations and standards applied

What's Changed

Full Changelog: 3.0.4...4.0.0

3.0.4

21 Oct 09:37

Choose a tag to compare

This release addresses an issue with Type Error when cObj is not available (especially inside the Middleware usage)

  • [TASK] Updated TestSuite for GitHub
  • [TASK] Formatting code lint issues
  • [BUGFIX] Handled Type Error when cObj is not ready

Full Changelog: 3.0.4...3.0.4

2.1.0

12 Nov 12:34

Choose a tag to compare

  • Add support for TYPO3 v11 LTS

2.0.0

28 Apr 14:25
0074ef4

Choose a tag to compare

  • Add support for TYPO3 11
  • Drop support for TYPO3 7 and 8
  • Replace deprecated contentPostProc-output hook by middleware
  • Check if page contains a USER_INT plugin, otherwise replace the content before caching the page (fixes #11)
  • Add new example section to documentation

1.5.1

21 Sep 08:26

Choose a tag to compare

  • Fix outdated $TYPO3_CONF_VARS constant usage

TYPO3 v10 release

28 Apr 13:26

Choose a tag to compare

Say hello to TYPO3 v10 LTS 🔥

And big thanks to @xerc for contribution.

1.4.0

02 Dec 13:14

Choose a tag to compare

  • Feature: Support regular expressions as search pattern
  • Bugfix: Run replacer hook nearly at the end

1.3.0

12 Nov 13:27

Choose a tag to compare

  • Allow replacement of uncached content e.g. USER_INT
  • Fix dependency to allow TYPO3 > 9.5.0

Thank you to @einpraegsam and @s2b for your contribution :)