|
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 |
|
|
7598363cae
|
Fixes notification message not displaying dynamic value due to JS
encoding
|
2017-05-05 18:38:49 -04: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 |
|
|
a7260cba3d
|
Make the Premium key check stricter, split a unit test into more granular ones [PREMIUM-4]
|
2017-05-05 18:09:00 +03:00 |
|
|
787e022382
|
Rename license key constants and vars, optimize error generation [PREMIUM-4]
|
2017-05-05 18:04:52 +03: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 |
|
|
3cb08e3c09
|
Rename MSS check methods to better distinguish them from Premium ones [PREMIUM-4]
|
2017-05-04 09:36:38 +03:00 |
|
|
0474985866
|
Add unit tests [PREMIUM-4]
|
2017-05-04 09:25:34 +03:00 |
|
|
8d15ef6d06
|
Refine license key check UI [PREMIUM-4]
|
2017-05-04 09:15:21 +03:00 |
|
|
0fbc7fb7eb
|
Add Premium key validation [PREMIUM-4]
|
2017-05-03 12:20:13 +03:00 |
|
|
1379bdbbeb
|
Bump up release version to 3.0.0-beta.29
3.0.0-beta.29
|
2017-05-02 18:10:20 +03:00 |
|
|
64d3e659a4
|
Merge pull request #879 from mailpoet/newsletter_model_update
Newsletter model update [MAILPOET-830]
|
2017-05-02 16:19:20 +03:00 |
|
|
19458546a0
|
Updates unit tests
|
2017-05-02 08:41:51 -04:00 |
|
|
bba7460423
|
Merge pull request #882 from mailpoet/conflict_resolver_update
Resolves script conflicts in WP's admin footer [MAILPOET-901]
|
2017-05-02 13:37:20 +03:00 |
|
|
956fdd5cff
|
Improve a deletion test to handle multiple queues, fix comments [MAILPOET-830]
|
2017-05-02 09:07:38 +03:00 |
|
|
a0289775cb
|
Trashes/restores multiple associated queues when newsletter is
trashed/restored
|
2017-05-01 20:15:41 -04:00 |
|
|
4c785902bc
|
Resolves script conflicts in WP's admin footer
|
2017-05-01 11:57:48 -04:00 |
|
|
e29ae4d7c9
|
Fixes indentation
|
2017-05-01 09:31:52 -04:00 |
|
|
1ea915017a
|
Fixes unit test
|
2017-05-01 09:26:36 -04:00 |
|
|
6441c781a5
|
Moves relations to the top of the model and delete/save/restore/trash methods close to each other for easy navigation
|
2017-05-01 09:26:35 -04:00 |
|
|
589c54e205
|
Checks if associated queue exists before trashing/deleting/restoring it
|
2017-05-01 09:26:35 -04:00 |
|
|
e10b99eaac
|
Deletes all sending queue and segment associations when newsletters are bulk deleted
|
2017-05-01 09:26:35 -04:00 |
|
|
0316f3ea3e
|
Restores all sending queue associations when newsletters are bulk restored
|
2017-05-01 09:26:35 -04:00 |
|
|
166fef899f
|
Trashes all sending queue associations when newsletters are bulk trashed
|
2017-05-01 09:26:35 -04:00 |
|
|
4e850408fc
|
Restores sending queue association when newsletter is restored
|
2017-05-01 09:26:35 -04:00 |
|
|
6e2494831c
|
Trashes sending queue association when newsletter is trashed
|
2017-05-01 09:26:35 -04:00 |
|
|
38a7d8f80a
|
Deletes queue and segment associations when deleting newsletter
|
2017-05-01 09:26:34 -04:00 |
|
|
abfebc8643
|
Merge pull request #880 from mailpoet/subscriber_shortcode_fix
Returns shortcode's default value when subscriber's first/last name is blank [MAILPOET-899]
|
2017-05-01 11:28:54 +03:00 |
|
|
40a3487d3d
|
Remove a redundant condition, fix a typo in a test name [MAILPOET-880]
|
2017-05-01 11:20:33 +03:00 |
|
|
a93865e594
|
Merge pull request #874 from mailpoet/trashed_segments_fix
Exclude trashed segments from subscriber listing filter and 'not in list' count [MAILPOET-893]
|
2017-04-30 20:09:23 -04:00 |
|
|
4e76286b44
|
Returns shortcode's default value when subscriber's first or last name is empty
|
2017-04-28 09:49:00 -04:00 |
|
|
fbe57e96c6
|
Merge pull request #878 from mailpoet/contribution_rules
Update rules/guidelines for contributing to this codebase [MAILPOET-898]
|
2017-04-27 11:22:10 -04:00 |
|
|
950bfb04d6
|
Update README.md with more new commands
|
2017-04-27 17:56:36 +03:00 |
|
|
6d43b7b6a9
|
Update rules/guidelines for contributing to this codebase
|
2017-04-27 17:51:50 +03:00 |
|
|
e1991deafd
|
Merge pull request #876 from mailpoet/manage_subscription_shortcode_fix
Depreciates and removes certain link shortcodes [MAILPOET-895]
|
2017-04-27 15:51:26 +03:00 |
|
|
2f1b31aeb2
|
Adds missing anchor closing tag
|
2017-04-27 08:41:05 -04:00 |
|
|
ca29eefd7f
|
Merge pull request #877 from mailpoet/form_placement_update
Removes HTML method from form placement [MAILPOET-897]
|
2017-04-27 15:40:55 +03:00 |
|
|
1421407a23
|
Merge pull request #875 from mailpoet/smtp_hooks
Adds filter to SMTP transport agent [MAILPOET-889]
|
2017-04-27 14:43:40 +03:00 |
|
|
36e4bf468d
|
Merge pull request #871 from mailpoet/editor_marionette
Upgrade Marionette version in newsletter editor [MAILPOET-892]
|
2017-04-27 11:19:46 +03:00 |
|
|
5cd3917f4d
|
Removes HTML method from form placement
|
2017-04-26 19:38:19 -04:00 |
|
|
586470e8f9
|
Updates unit tests
|
2017-04-26 17:58:45 -04:00 |
|
|
b02e9f5ab3
|
Depreciates and removes server-side rendering of subscription_unsubscribe,
subscription_manage and newsletter_view_in_browser
|
2017-04-26 17:47:52 -04:00 |
|
|
4a538e677d
|
Adds filter to SMTP transport agent
|
2017-04-26 09:55:57 -04:00 |
|
|
cc2fdbe5be
|
Merge pull request #864 from mailpoet/campaign_stats
Add detailed stats page support in Free, change stats style [PREMIUM-1] [MAILPOET-877]
|
2017-04-26 14:30:51 +03:00 |
|
|
3833688115
|
Exclude trashed segments from subscriber listing filter and 'not in list' count [MAILPOET-893]
|
2017-04-26 11:23:16 +03:00 |
|
|
1639741e55
|
Bump up release version to 3.0.0-beta.28
3.0.0-beta.28
|
2017-04-25 19:00:18 +03:00 |
|
|
ab0d573a66
|
Merge pull request #873 from mailpoet/import_results_fix
Keeps track of the number of updated/created subscribers over multiple server requests [MAILPOET-894]
|
2017-04-25 18:26:38 +03:00 |
|