8c26e2852b
Update KB links to new URL
...
[PREMIUM-127]
2019-07-31 16:16:56 -04:00
6d414a1695
Use value that is properly saved
...
[MAILPOET-1859]
2019-07-29 09:01:22 -04:00
d79b9443b6
Update settings for auto emails stats notifications
...
[MAILPOET-1859]
2019-07-29 09:01:22 -04:00
a4c1b07db5
Remove dot announcement
...
[MAILPOET-1862]
2019-03-07 08:56:23 -05:00
5cf75bcd60
Add sender warning to sign-up confirmation page
...
[MAILPOET-1769]
2019-02-07 16:30:19 -05:00
195efad742
Add stats notifications settings
...
[MAILPOET-1571]
2019-01-28 10:56:01 +01:00
cdbb8d7c62
Display sender warning on settings page
...
[MAILPOET-1573]
2019-01-24 10:43:11 +01:00
c60a7a233c
Added GDPR Compliant section in Settings > Basics
2018-11-11 10:13:53 +01:00
c4536f3591
Merge pull request #1573 from mailpoet/unsub-settings
...
Preview Default Unsub page from Settings [MQ-101]
2018-11-08 06:02:08 -05:00
91e66476d3
added data-automation-ids, fixed typo. [MQ-83][MQ-84]
2018-11-05 12:20:52 -05:00
b54d31c797
added data-automation-id for robustness [MQ-100]
2018-11-05 08:38:48 -05:00
a6ab757d22
Show warning if settings is not consistent
...
[MAILPOET-1522]
2018-10-15 13:26:52 +02:00
3102f114bd
Add feature announcement
...
[MAILPOET-1522]
2018-10-11 19:37:45 +02:00
4249c7a2cb
Send an email notification on new subscriber
...
[MAILPOET-1522]
2018-10-11 10:23:06 +02:00
fbe2f72706
Add settings for new subscriber email notifications
...
[MAILPOET-1505]
2018-10-11 10:23:06 +02:00
2ee77e0034
Deleted TODOs after noting them as JIRA issues
2018-06-13 16:46:18 +02:00
b0d0cc09c8
Programmatically sets input width after Select2 initialization
...
[MAILPOET-973]
2017-07-03 17:05:06 +01:00
d8e1c76155
Remove a leftover hook from Free after the key field removal from Premium [PREMIUM-4]
2017-05-05 17:18:56 +03:00
612c7d76a0
Add details to the Manage Subscription description [MAILPOET-853]
2017-03-22 13:19:26 +03:00
063cc9edc3
added do_action() helper to twig + settings/basics hook
2017-02-22 10:12:08 +03:00
8eb04534bc
Fixed translations based on feedback from translators on Transifex
2017-02-20 14:58:53 +02:00
9f7ae122e3
Add missing periods to translation strings
2017-01-30 21:33:59 +02:00
c0653ce26c
- Corrects typo in subscription management shortcode
2017-01-11 13:58:50 -05:00
217894745d
- Updates text strings
...
- Closes #655
2016-10-25 10:21:23 -04:00
d32abff78d
display subscribers count in segments selection
2016-09-30 15:23:18 +02:00
c05a20cff9
Update 28 July 2016
2016-07-29 13:29:05 +03:00
49b65729db
update 14 July 2016
2016-07-14 20:58:12 +02:00
a88017400b
Remove email validation as it was not working properly
...
- using the MailPoet sending method forces signup confirmation
- save settings when activating a sending method (works when pressing enter in an input when setting up method)
2016-07-07 15:36:59 +02:00
406b509ac4
Remove saving of roles & permissions when saving settings
...
- make sure we try to activate the sending method instead of saving settings when pressing enter in an input
- added Default sender row with global from/reply_to
- hide notification emails setting
- removed notification from/reply to email (for the time being, we will reintroduce it if need be later on)
2016-07-06 17:29:24 +02:00
37e3af584e
added parsley validation on settings form - need to fix permissions
2016-07-06 14:12:30 +02:00
5fc863bd82
Settings page update (issue #434 )
2016-07-06 14:10:46 +02:00
36e9168eef
Escape quotes where needed
2016-06-17 16:06:03 +03:00
12330d6d34
Copy edits 6/15/2016
2016-06-17 15:09:25 +03:00
2cbd2d54f3
Subscription pages
2016-04-15 11:56:33 -04:00
f11de2f1ad
Updated shortcodes for unsubscribe/manage/browser links
...
- fixed all issues in #387 except the custom mailpoet pages
2016-03-17 15:48:06 +01:00
e28451d410
removed edit page in settings + manage subscription update
2016-03-17 15:45:05 +01:00
4b528549f5
edit subscription form + save
2016-03-03 15:57:42 +01:00
1e7dbc8449
refactor pages
2016-03-01 18:27:31 +01:00
e6337216cf
improved demo view of subscription pages
2016-02-29 13:34:17 +01:00
64501a914a
removed parsley validation on step 3
...
- fixed placeholder for select2 instances in settings
- fixed issue in sending queue worker when newsletter does not exist
2016-01-26 11:36:20 +01:00
a574733217
archives page
2016-01-14 20:00:15 +01:00
0c5beb2511
Refactor & Improvements
...
- fixed position of checkbox in comment form
- refactored Subscriber::subscribe() method
- removed Form\Subscribe class in favor of Subscription\Comment (I'll create a similar class for Registration)
- added labels in Settings > Basics for Subscribe in comments & registration
- added method in Setting model to check whether signup confirmation is enabled
2016-01-14 14:11:25 +01:00
bbdd0dbb6e
Subscribe in comments
...
- added Subscriber::subscribe($user, $segment_ids)
- refactored Router\Subscribers->subscribe() method to account for new method
- added Form\Subscribe class to handle subscription in comments
- updated Basics settings page (changed "list" to "segment")
2016-01-12 18:46:31 +01:00
a298650187
Settings
...
- added default from name & address based on wp_user on install
- fixed issue with Setting::setValue (added auto-serialize of value if is_array?)
- removed daily notifications from basics settings
2015-12-10 11:44:44 +01:00
1950d6661f
Step 3 sender and reply to per newsletter
...
- added sender_address/sender_name/reply_to_address/reply_to_name
- added validation on all form fields (except checkbox and radio)
2015-12-04 12:29:11 +01:00
f59670005e
unit tests and cleanup
2015-10-15 18:21:42 +02:00
34c237ce8e
Load/Save settings
...
- renamed all settings with dot syntax
- refactored Menu->settings()
- changed schema of settings table to allow longer setting name and value
- added getAll() static method on Setting Model to fetch all settings (with proper unserialize of value)
2015-10-15 14:22:27 +02:00
c8c3f09fb2
Refactoring Menu 1st step: Permissions
...
- added config permissions to setup our capabilities
- added debug mode for Twig so that we can use "dump()" when WP_DEBUG is on
2015-10-14 16:58:50 +02:00
9fd13767f0
Basics, Signup, Advanced tabs
2015-10-12 16:39:36 +02:00
4f30756995
replaced React by Twig + JS
2015-10-12 13:47:53 +02:00