Commit Graph

257 Commits

Author SHA1 Message Date
7fba1be402 Fix code style and add checks 2019-06-27 08:38:33 -04:00
d980f9e3f4 Update last announcement date automatically 2019-06-27 08:38:33 -04:00
ba9db99cff Update Beamer announcement date
[MAILPOET-1857]
2019-06-25 11:06:19 -04:00
c17616cdc7 Keep role emails list in one place
[MAILPOET-2101]
2019-06-20 11:51:46 -04:00
fb65f19085 Remove old auth error notice displaying out of newsletters page
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
875a54eb3d Use feature flags instead of settings
[MAILPOET-1856]
2019-05-21 09:39:07 -04:00
4f42537fe7 Add page for permissions asking
[MAILPOET-1856]
2019-05-21 09:39:07 -04:00
879a36e0f2 Rename translation functions 2019-05-21 09:04:00 -04:00
9745b0ab02 Show notice in Beamer when MailPoet update is available
[MAILPOET-2038]
2019-05-20 13:13:22 -04:00
39cb25d576 Add rule for empty comments
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
12ff88ee21 Add rule for operator spacing
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
5da7110eb6 Use short array syntax
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
b9af15e19f Enforce array trailling commas
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
fe51e5e38c Add admin page for experimental features
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00
343ad0008c Render feature flags in layout.html
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00
1f3a9278d2 Refactor MP2 migration setting names to constants
[MAILPOET-2040]
2019-05-15 07:26:46 -04:00
wxa
2980bbf00b Remove the feature flag [MAILPOET-1983] 2019-05-13 10:47:09 -04:00
33f4010aa0 Update Beamer announcement date
[MAILPOET-2036]
2019-05-06 11:15:04 -04:00
b8000c872c Revert "Display user's time in scheduling emails"
This reverts commit 4624ac2a92.
2019-04-30 04:32:15 -04:00
daca92097c Add feature switch for woo commerce list sync
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
58d2bbab1a Add WooCommerce list import scheduling
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
02c74db0ed Add empty woo commerce import list page
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
6e0f6fd390 Refactor Menu.php to use injected WP functions instead of static methods
[MAILPOET-1732]
2019-04-25 08:21:12 -04:00
8710363a09 Update Beamer announcement date
[MAILPOET-2000]
2019-04-25 07:08:56 -04:00
bd49a39fca Remove big spender
[MAILPOET-1979]
2019-04-17 15:55:10 +02:00
4624ac2a92 Display user's time in scheduling emails
[MAILPOET-1980]
2019-04-17 12:37:38 +02:00
3e66e9e1dd Fix phpstan level 6
[MAILPOET-1969]
2019-04-10 09:55:13 -04:00
5e2a87a4bf Save sender even if user skips wizard
[MAILPOET-1925]
2019-04-05 12:48:08 -04:00
697ce9e981 Update Beamer announcement date 2019-04-02 10:42:55 +03:00
6fc68bb979 Update sender warning message
[MAILPOET-1890]
2019-03-28 07:19:22 -04:00
f208a25f9a Pass only needed flags to views 2019-03-21 10:03:21 -04:00
22fc3089e6 Rename UserFlags to UserFlagsController 2019-03-21 10:03:21 -04:00
afe7aa0a54 Move user flags from settings [MAILPOET-1677] 2019-03-21 10:03:21 -04:00
wxa
4b8889c918 Release 3.21.1 2019-03-18 12:31:44 -04:00
85f0bdde88 Display WooCommerce tab only if woo is active
[MAILPOET-1790]
2019-03-13 16:10:09 -04:00
453aebb738 Remove forgotten use statement
[MAILPOET-1815]
2019-03-12 10:45:46 -04:00
e3741def1d Refactor NPS tracking data fetching to use API call
[MAILPOET-1815]
2019-03-12 10:45:46 -04:00
429671f78f Add new items to NPS traits
[MAILPOET-1815]
2019-03-12 10:45:46 -04:00
2ede5caad0 Releasing 3.21.0 2019-03-11 14:01:45 -04:00
0a436087e1 Replace all WP function calls 2019-03-07 08:30:14 -05:00
602929356c Show unauthorized address right after sending email
[MAILPOET-1787]
2019-02-28 12:28:53 -05:00
af39ae89c4 Use DI for ServicesChecker
[MAILPOET-1787]
2019-02-28 12:28:53 -05:00
b5224927d0 Remove unused optional parameters, make function private, since it's not used outside
[MAILPOET-1787]
2019-02-28 12:28:53 -05:00
f5feb032fe Show error notice when email is sent from unauthorized email
[MAILPOET-1787]
2019-02-28 12:28:53 -05:00
6b0f7c70ad Update LAST_ANNOUNCEMENT_DATE
[MAILPOET-1833]
2019-02-25 11:17:38 -05:00
3ee58aea10 Add space between if and ‘(‘
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
9e9561e576 Add space between catch and ‘(‘
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
ebbdec5ebd Add space between foreach and ‘(‘
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
wxa
35ac4a40da Move WooCommerce detection to a helper [MAILPOET-1723] 2019-02-12 08:56:40 -05:00
82bdd343bd Add new fonts
[MAILPOET-1733]
2019-02-10 18:39:59 -05:00