Skip to content

Releases: itplusx/flexible_pages

v3.0.0

04 Jan 15:16
Compare
Choose a tag to compare

✨ Features

  • Load all yaml config files regardless the name within the allowed paths recursively

⚙️ Chore

  • (deps) Add TYPO3 12 and PHP 8.3 support
  • Load yaml files from local extensions only
  • Move icon registration to Icons.php
  • Remove custom FlexFormProcessor and use
  • Change support information in composer.json
  • Remove deprecated clearCacheOnLoad key
  • Add .gitignore
  • Update editorconfig

📝 Documentation

  • (readme) Update documentation links

🐛 Fixes

  • Include pageType TypoScript after headless TypoScript
  • Replace config glob braces
  • Correct composer.json

♻️ Refactor

  • Use strict comparison for cached config
  • Improve caching with dependency injection and autowiring

💥 Breaking changes

  • Flatten pageType registration configuration structure
    NOTE: With this change the pageType registration config MUST be changed to a flat structure (the need of the configuration array was dropped)
  • Add headless v4 compatibility (and drop v2 compatibility)
  • Drop TYPO3 v10 and v11 compatibility

v2.2.1

03 Jan 11:03
Compare
Choose a tag to compare

Fixes

  • deps:

v2.2.0

15 Nov 16:14
9c15395
Compare
Choose a tag to compare

Features

  • headless
    • Automatically extend doktypes TypoScript of EXT:headless

Build

  • deps
    • Raise PHP support to 8.0
  • Raise EXT:headless suggestion to ^2.0
  • Add TYPO3 11 to dependency constraints

Refactor

  • Use null coalescing operator for cache configuration
  • Simplify caching functionality

v2.1.2

14 Jan 16:24
Compare
Choose a tag to compare
chore(release): 2.1.2

v2.1.1

17 Aug 06:42
Compare
Choose a tag to compare

Bug Fixes

  • Prevent doktype select items from being split into separate sections

v2.1.0

04 Aug 15:47
b186959
Compare
Choose a tag to compare

Features

  • Enable compatibility to alpine linux

v2.0.1

03 Aug 17:43
e5e4c5d
Compare
Choose a tag to compare

Bugfixes

  • Change deprecated namespace

v2.0.0

03 Aug 15:58
4c1512b
Compare
Choose a tag to compare

Features

  • Upgrade compatibility to TYPO3 v10.4 LTS

v1.0.0

03 Aug 14:24
Compare
Choose a tag to compare

Features

  • Initial version compatible with TYPO3 v9.5 LTS