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