|
2129d041ac
|
Fix indentation [MAILPOET-493]
|
2017-10-02 10:22:40 +01:00 |
|
|
2a4a44ebb5
|
Make a condition more easy to read [MAILPOET-493]
|
2017-10-02 10:22:40 +01:00 |
|
|
a4f2d5402c
|
Manage MP3 permissions with WP role capabilities, add Members plugin support [MAILPOET-493]
|
2017-10-02 10:22:40 +01:00 |
|
|
9f5fc151b4
|
Move throttling out of the Subscriber model to the API 'subscribe' method [MAILPOET-1115]
|
2017-09-28 15:45:35 +01:00 |
|
|
8a91eb46e6
|
Fix the possibility of repeatedly submitting a form with an existing e-mail address [MAILPOET-1115]
|
2017-09-28 12:59:57 +01:00 |
|
|
a1b02cb862
|
Fix synchronization of presubscribed WP users [MAILPOET-1127]
|
2017-09-28 10:44:29 +03:00 |
|
|
84b942b9d2
|
Merge pull request #1121 from mailpoet/template_sort
Applies sorting by date created and name [MAILPOET-1119]
|
2017-09-27 11:14:00 +02:00 |
|
|
119e574495
|
Prevents excluded post types from being displayed in newsletter editor
|
2017-09-25 19:45:33 -04:00 |
|
|
7308d253b2
|
Applies sorting by date created and name
|
2017-09-25 18:47:43 -04:00 |
|
|
7551fff93f
|
Merge pull request #1116 from mailpoet/fix-tests
Fixing Shortcodes issue [MAILPOET-1104]
|
2017-09-25 17:14:35 -04:00 |
|
|
b2aa919574
|
Merge pull request #1118 from mailpoet/fix-query
Add index to improve query performance [MAILPOET-1117]
|
2017-09-25 17:04:25 -04:00 |
|
|
b78dd22ba9
|
Merge pull request #1109 from mailpoet/templates-images-src
Adding https prefix the image sources [MAILPOET-1109]
|
2017-09-25 12:08:02 +03:00 |
|
|
74dedd06bc
|
changing missing tempaltes
|
2017-09-25 08:57:18 +00:00 |
|
|
04be06c0cb
|
remove additional new line
|
2017-09-21 18:47:43 +00:00 |
|
|
5526f315d2
|
Merge pull request #1115 from mailpoet/scheduled_newsletter_status_fix
Sets newsletter status to draft when it's unscheduled [MAILPOET-1060]
|
2017-09-21 16:32:12 +03:00 |
|
|
d5e25fdeb1
|
Merge pull request #1114 from mailpoet/long_email_sql_error_fix
Fixes SQL error resulting from subscription with long email [MAILPOET-1113]
|
2017-09-21 16:17:21 +03:00 |
|
|
90a7bf5179
|
Adds back rendered subject clearing test
Removes duplicate line
|
2017-09-21 09:13:13 -04:00 |
|
|
bf1f696870
|
Add index to improve query performance
[MAILPOET-1117]
|
2017-09-21 13:17:02 +01:00 |
|
|
02966c3b93
|
Sets cron daemon timeout to 5s across the plugin
Adds hook to override cron request arguments
|
2017-09-20 14:59:48 +01:00 |
|
|
84dc48daec
|
Allow passing cron timeouts
[MAILPOET-1114]
|
2017-09-20 14:59:48 +01:00 |
|
|
12225004f4
|
Apply hook on cron timeout
[MAILPOET-1114]
|
2017-09-20 14:59:48 +01:00 |
|
|
320dfa2ec5
|
Extracts duplicate code into reusable methods
Updates unit test
|
2017-09-20 14:59:48 +01:00 |
|
|
b5f3016085
|
Removes URL from user agent
(https://mailpoet.slack.com/archives/C02MTKAJL/p1505488541000029?thread_ts=1505488163.000795&cid=C02MTKAJL)
|
2017-09-20 14:59:48 +01:00 |
|
|
cd53e369d0
|
Allows accessing full URL from within custom cron hook
|
2017-09-20 14:59:48 +01:00 |
|
|
6fc11af774
|
Returns error message instead of empty body
|
2017-09-20 14:59:48 +01:00 |
|
|
42e3a97616
|
Fixing Shortcodes issue
|
2017-09-20 12:34:27 +00:00 |
|
|
6b16aa1692
|
Sets newsletter status to draft when it's unscheduled
|
2017-09-19 21:59:03 -04:00 |
|
|
c3b643df84
|
Prevents leaking SQL errors in API response
|
2017-09-19 20:32:26 -04:00 |
|
|
697f9ba5bc
|
Adds min/max email length in UI and backend
|
2017-09-19 20:04:49 -04:00 |
|
|
0cd9c8e416
|
Adding https prefix the image sources
|
2017-09-18 15:11:55 +00:00 |
|
|
a35d7a1154
|
Fix WP sync throwing 'Table users doesn't exist' errors on multisite subsites [MAILPOET-1107]
|
2017-09-18 10:55:49 +03:00 |
|
|
ebba8dbfd6
|
Merge pull request #1103 from mailpoet/twig_version_conflict_detection_improvement
Updates Twig version conflict detection logic [MAILPOET-1068]
|
2017-09-18 10:42:51 +03:00 |
|
|
d54ba734bf
|
Adds a min-max range of supported Twig versions
|
2017-09-17 11:25:35 -04:00 |
|
|
b45fc22306
|
Updates coding style and cleans up JS script inclusion part
|
2017-09-16 11:34:21 -04:00 |
|
|
994935d4ae
|
Adds check for minimum Twig version loaded by external plugins
|
2017-09-16 11:33:40 -04:00 |
|
|
ceb5ce850c
|
Removes deprecated Twig_ExtensionInterface::getName()
(https://github.com/twigphp/Twig/blob/2.x/CHANGELOG#L207)
Removes deprecated Twig_Extension_GlobalsInterface
(https://github.com/twigphp/Twig/blob/2.x/CHANGELOG#L259)
|
2017-09-16 11:30:40 -04:00 |
|
|
09fcaecdfc
|
Add Premium key to Help Scout beacon [MAILPOET-1090]
|
2017-09-14 16:24:15 +03:00 |
|
|
483dfbe1ec
|
Fix removal of WP segment subscribers without wp_user_id [MAILPOET-1102]
|
2017-09-13 16:46:50 +03:00 |
|
|
97d157192a
|
Remove orphaned links
[MAILPOET-1102]
|
2017-09-13 13:30:23 +01:00 |
|
|
02d49ba2ca
|
DELETE subscribers in WP list which are not WP users
[MAILPOET-1102]
|
2017-09-13 13:07:01 +01:00 |
|
|
3d5f0df213
|
Don't delete subscribers with wp_user_id = 0 [MAILPOET-1102]
|
2017-09-13 10:15:09 +03:00 |
|
|
595a201fe7
|
Stop deleting subscribers
[MAILPOET-1102]
|
2017-09-12 17:53:12 +01:00 |
|
|
4a2187ff32
|
Merge pull request #1096 from mailpoet/translation_strings_update
Removes escape character in translations [MAILPOET-1093]
|
2017-09-12 14:24:38 +03:00 |
|
|
279c36a30d
|
Merge pull request #1094 from mailpoet/initializer_update
Updates plugin initialization logic [MAILPOET-1097]
|
2017-09-12 12:34:27 +03:00 |
|
|
9305beace3
|
Removes escape character in translations
|
2017-09-11 19:27:03 -04:00 |
|
|
ba86cbfb18
|
Updates unit test
|
2017-09-11 11:40:14 -04:00 |
|
|
2ac7d1d4ab
|
Breaks plugin initialization into 3 stages: preInit, init and postInit
|
2017-09-11 11:33:03 -04:00 |
|
|
e9c55260c8
|
Merge pull request #1092 from mailpoet/db_version_settings_logic_update
Uses plugin's settings to store DB version [MAILPOET-1095]
|
2017-09-11 18:15:17 +03:00 |
|
|
b0343254c0
|
Renames db version setting value
|
2017-09-11 10:05:09 -04:00 |
|
|
9e932c9078
|
Merge pull request #1085 from mailpoet/improve-user-sync
Improve user sync [MAILPOET-1073]
|
2017-09-11 14:56:41 +03:00 |
|