Releases: supseven-at/supi
Releases · supseven-at/supi
Release v8.0.1
- 61a68c5 [BUGFIX] Remove TSFE from TypoScriptProcessor
Release v8.0.0
- 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
[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
- 15caf9c [BUGFIX] Save CSP hashes in KV store
v7.0.4
Fix wrong overwritten key page.headerData.31337.content.20
Release v7.0.2
Release v6.2.3
- d89d3a7 [BUGFIX] Pass correct request object to legacy view
Release v6.2.2
- 3c02a05 [BUGFIX] Must pass language not request to LanguageServiceFactory
Release v6.2.1
- 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