Commit Graph

4591 Commits

Author SHA1 Message Date
Pavel Dohnal
d06fc2d00d Append form bellow content
[MAILPOET-2639]
2020-02-05 18:36:39 +00:00
Pavel Dohnal
d667ad916e Add wp functions
[MAILPOET-2639]
2020-02-05 18:36:39 +00:00
Pavel Dohnal
492f30c073 Add ability to mock settings in unit tests
[MAILPOET-2639]
2020-02-05 18:36:39 +00:00
Pavel Dohnal
5917582f46 Create form entity and repository
[MAILPOET-2639]
2020-02-05 18:36:39 +00:00
Jan Jakeš
eba441f4c1 Add SubscribersLimitNotice to mailpoet-segments page
[MAILPOET-2626]
2020-01-30 18:43:09 +00:00
Jan Jakeš
f7a1f63a28 Add SubscribersLimitNotice to mailpoet-subscribers page
[MAILPOET-2626]
2020-01-30 18:43:09 +00:00
Jan Jakeš
43873306cd Fix incompatibilities with new version of Swiftmailer
[MAILPOET-2589]
2020-01-30 18:33:48 +00:00
Pavel Dohnal
fe84b9f9fb Remove the old form editor
[MAILPOET-2625]
2020-01-30 18:29:02 +00:00
Jan Jakeš
6641842dd1 Remove unused parameter
[MAILPOET-2648]
2020-01-30 01:56:07 +00:00
Ján Mikláš
b287a6e609 Remove all success delivery polls
[MAILPOET-2596]
2020-01-28 20:21:12 +00:00
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