fe84b9f9fb
Remove the old form editor
...
[MAILPOET-2625]
2020-01-30 18:29:02 +00:00
6641842dd1
Remove unused parameter
...
[MAILPOET-2648]
2020-01-30 01:56:07 +00:00
b287a6e609
Remove all success delivery polls
...
[MAILPOET-2596]
2020-01-28 20:21:12 +00:00
684b533bd8
Warn users on PHP < 7.1
...
[MAILPOET-2582]
2020-01-28 20:18:39 +00:00
ab941a5514
Update legacy WooCommerce checkbox label on plugin activation/update
...
[MAILPOET-2296]
2020-01-28 10:46:25 +00:00
634b8214e2
Use updated label for WooCommerce checkout checkbox
...
[MAILPOET-2296]
2020-01-28 10:46:25 +00:00
b77447103c
Fix today preselect in date field
...
[MAILPOET-2652]
2020-01-27 10:34:15 +00:00
ffc82eff69
Fix custom select rendering
...
[MAILPOET-2652]
2020-01-27 10:34:15 +00:00
a37d8888d9
Display nps statis meter
...
[MAILPOET-2549]
2020-01-27 10:08:31 +00:00
b4710403f8
Store information for displaying nps survey
...
[MAILPOET-2549]
2020-01-27 10:08:31 +00:00
447e01b0aa
Remove new form editor feature flag
...
[MAILPOET-2549]
2020-01-27 10:08:31 +00:00
996b58a388
Fix duplicate key messages for MySQL >= 8.0.19
...
[MAILPOET-2642]
2020-01-27 09:35:29 +00:00
79e722094c
Prevent sending confirmation email on profile update
...
[MAILPOET-2567]
2020-01-27 09:26:15 +00:00
4c5155132a
Send a confirmation email when a user is added to a website
...
[MAILPOET-2567]
2020-01-27 09:26:15 +00:00
de9c151fe4
Ensure consistend order for tasks with equal timestamp (fixes flaky test)
...
[MAILPOET-2623]
2020-01-23 12:47:58 +00:00
3584b717dc
Fix array offset access on null/boolean and with curly braces [MAILPOET-2577]
2020-01-23 12:46:52 +00:00
6d683a41b0
Fix form widget rendering
...
Originally the extract produced snake cased variables.
[MAILPOET-2654]
2020-01-22 12:35:47 +00:00
ceafe62782
Update counting subscriber in listings
...
[MAILPOET-2631]
2020-01-22 12:28:30 +00:00
32c71f130c
Count subscribers that are not in wp list
...
[MAILPOET2631]
2020-01-22 12:28:30 +00:00
5e2559c0ae
Exclude WP subscribers from sending limit
...
[MAILPOET-2631]
2020-01-22 12:28:30 +00:00
e2a265fa48
Fix subscriber import when existing emails contain uppercase chars
...
[MAILPOET-2649]
2020-01-21 21:54:11 +00:00
89a215a9bf
Fix key validity check
...
[MAILPOET-2637]
2020-01-20 10:39:46 +00:00
2ef41b56e0
Fix various regressions introduced by camel case conversion
...
[MAILPOET-2635]
2020-01-20 10:27:36 +00:00
fe6a383f36
Fix WP comment regression introduced by camel case conversion
...
[MAILPOET-2635]
2020-01-20 10:27:36 +00:00
e251d81a9d
Fix deprecation warning in acceptance tests
...
[MAILPOET-2463]
2020-01-16 16:49:05 +01:00
6c67517b86
Refactor the code
...
[MAILPOET-2537]
2020-01-16 10:35:43 +00:00
3caf7c5ce7
Fix code style
...
[MAILPOET-2537]
2020-01-16 10:35:43 +00:00
fd95939372
Add hidden lists to subscriber data
...
[MAILPOET-2537]
2020-01-16 10:35:43 +00:00
f5927ea8ab
Use camel case in new variables
...
[MAILPOET-2431]
2020-01-16 10:29:55 +00:00
97a0f62d2c
Update Premium & MSS messages
...
[MAILPOET-2431]
2020-01-16 10:29:55 +00:00
4e75bcd296
Implement API for Premium plugin installation and activation
...
[MAILPOET-2431]
2020-01-16 10:29:55 +00:00
3b9ba5cac2
Fix stats redirect
...
When an unauthenticated user comes to any page they are redirected
to login screen. After they authenticate they are redirected
to the original page. But the # part of the url is ignored.
So we have to use regular query params from the email and
redirect user to the canonical URL later.
[MAILPOET-2554]
2020-01-15 16:50:24 +00:00
8e38925850
Add back compatibility for older Premium plugin with underscore naming
...
[MAILPOET-2636]
2020-01-15 16:09:17 +01:00
d50d062e23
Ignore cancelled orders in segments
...
[MAILPOET-2524]
2020-01-14 18:56:20 +00:00
2d957c3836
Remove redundant keyword
...
[MAILPOET-2632]
2020-01-14 18:47:39 +00:00
0c62da9664
Fix errors discovered by automated script
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
2ec85eee7b
Fix mock naming and strings in integration tests
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
e66c76133e
Exclude MailPoet data structures from camel case conversion
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
685b4885c0
Exclude WordPress and WooCommerce variables from camel case conversion
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
fbcaeaadbc
Convert Doctrine specific code to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
71d623f915
Fix errors in Tracy panels
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
9ce05257e4
Add support for camel case properties to old models
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
9a1a1c34f4
Replace usage of compact() function with an array
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
6522635dc7
Exclude globals from camel case conversion
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
94afd66325
Convert properties not caught by Code Sniffer to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
d0292f8624
Convert variable names to camel case in PHPDoc
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
7a66366ab5
Convert property names to camel case in strings
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
3bbc8ea2af
Convert variable names to camel case in strings
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
8c848cfa28
Convert property names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
54549ff037
Convert variable names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00