Skip to content

Releases: derhansen/plain_faq

Maintenance release

08 Nov 06:47
30171d6
Compare
Choose a tag to compare

[TASK] Output slug in FAQ model #78 - thanks @schloram

Bugfix release

20 Sep 11:00
2ad2228
Compare
Choose a tag to compare

[BUGFIX] remove invalid images softref #76 - thanks @hannesbochmann
[BUGFIX] Skip SCA migration for empty FlexForm #77

Bugfix release

20 Sep 11:05
e58205e
Compare
Choose a tag to compare

[BUGFIX] remove invalid images softref #76 - thanks @hannesbochmann
[BUGFIX] Skip SCA migration for empty FlexForm #77

TYPO3 12.4 compatibility

26 May 13:31
c33fc59
Compare
Choose a tag to compare

The extension contains no notable breaking changes and can be directly updated from previous versions.

[!!!][TASK] Require TYPO3 12.4
[!!!][TASK] Use core SlidingWindowPagination #73
[TASK] Harden processDatamap_postProcessFieldArray #72
[TASK] Introduce strict types in domain models #63
[TASK] Add phpstan and php-cs-fixer to build #64
[TASK] Use plugin icon for content element preview #65
[TASK] Only use softref for images when rte_ckeditor_image is active #68
[TASK] Use service tag to register plugin updater #71
[TASK] Migrate allowTableOnStandardPages setting
[TASK] Handle TYPO3 extbase deprecations
[TASK] Adapt tests
[TASK] Added plugin preview renderers #75
[TASK] Ignore empty/invalid FlexForm in plugin updater #69
[BUGFIX] Fixed ignore empty sheet exclusion in pluginupdater

Maintenance release

26 May 13:16
46e60b6
Compare
Choose a tag to compare

[TASK] Harden processDatamap_postProcessFieldArray #72
[TASK] Only use softref for images when rte_ckeditor_image is active #68
[TASK] Allow TYPO3 composer plugins

Minor bugfix

27 Mar 17:17
c9994b4
Compare
Choose a tag to compare

[BUGFIX] PageLayoutView - issue with getCategoryConjuction() #62

Minor Bugfix

27 Mar 17:22
59b581e
Compare
Choose a tag to compare

[BUGFIX] PageLayoutView - issue with getCategoryConjuction() #62

Some bugfixes

17 Mar 17:52
b3fa584
Compare
Choose a tag to compare

[BUGFIX] Fixed wrong typoscript config #57

Important: The default TypoScript changed from plugin.tx_plainfaq_pi1 to plugin.tx_plainfaq. This was a leftover from the previous version of the extension which used SwitchableControllerActions. Please adapt your TypoScript to plugin.tx_plainfaq if you still use the old plugin.tx_plainfaq_pi1 config.

[BUGFIX] Fix notices with php8 #59 - thanks @georgringer
[TASK] Let checks run on php 8.1 #60 - thanks @georgringer
[TASK] Simplify ext_emconf #61 - thanks @georgringer
[DOCS] Fixed wrong pluginname in documentation #56

Minor PHP8 fixes

20 Oct 17:37
93ebbf8
Compare
Choose a tag to compare
3.0.3

[RELEASE] Release of version 3.0.3

TYPO3 11.5 compatibility and minor fixes

20 Oct 17:13
7ea3e31
Compare
Choose a tag to compare

Package constraints have been changed, so the extension can be installed on TYPO3 11.5 LTS

[TASK] Replace access to global request
[TASK] Register icons in Icons.php #47
[TASK] Add softref config for field "answer" #54
[TASK] Remove management DB fields from ext_tables.sql #48
[TASK] Update to php-cs-fixer 3 #50
[TASK] Use TCA type "category" #51
[TASK] Remove ObjectManager usage in tests and Repository #49
[TASK] Use TCA type language #53
[TASK] Update wrong URLs in composer.json #55
[TASK] Throw expected exception when FAQ not found #52