fixpunkt / fp-newsletter
Plugin for newsletter subscription and unsubscription (for mail or luxletter). Used table: tt_address or fe_users. A log is written.
Installs: 20 228
Dependents: 0
Suggesters: 0
Security: 1
Stars: 7
Watchers: 1
Forks: 18
Open Issues: 5
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^13.4
Replaces
- typo3-ter/fp-newsletter: v8.0.0
- dev-master
- v8.0.0
- v7.1.1
- v7.1.0
- v7.0.5
- v7.0.4
- v7.0.3
- v7.0.2
- v7.0.1
- v7.0.0
- v6.4.3
- v6.4.2
- v6.4.1
- v6.4.0
- v6.3.2
- v6.3.1
- v6.3.0
- v6.2.0
- v6.1.0
- v6.0.0
- v5.2.0
- v5.1.3
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.2
- v5.0.0
- v4.2.0
- v4.1.1
- v4.1.0
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.2.6
- v2.1.2
- v1.1.1
- dev-typo312
- dev-typo310and11
- dev-typo39
- dev-typo38
This package is auto-updated.
Last update: 2024-12-19 14:14:53 UTC
README
Version 7.1.0
The TYPO3 extension fp_newsletter is designed to provide a newsletter subscription and unsubscription service for the table tt_address which can be used by the extension mail OR for the table fe_users which can be used by luxletter or mail. Furthermore, it is designed to be compatible with the GDPR. A log is written about every action in a separate table. Old log entries can be deleted by a scheduler task. Supports Google reCaptcha v3 or a mathematical captcha. And there is a widget for the dashboard available. Available languages: english, german/deutsch, french/français and italian/italiano.
You find the documentation in the folder "Documentation" / at typo3.org: https://docs.typo3.org/p/fixpunkt/fp-newsletter/master/en-us/
Es gibt auch eine deutsche Anleitung/Dokumentation zu dieser Erweiterung: https://docs.typo3.org/p/fixpunkt/fp-newsletter/master/de-de/
Version 7.0.0/1:
- Refactoring with the rector tool.
- Adding of the language code to f:translate in the email-templates.
- TypoScript-files have now the ending .typoscript.
- setting dontAppendL is now deprecated.
- Bugfix: search in all folders now for mail-unsubscription and edit too.
Version 7.0.2/3:
- Bugfix: backend preview.
- Bugfix: Plugin-Updater.
Version 7.0.4:
- Unnecessary sql-fields removed.
Version 7.0.5:
- deleteMode 4 (set hidden/disable flag) added.
Version 7.1.0/1:
- SwitchableControllerActionsPluginUpdater (update script for TYPO3 12) removed. Use older versions if you still need it.
- FlexformPluginUpdater (update script for FlexForms) removed. Use older versions if you still need it.
Version 8.0.0:
- First version for TYPO3 13.
- Breaking: setting dontAppendL removed: templates with language-id at the end removed.
- Breaking: setup.ts and constants.ts removed.