Skip to content

Releases: pixelant/pxa_lpeh

Bugfix release

05 Dec 07:54
b1b19bd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

Make extension TYPO3 11 compatible

30 Dec 13:09
420b4ea
Compare
Choose a tag to compare

FEATURES

  • Make extension TYPO3 11 compatible

Add missing extension icon

29 Dec 12:35
4256875
Compare
Choose a tag to compare

BUG FIXES

  • Add missing extension icon

Fixes to composer.json file

23 Apr 06:55
0fa2641
Compare
Choose a tag to compare

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

10 Jun 08:56
7db2fd2
Compare
Choose a tag to compare

BUGS

  • Fixed deprecation in composer.json

First release

10 Jun 08:49
152922e
Compare
Choose a tag to compare
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