|
7f566fb672
|
Adds client-side check for invalid characters in email addresses
Adds server-side validation of email addresses using WP's is_email()
|
2017-06-04 18:48:11 -04:00 |
|
|
d27968a215
|
Uses WP's is_email() to validate email addresses in Subscriber model
|
2017-06-04 18:19:37 -04:00 |
|
|
344990d59e
|
Only processes queues when newsletter exists and is active/sending
|
2017-06-02 12:03:34 -04:00 |
|
|
ea831ef160
|
Prevents processing scheduled sending queues for inactive newsletters
|
2017-06-01 19:50:25 -04:00 |
|
|
92e4cc6a24
|
Sorts sending queue according to their creation date (oldest to newest)
|
2017-06-01 13:21:03 -04:00 |
|
|
c56b56f4aa
|
Apply charset and collation only if they are specified
|
2017-05-30 21:05:01 +03:00 |
|
|
55d7a0dd01
|
Merge pull request #907 from mailpoet/welcome_email_scheduler_update
Schedules welcome notifications after subscription is confirmed [MAILPOET-907]
|
2017-05-30 14:02:48 +03:00 |
|
|
dba21c68fd
|
Schedules welcome notification upon subscription when subscription
confirmation is disabled
Schedules welcome notification upon subscription confirmation
Checks when 'REMOTE_ADDR' is not set
Adds unit tests
|
2017-05-29 22:04:47 -04:00 |
|
|
7f0396747d
|
Adds cron ping URL instead of ping response
Checks for existence of SERVER_SOFTWARE variable
|
2017-05-29 19:29:56 -04:00 |
|
|
4e2e09ea24
|
Adds server OS, web server information and cron ping response to HS
beacon
|
2017-05-25 15:55:33 -04:00 |
|
|
a071a14eec
|
Update only those queries, for which conversion will yield correct char
lengths
|
2017-05-24 15:45:12 +03:00 |
|
|
5ae006b10f
|
Update plugin version [MAILPOET-748]
|
2017-05-24 15:45:12 +03:00 |
|
|
9d21ebd26e
|
Fix a comment. UTF8MB4 is a superset of UTF8
|
2017-05-24 15:45:12 +03:00 |
|
|
fcff6de3c3
|
Skip conversion for charset utf8 -> utf8mb4
|
2017-05-24 15:45:12 +03:00 |
|
|
a6eb1b06da
|
Add connection charset sync with WP and convert existing data to it
|
2017-05-24 15:45:12 +03:00 |
|
|
766c0dfcfc
|
Enables subscriber email to be passed when subscribing to list(s)
List subscription methods return array with subscriber data
|
2017-05-19 09:51:29 -04:00 |
|
|
0a512f6349
|
Uses the first matching namespace endpoint
|
2017-05-16 23:17:25 -04:00 |
|
|
a4c1095db7
|
Moves custom field extraction logic from CustomField model to Subscriber
model where it's used
|
2017-05-16 20:58:44 -04:00 |
|
|
fc51d5f98c
|
Sends confirmation email and schedules welcome notification by default
Fixes a typo in text string
|
2017-05-16 20:58:43 -04:00 |
|
|
a1b3aaf1f8
|
Adds method to create subscriber
|
2017-05-16 20:58:43 -04:00 |
|
|
3a1bf88c22
|
Extracts some logic into resuable methods
|
2017-05-16 20:58:43 -04:00 |
|
|
73121c2ca5
|
Adds method to return all segments minus WP Users segment(s)
|
2017-05-16 20:56:56 -04:00 |
|
|
5e23fa4295
|
Adds method to subscribe to single or multiple lists
|
2017-05-16 20:56:56 -04:00 |
|
|
5e34bbf9d5
|
Adds method to return subscriber fields
|
2017-05-16 20:56:56 -04:00 |
|
|
8b13889c7a
|
Adds one entry point for both JSON and MP APIs
Removes endpoints folder and moves versions to the root
JSON API folder
|
2017-05-16 20:56:55 -04:00 |
|
|
3c7ac5488a
|
Adds MP API facade
|
2017-05-16 20:56:54 -04:00 |
|
|
398d7d3d80
|
Moves current API under JSON namespace
|
2017-05-16 20:56:54 -04:00 |
|
|
b90c0b173b
|
Merge pull request #892 from mailpoet/premium_key_warnings_fix
Temporarily hide invalid key warnings when the license key isn't specified [MAILPOET-911]
|
2017-05-16 12:56:26 +03:00 |
|
|
a49f9d9c80
|
Merge pull request #893 from mailpoet/newsletter_hash_generation_fix
Fixes newsletter link hash generation logic [MAILPOET-912]
|
2017-05-15 20:45:54 +03:00 |
|
|
e71e23bbb5
|
Temporarily hide invalid key warnings when the license key isn't specified [MAILPOET-911]
|
2017-05-15 20:16:29 +03:00 |
|
|
adc86ef247
|
Increases hash length and random string size
|
2017-05-15 13:07:18 -04:00 |
|
|
765b2bad21
|
Merge pull request #891 from mailpoet/form_list_select_fix
Fix non-text form fields not being sent to server [MAILPOET-909]
|
2017-05-15 09:15:44 -04:00 |
|
|
7f509f66ff
|
Changes newsletter link hash generation function
|
2017-05-15 08:36:43 -04:00 |
|
|
d8ff251c71
|
Fix WP user first/last name being cleared after subscription management form submit
|
2017-05-15 10:22:47 +03:00 |
|
|
e974c06a89
|
Fixes subscription management form not saving data
|
2017-05-14 22:41:16 -04:00 |
|
|
f2ceff8252
|
Removes unused method
|
2017-05-14 22:02:24 -04:00 |
|
|
cd5f3165c7
|
Uses queue ID when fetching newsletter link by hash
|
2017-05-14 22:02:19 -04:00 |
|
|
6e700b0cfa
|
Moves newsletter hash generating logic into Security helper class
Updates Links class to use Security helper's hash generating method
|
2017-05-14 20:15:40 -04:00 |
|
|
2b7a5452b8
|
Fix non-text form fields not being sent to server [MAILPOET-909]
|
2017-05-11 18:12:57 +03:00 |
|
|
cfed133fb6
|
Limit the number of terms returned to 50 and force ordering by name
|
2017-05-11 13:00:42 +03:00 |
|
|
0beff9a090
|
Bump up the limit when searching for post terms in ALC and Posts
|
2017-05-11 12:45:15 +03:00 |
|
|
ff5f87eeca
|
Rename processQueueLogic() method to processQueueStrategy() [PREMIUM-4]
|
2017-05-09 15:42:37 +03:00 |
|
|
e85b969e11
|
Rename initApi() to init() in workers [PREMIUM-4]
|
2017-05-09 09:12:20 +03:00 |
|
|
2eb98905b6
|
Encapsulate date formatting within the DateTime class [PREMIUM-4]
|
2017-05-09 08:54:12 +03:00 |
|
|
90b2b46db4
|
Make key check method names consistent [PREMIUM-4]
|
2017-05-08 13:16:05 +03:00 |
|
|
f2bf61240a
|
Extract a state building method from key check results processing [PREMIUM-4]
|
2017-05-08 08:01:51 +03:00 |
|
|
3f151fd235
|
Extract simple workers common code into a base class [PREMIUM-4]
|
2017-05-08 07:38:56 +03:00 |
|
|
4b1f216cd3
|
Use WP's date format instead of a hard-coded one [PREMIUM-4]
|
2017-05-05 18:57:15 +03:00 |
|
|
3d5f13a2b8
|
Fix code style [PREMIUM-4]
|
2017-05-05 18:41:19 +03:00 |
|
|
98eab956e9
|
Rename checkAPIKey to checkMSSKey (MailPoet Sending Service) [PREMIUM-4]
|
2017-05-05 18:12:48 +03:00 |
|