Skip to content

Releases: supseven-at/supi

Release v8.0.1

04 Dec 08:35
v8.0.1
61a68c5
Compare
Choose a tag to compare
  • 61a68c5 [BUGFIX] Remove TSFE from TypoScriptProcessor

Release v8.0.0

27 Nov 12:21
v8.0.0
d4e5ac2
Compare
Choose a tag to compare
  • d4e5ac2 [TASK] Refactor site sets
  • 7ed0765 [TASK] Add settings definition for facebook set
  • 182d52b [TASK] Remove obsolete files
  • ec31f20 [TASK] Update Makefile
  • e4d6349 [BUGFIX] Fix data attributes of SUPI_JS cObj
  • 59596bb [TASK] Remove TSFE from SettingsProcessor
  • 9f41efe [TASK] Update config settings
  • a93e287 [TASK] Update GH actions config
  • 0a1117d [TASK] Update dependencies
  • e7058b4 [TASK] Move setup to site sets
  • 6467ab5 [TASK] fix small typo in language files
  • a75b7de [TASK] Change private methods and properties to protected

Release v7.0.7

02 May 07:24
e588086
Compare
Choose a tag to compare
[BUGFIX] Fix wrong action call if CE is loaded in content elements

If a content element, like the youtube or spotify element, is added
to the inline content elements of another extension, e.g. ext:news,
TYPO3 looks after templates of the current controller action, which
is e.g. News->detail. If the CE has not defined its own controller
action, TYPO3 takes the controller name of the parent extension
(news) and can not resolve Detail.html within ext:supi.

This bugfix just adds the missing configuration
extbase.controllerActionName to the according CEs so TYPO3 resolves
the correct template path.

Resolves: #40

Release v7.0.5

13 Feb 09:49
v7.0.5
15caf9c
Compare
Choose a tag to compare
  • 15caf9c [BUGFIX] Save CSP hashes in KV store

v7.0.4

05 Feb 09:33
3d56e32
Compare
Choose a tag to compare

Fix wrong overwritten key page.headerData.31337.content.20

Release v7.0.2

16 Jan 12:02
7.0.2
99fbca9
Compare
Choose a tag to compare
  • 99fbca9 [TASK] Add default snippet for GA
  • 9150fdd Merge pull request #38 from helmutstrasser/patch
  • ffd2164 [TASK] Switch TCA field CType configuration to associative array keys

Release v6.2.3

11 Oct 10:50
v6.2.3
d89d3a7
Compare
Choose a tag to compare
  • d89d3a7 [BUGFIX] Pass correct request object to legacy view

Release v6.2.2

21 Sep 09:47
v6.2.2
3c02a05
Compare
Choose a tag to compare
  • 3c02a05 [BUGFIX] Must pass language not request to LanguageServiceFactory

Release v6.2.1

21 Sep 09:26
v6.2.1
f122eda
Compare
Choose a tag to compare
  • f122eda [TASK] Use the same GH php setup action for all workflows
  • 38d3dbb [TASK] Code style
  • 6fba754 [TASK] Use node v18 for building and linting of FE assets
  • adb67bc [TASK] Update GH checkout action and set ubuntu version
  • 0998d14 [TASK] TYPO3 v7 compatibility for previous change
  • c4beeec [TASK] Cleanup composer.json
  • f64bb47 [TASK] Use PHPUnit v9 by default
  • 4de8ac6 [TASK] Use LanguageServiceFactory if available
  • a0e166b [TASK] Pass request to custom template rendering context

Release v6.2.0

20 Sep 12:03
v6.2.0
418398e
Compare
Choose a tag to compare
  • 418398e [TASK] Mark auto-releases as draft
  • 1e7fe68 [TASK] Add Matomo tracker