Releases: pixelant/pxa_lpeh
Releases · pixelant/pxa_lpeh
Bugfix release
What's Changed
- [BUGFIX] Remove maintainance mode middleware by @cweiske in #12
- [BUGFIX] only allow lpeh to run once by @pixelmatseriks in #15
New Contributors
- @cweiske made their first contribution in #12
- @pixelmatseriks made their first contribution in #15
Full Changelog: v1.1.0...v1.1.1
Make extension TYPO3 11 compatible
FEATURES
- Make extension TYPO3 11 compatible
Add missing extension icon
BUG FIXES
- Add missing extension icon
Fixes to composer.json file
BUG FIXES
- Specify the extension key in composer.json.
- Remove unnecessary version property from composer.json.
- Remove pointless replace from composer.json.
- Added .gitignore file
THANKS
- Thanks to @mbrodala and @josefglatz for tidying up the composer.json file.
- Thanks to @dmh for fixing a parsing error and adding the .gitignore file.
Fixed deprecation in composer.json
BUGS
- Fixed deprecation in composer.json
First release
Prepare 1.0.0 release (#1) * [FEATURE] Added fallback to PageContentErrorHandler Wrapped in a try block. If this still doesn't return a result, we show a generic error page. * [BUGFIX] Compatibility with TYPO3 v9 and v10 * [FEATURE] Override default Page Content error handler by default Can be disabled through extension configuration. * [TASK] Increased PHP dependency to ^7.2 * [TASK] Updated description and contact info * [FEATURE] Handle language fallback and use TYPO3 APIs * [DOCS] Updated README.md