Releases: itplusx/flexible_pages
Releases · itplusx/flexible_pages
v3.0.0
✨ 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 theconfiguration
array was dropped) - Add headless v4 compatibility (and drop v2 compatibility)
- Drop TYPO3 v10 and v11 compatibility
v2.2.1
v2.2.0
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