Releases: Gregor-Agnes/newsletter_subscribe
Support TYPO3 13, drop support for TYPO3 11
Option to prevent 404 on invalid confirmation
A new option sendPageNotFoundOnInvalidConfirmation
was added. See documentation. Furthermore the constants are now editable in the constants editor.
TYPO3 12.4 compatibility
Thx to @SSFGizmo, the extension ist now compatible with TYPO3 12.4
5.0.0
Breaking
- streamline appearance of subscribe and unsubscribe, css-classes instead of element selectors see https://github.com/Gregor-Agnes/newsletter_subscribe#breaking-in-50
What's Changed
- 11.x by @SSFGizmo in #66
- 11.x by @SSFGizmo in #68
- duplicated colons removed 98d8f20
- selector for mail template file in flexform for unsubscribe 50db127
- PHP 8.1 compatibility b14cbde
Full Changelog: 4.0.0...5.0.0****
4.0.0
What's Changed
- TYPO3 11.5 compat
- Drop IE support
- Frontend dev now based on tailwindcss and typo3encore
- fix: js error on the other pages by @SSFGizmo in #45
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #53
- Bump url-parse from 1.5.3 to 1.5.10 by @dependabot in #52
- Bump follow-redirects from 1.5.10 to 1.14.8 by @dependabot in #50
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #54
- Bump node-sass from 4.14.1 to 7.0.0 by @dependabot in #49
- Bump terser from 4.8.0 to 4.8.1 by @dependabot in #58
- Bump eventsource from 1.0.7 to 1.1.1 by @dependabot in #57
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #55
- Bump ansi-html and webpack-dev-server by @dependabot in #61
- Bump node-forge and webpack-dev-server by @dependabot in #60
Full Changelog: 3.7.2...4.0.0
Bugfix release
fixed id of div because of conflict with checkbox
Feature Release
Thx to @SSFGizmo: eliminated inline scripts for easier CSP
Feature Release
New feature to update the subscription_hash field in tt_address. This is especially handy if there are subscriptions added manually in the TYPO3 backend or you have legacy data in tt_address.
Due to legacy reasons I calculate the hash with either crdate or tstamp.
Furthermore this patch adds a little bit of documentation about the scheduler tasks / console commands.
All thx to @peterkraume, who did all of this! :)
Maintenance Release
Security fix for ssri
3.2.5 Update ext_emconf.php