Skip to content

Releases: pixelant/pxa_form_enhancement

Fixed error on image upload in Backend

16 May 05:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.2...v3.4.3

Inject instead of overriding constructer

24 Oct 09:15
ca15c47
Compare
Choose a tag to compare

What's Changed

  • [BUGFIX] inject instead of overriding constructer by @mesosa in #37

New Contributors

Full Changelog: v3.4.1...v3.4.2

Add support for TYPO 10.4

21 Oct 08:19
Compare
Choose a tag to compare

Description

Add support for TYPO 10.4.

Full Changelog: v3.4.0...v3.4.1

Add support for TYPO3 11

31 Dec 07:01
f7bbe65
Compare
Choose a tag to compare

FEATURES

  • Add support for TYPO3 11

THANKS

  • A special thanks goes to @anjeylink for getting this extension TYPO3 11 compatible!

Fixes TypoScript condition error

24 Sep 09:57
Compare
Choose a tag to compare

BUGFIX

  • Fixes an issue where a globalVar condition was used in TYPO3 v10, where it is no longer supported. This could lead to the hideRecaptchaOnSummaryPage setting not working as expected. It also led to excessive error logging. The issue was fixed by creating separate TypoScript templates for TYPO3 v8, v9, and v10. Common TypoScript settings are included into these templates from files in Configuration/TypoScript/Common. TYPO3 v8 and v9 users may have to add the TypoScript template again or update the path.

OTHER

  • General cleanup in the TypoScript configuration, moving more into TypoScript files and less in PHP.

Feel free to report bugs, donate or contribute!

TYPO3 v10 compatibility

18 Mar 10:43
d1204d1
Compare
Choose a tag to compare

FEATURES

  • Compatibility with TYPO3 v10 LTS, while maintaining compatibility with v8.7 and v9.5.

OTHER

  • Migrating TCA from foreign_types to overrideChildTca for attachments column in table tx_pxaformenhancement_domain_model_form.

NOTES

  • The previous release, tagged v3.3, was not working properly and will be removed. It should not be used, and this release replaces it.

THANKS

  • Thanks to @raphaeltsingos for contributing v10 compatibility and tidying up YAML.
  • Thanks to @schmidt-oliver for migrating the TCA.
  • Thanks to Pixelant for donating developer time.

Feel free to report bugs and contribute to this extension.

Add clean-up task

12 Nov 14:01
Compare
Choose a tag to compare
v3.2.7

[TASK] raise version. add clean-up garbage task

Add clean-up task

12 Nov 13:59
Compare
Choose a tag to compare
v1.0.2

[TASK] raise version

Substitute placeholders in name in Save finisher

23 Aug 12:24
2af1905
Compare
Choose a tag to compare
[TASK] Substitude placeholders in name in saveFinisher (#20)

* [TASK] Substitude placeholders in name in saveFinisher

* [REFACTOR] Refactor

Remove version from composer.json

13 Mar 13:00
Compare
Choose a tag to compare
v3.2.5

[TASK] raise version in ext_emconf.php