Skip to content

Releases: pixelant/pxa_newsletter_subscription

Adding v7.4 to supported PHP versions

11 Sep 08:57
7836f18
Compare
Choose a tag to compare

Compatibility is now with PHP ^7.2 (i.e. 7.2.0-7.4.99).

v10.0.1

04 Dec 09:27
Compare
Choose a tag to compare
  • [TASK] raise version (008adae)
  • [BUGFIX] avoid executing confirm action two times (c5bcc27)

v10.0.0

19 Nov 08:23
@dmh dmh
Compare
Choose a tag to compare
  • [TASK] update version to 10.0.0 (2a1c9f4)
  • [TASK] update composer.json license (6586f74)
  • [TASK] fix test with new methods names (8d86983)
  • [TASK] update labels (f2db3a4)
  • [TASK] remove invalid replace from composer.json (583da74)
  • [TASK] update README (77f7a01)
  • [TASK] documentation updates (dade9bc)
  • [TASK] do changes according to review comments (701f390)
  • [TASK] added php7.3 check (fcb08ff)
  • [BUGFIX] use regular condition to check settings.acceptTermsLink (7697ace)
  • [TASK] merge fix with master (6db70a7)
  • [BUGFIX] add email to list if label_alt is set (f8a21fd)
  • [TASK] change version to 10.0-dev (960812a)
  • [TASK] update documentation (14dae62)
  • [TASK] add new line on typoscript files (95ad82a)
  • [TASK] skip settigns fields without title (01553ef)
  • [TASK] use ternary condition (4f94d4e)
  • [TASK] add tests for email notification (82b07e5)
  • [BUGFIX] prepare message before send (c554568)
  • [TASK] prepare test for email notification (a6dd9b9)
  • [BUGFIX] change how email notification works, support of TYPO3 10 (5bb7c3e)
  • [TASK] add extbase mapping configuration for TYPO3 10 (14939ad)
  • [TASK] add default css for hidden class (e4500fc)
  • [BUGFIX] add render type in flexform settings (9dbe630)
  • [TASK] allow typo3 10 (d2770cf)
  • [TASK] allow typo3 10 (5459ec0)
  • [TASK] structurize language files (6073327)
  • [TASK] create extension documentation (e4e7a69)
  • [TASK] change signal slot name (ddc54db)
  • [TASK] remove storage constant (9cbb5cf)
  • [TASK] update README.md (b555b4f)
  • [TASK] update .gitignore (9cef2ea)
  • [BUGFIX] set unique codes for error messages (034f553)
  • [BUGFIX] add missing label (f17ba9f)
  • [TASK] PSR2 fixes (42c379c)
  • [TASK] add tests for controller (9da2cb9)
  • [TASK] add travis.yml (3bf54be)
  • [TASK] add tests (6d4fc29)
  • [TASK] update .gitignore (f3c4c47)
  • [TASK] add dev dependencies (d6afad0)
  • [TASK] delete old labels (ffb34f6)
  • [TASK] add float right to submit button (b87fcf5)
  • [TASK] check if given email was already subscribed, but not confirmed yet (2b069a1)
  • [TASK] add info about unsubscribe action (5578147)
  • [TASK] create new concept about notifications emails (96d2ba6)
  • [BUGFIX] show confirmation action as separate action (57a50c3)
  • [WIP] change label (e4c99ab)
  • [WIP] add unsubscribe URL in subscriber success email. confirm unsubscribe action (f92add5)
  • [TASK] unsubscribe action (367d2fe)
  • [TASK] add unsubscribe actions (293018f)
  • [TASK] add support of unsubscribe page url (1150ad2)
  • [TASK] check if page title can be fetched in BackendLayoutView (983a598)
  • [TASK] create special url generator that allow to get subscribe confirmation url from other extension (83412b6)
  • [TASK] add signals before sending emails. pass class name as variable (6509bc2)
  • [TASK] zero value is not empty for checkboxes (84e2397)
  • [TASK] improve BE preview in order to show all fields information and actions (54e484d)
  • [TASK] prepare BE preview (4782e4f)
  • [TASK] use alternative email as label for fe_users table (c9b23e4)
  • [TASK] show error message on second confirmation try (eb69bd0)
  • [TASK] add check if accept terms by JS (d259d66)
  • [TASK] make content record UID requried for subscription and confirmation action in order to be able always fetch flexform settings. (cdf655f)
  • [TASK] fix typo in label (b1cf828)
  • [TASK] add accept terms checkbox and validation (ead3584)
  • [TASK] add notification to subscriber about subscription (8b7370f)
  • [TASK] sort out extension labels (d84c7b3)
  • [WIP] refactor email notification (b70ce04)
  • [TASK] validation signal (94b47ab)
  • [TASK] add signals calls (1861e47)
  • [TASK] delete old controller (019a33b)
  • [WIP] admin notification, cleanup (e990206)
  • [TASK] push error as object on ajax fail (df85533)
  • [TASK] pass full xmlHttpRequest for custom response handler (e5bb07d)
  • [TASK] handle subscription form submit by ajax (ef3781a)
  • [TASK] user confirmation notification (380ce68)
  • [WIP] subscription with ajax, validation. (76b8347)
  • [WIP] remove models, create new controllers. ajax validation (6a1d62a)
  • [WIP] working in ...
Read more

Remove php restriction for version 7.3

09 Oct 08:51
4a26b15
Compare
Choose a tag to compare
v9.0.4

[TASK] allow php v7.3 (#31)

Bug fix release

10 Jul 11:58
Compare
Choose a tag to compare
  1. Fixed name of extension in localization method

v9.0.2

05 Dec 15:26
@dmh dmh
Compare
Choose a tag to compare

v9.0.1

04 Dec 16:22
@dmh dmh
Compare
Choose a tag to compare
  • [TASK] change version in ext_emconf.php (17ef8a7)

v9.0.0

04 Dec 15:51
@dmh dmh
Compare
Choose a tag to compare
  • [TASK] raise contraints for typo3 9 (5f3054d)
  • [BUGFIX] Change package name (ea183bc)
  • [TASK] raise contraints for typo3 9 (a965e35)
  • [TASK] Change package name (3a06999)
  • [TASK] change subscribe button position in html template, add classes to subscribe/unsubscribe button (d93b457)
  • [CLEANUP] Remove unused variable from tt_content (e79df6e)
  • [TASK] - Fix bugs and add documentation (54401b7)
  • [FEATURE] - add tt_address support to pxa_newsletter_subscription (3fbd349)
  • [TASK] Formatting conforms with coding guidelines (6659b12)
  • [CLEANUP] Removed unused use clauses (50c838f)
  • [FEATURE] Optional redirect to page after successful validation (30e899f)
  • [FEATURE] Moved hashing services into service (a0bf03a)

[FIX] set correct TYPO3 dependency

26 May 07:56
Compare
Choose a tag to compare
Merge pull request #8 from pixelant/development

[FIX] set correct TYPO3 version

Extension rewrite

26 May 07:34
Compare
Choose a tag to compare

Rewrite extension
Removed unnecessary options from flexform
Rewrite JS
Code PSR2 formatting
Templates improvements
Confirmations emails are now created using RTE
Other small changes