Releases: pixelant/pxa_form_enhancement
Releases · pixelant/pxa_form_enhancement
Fixed error on image upload in Backend
What's Changed
- Fixed error on image upload in Backend. by @PatrickM-cmd in #38
New Contributors
- @PatrickM-cmd made their first contribution in #38
Full Changelog: v3.4.2...v3.4.3
Inject instead of overriding constructer
Add support for TYPO 10.4
Add support for TYPO3 11
FEATURES
- Add support for TYPO3 11
THANKS
- A special thanks goes to @anjeylink for getting this extension TYPO3 11 compatible!
Fixes TypoScript condition error
BUGFIX
- Fixes an issue where a
globalVar
condition was used in TYPO3 v10, where it is no longer supported. This could lead to thehideRecaptchaOnSummaryPage
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 inConfiguration/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
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 tabletx_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
v3.2.7 [TASK] raise version. add clean-up garbage task
Add clean-up task
v1.0.2 [TASK] raise version
Substitute placeholders in name in Save finisher
[TASK] Substitude placeholders in name in saveFinisher (#20) * [TASK] Substitude placeholders in name in saveFinisher * [REFACTOR] Refactor
Remove version from composer.json
v3.2.5 [TASK] raise version in ext_emconf.php