Skip to content

Releases: jweiland-net/replacer

3.0.4

21 Oct 09:37
Compare
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
Compare
Choose a tag to compare
  • Add support for TYPO3 v11 LTS

2.0.0

28 Apr 14:25
0074ef4
Compare
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
Compare
Choose a tag to compare
  • Fix outdated $TYPO3_CONF_VARS constant usage

TYPO3 v10 release

28 Apr 13:26
Compare
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
Compare
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
Compare
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 :)

1.2.0

27 Sep 07:30
Compare
Choose a tag to compare

Enhancements:

  • Use contentPostProc-all instead of contentPostProc-output (#1)
  • Upgrade to work with TYPO3 9.x (#2)

Release 1.1.0

08 May 09:38
Compare
Choose a tag to compare
  • Version 1.1.0 allows usage of stdWrap for search and replace items.
  • Take a look into the documentation for some examples.

Release 1.0.0

02 Feb 15:46
Compare
Choose a tag to compare

Release for TYPO3 7 LTS and 8 LTS