Vlad
|
e06f2f5f0b
|
References the correct class and removes unused dependency
|
2017-06-05 15:20:14 -04:00 |
|
Vlad
|
c101645d93
|
Adds premium version information to HS beacon
|
2017-06-05 14:59:30 -04:00 |
|
stoletniy
|
b8904c2d51
|
Merge pull request #914 from mailpoet/subscriber_email_validation_logic_update
Uses WP's function to validate subscriber email address [MAILPOET-925]
|
2017-06-05 19:25:53 +03:00 |
|
Vlad
|
099db4e1c8
|
Removes unused variable
Fixes typo in error message
|
2017-06-05 11:59:13 -04:00 |
|
Vlad
|
cdf36ccb20
|
Trashes/restores/deletes (+ same bulk actions) children newsletters and
associations as per discussion on Slack:
https://mailpoet.slack.com/archives/C02MTKAJL/p1496427873491785
|
2017-06-05 11:36:04 -04:00 |
|
Vlad
|
79b6ab1d15
|
Finishes incomplete test
|
2017-06-05 10:30:45 -04:00 |
|
stoletniy
|
95114774da
|
Merge pull request #912 from mailpoet/sending_queue_and_post_notification_history_listing_update
Sending queue and post notification history listing update [MAILPOET-928]
|
2017-06-05 14:53:22 +03:00 |
|
Vlad
|
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 |
|
Vlad
|
d27968a215
|
Uses WP's is_email() to validate email addresses in Subscriber model
|
2017-06-04 18:19:37 -04:00 |
|
Vlad
|
344990d59e
|
Only processes queues when newsletter exists and is active/sending
|
2017-06-02 12:03:34 -04:00 |
|
Vlad
|
ea831ef160
|
Prevents processing scheduled sending queues for inactive newsletters
|
2017-06-01 19:50:25 -04:00 |
|
Vlad
|
8314b05fce
|
Displays "not yet sent" as a sent date when post notification has not
yet been sent/being sent
|
2017-06-01 14:58:25 -04:00 |
|
Vlad
|
fd33cc7068
|
Uses parent newsletter's subject when queue's rendered subject is not
available
|
2017-06-01 14:26:50 -04:00 |
|
Vlad
|
92e4cc6a24
|
Sorts sending queue according to their creation date (oldest to newest)
|
2017-06-01 13:21:03 -04:00 |
|
Vlad
|
dd4bebb570
|
Bumps up release version to Beta 33.1 and updates changelog
3.0.0-beta.33.1
|
2017-05-30 14:27:29 -04:00 |
|
mrcasual
|
99aed2cb01
|
Merge pull request #908 from mailpoet/utf8_fix
Apply charset and collation only if they are specified [MAILPOET-924]
|
2017-05-30 14:25:33 -04:00 |
|
Tautvidas Sipavičius
|
92616063ec
|
Fix unit test for generating DB source name
|
2017-05-30 21:18:45 +03:00 |
|
Tautvidas Sipavičius
|
c56b56f4aa
|
Apply charset and collation only if they are specified
|
2017-05-30 21:05:01 +03:00 |
|
Vlad
|
33d6533c64
|
Bumps up release version to Beta 33 and updates changelog
3.0.0-beta.33
|
2017-05-30 09:30:12 -04:00 |
|
Tautvidas Sipavičius
|
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 |
|
stoletniy
|
8b2ac99eda
|
Merge pull request #903 from mailpoet/beacon_update
Adds server OS, web server information and cron ping response to HS beacon [MAILPOET-918]
|
2017-05-30 12:15:46 +03:00 |
|
Vlad
|
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 |
|
mrcasual
|
5b40652737
|
Merge pull request #906 from mailpoet/form_widget_rendering
Wrap form widget title as configured by the sidebar [MAILPOET-910]
|
2017-05-29 19:44:11 -04:00 |
|
Vlad
|
7f0396747d
|
Adds cron ping URL instead of ping response
Checks for existence of SERVER_SOFTWARE variable
|
2017-05-29 19:29:56 -04:00 |
|
Tautvidas Sipavičius
|
e9dfff8e66
|
Wrap form widget title as configured by the sidebar
|
2017-05-29 18:12:51 +03:00 |
|
Tautvidas Sipavičius
|
040c4da6c3
|
Merge pull request #904 from mailpoet/php_version_requirement_update
Requires PHP 5.3.3 in line with composer.json requirements [MAILPOET-921]
|
2017-05-29 13:15:13 +03:00 |
|
Vlad
|
80a237504d
|
Requires PHP 5.3.3 in line with composer.json requirements
|
2017-05-26 11:34:31 -04:00 |
|
Vlad
|
4e2e09ea24
|
Adds server OS, web server information and cron ping response to HS
beacon
|
2017-05-25 15:55:33 -04:00 |
|
stoletniy
|
87b9fbdc16
|
Merge pull request #900 from mailpoet/utf8
Synchronize MailPoet DB connection charset with WordPress [MAILPOET-748]
|
2017-05-24 16:09:58 +03:00 |
|
Tautvidas Sipavičius
|
a071a14eec
|
Update only those queries, for which conversion will yield correct char
lengths
|
2017-05-24 15:45:12 +03:00 |
|
stoletniy
|
5ae006b10f
|
Update plugin version [MAILPOET-748]
|
2017-05-24 15:45:12 +03:00 |
|
Tautvidas Sipavičius
|
9d21ebd26e
|
Fix a comment. UTF8MB4 is a superset of UTF8
|
2017-05-24 15:45:12 +03:00 |
|
Tautvidas Sipavičius
|
fcff6de3c3
|
Skip conversion for charset utf8 -> utf8mb4
|
2017-05-24 15:45:12 +03:00 |
|
Tautvidas Sipavičius
|
3d2168856d
|
Fix unit tests for Env charsets and collations
|
2017-05-24 15:45:12 +03:00 |
|
Tautvidas Sipavičius
|
a6eb1b06da
|
Add connection charset sync with WP and convert existing data to it
|
2017-05-24 15:45:12 +03:00 |
|
Tautvidas Sipavičius
|
21d0c3518e
|
Merge pull request #901 from mailpoet/transifix
Bundle translations completed by 75%, remove PO files in build [MAILPOET-916]
|
2017-05-23 18:40:46 +03:00 |
|
stoletniy
|
3532a3c8e9
|
Bundle translations completed by 75%, remove PO files in build [MAILPOET-916]
|
2017-05-23 18:34:00 +03:00 |
|
Tautvidas Sipavičius
|
79cba4cace
|
Release 3.0.0-beta.32
3.0.0-beta.32
|
2017-05-23 13:27:19 +03:00 |
|
Tautvidas Sipavičius
|
a5dee8da12
|
Merge pull request #897 from mailpoet/third_party_subscription_methods
Enables subscriber email to be passed when subscribing to list(s) [MAILPOET-809]
|
2017-05-22 14:25:00 +03:00 |
|
Tautvidas Sipavičius
|
3783384ea6
|
Add a test to ensure subscribers can be identified by their email
address via MPAPI
|
2017-05-22 13:49:01 +03:00 |
|
Vlad
|
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 |
|
Tautvidas Sipavičius
|
83e9de8e95
|
Merge pull request #887 from mailpoet/third_party_subscription_methods
Adds API methods for third-party plugins [MAILPOET-809]
|
2017-05-17 14:03:19 +03:00 |
|
Vlad
|
0a512f6349
|
Uses the first matching namespace endpoint
|
2017-05-16 23:17:25 -04:00 |
|
Vlad
|
a4c1095db7
|
Moves custom field extraction logic from CustomField model to Subscriber
model where it's used
|
2017-05-16 20:58:44 -04:00 |
|
Vlad
|
87a6c7100e
|
Uses real object's ID
|
2017-05-16 20:58:43 -04:00 |
|
Vlad
|
fc51d5f98c
|
Sends confirmation email and schedules welcome notification by default
Fixes a typo in text string
|
2017-05-16 20:58:43 -04:00 |
|
Vlad
|
a1b3aaf1f8
|
Adds method to create subscriber
|
2017-05-16 20:58:43 -04:00 |
|
Vlad
|
3a1bf88c22
|
Extracts some logic into resuable methods
|
2017-05-16 20:58:43 -04:00 |
|
Vlad
|
bd39c34f03
|
Adds unit tests
|
2017-05-16 20:56:56 -04:00 |
|
Vlad
|
73121c2ca5
|
Adds method to return all segments minus WP Users segment(s)
|
2017-05-16 20:56:56 -04:00 |
|