|
3c87713830
|
Add Settings page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
073b88979e
|
Add Newsletters page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
654669e52c
|
Refactor forgotten get_option call using WPFunctions
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
fe604745c1
|
Add WelcomeWizard page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
9fd1431b7f
|
Refactor Menu::isNewUser into a service
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
ed9f0aa294
|
Refactor Menu::getLimitPerPage to a service
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
06fd592514
|
Refactor displayPage method to PageRenderer service
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
dfec5dd6c0
|
Add tests for user status after single and batch user sync
[MAILPOET-2201]
|
2019-07-22 07:31:56 -04:00 |
|
|
d760786bf1
|
Respect Sign-up Confirmation settings, when synchronizing users
[MAILPOET-2201]
|
2019-07-22 07:31:56 -04:00 |
|
|
00fc4161f7
|
Add comments about setShared() [MAILPOET-2208]
|
2019-07-19 08:54:50 -04:00 |
|
|
7f40e5b512
|
Clean up unused imports [MAILPOET-2208]
|
2019-07-19 08:54:50 -04:00 |
|
|
a2df2cc7bd
|
Refactor subscription pages and config shortcodes to DI [MAILPOET-2208]
|
2019-07-19 08:54:50 -04:00 |
|
|
160d3d0607
|
Refactor mailer blacklist from trait to DI [MAILPOET-2208]
|
2019-07-19 08:54:50 -04:00 |
|
|
01bd3d036b
|
Fix formating [date:dordinal] shortcode
[MAILPOET-2148]
|
2019-07-18 14:21:24 -04:00 |
|
|
ba229c0cf1
|
Fix illegal collation mix error [MAILPOET-2122]
|
2019-07-18 13:02:23 -04:00 |
|
|
771040e40c
|
Remove unused code
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
bda4f34ad2
|
Fix small coding style errors
|
2019-07-17 14:12:42 -04:00 |
|
|
c8c47eb37a
|
Refactor to not define components inside a component
|
2019-07-17 14:12:42 -04:00 |
|
|
ab04cbab27
|
Refactor function as React component
|
2019-07-17 14:12:42 -04:00 |
|
|
e7c3dd44ac
|
Remove unnecessary function
|
2019-07-17 14:12:42 -04:00 |
|
|
d1c3dcff80
|
Refactor function as React component
|
2019-07-17 14:12:42 -04:00 |
|
|
a49a6a6a65
|
Use React.useContext instead of Context.Consumer
|
2019-07-17 14:12:42 -04:00 |
|
|
a327d7f80a
|
Fix acceptance test
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
1405c3cf9a
|
Submit the import and show result
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
65d4a7c57a
|
Improve visuals of data manipulation step
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
51858886ca
|
Ask user to update existing subscribers
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
59b9fd2edf
|
Create a new segment from import screen
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
dd8a5ba442
|
Add segment selection
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
72fa226cee
|
Add column selection to data table
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
5556c2f360
|
Add column selection to data table
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
baa2c4d91c
|
Create match data table
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
4b6b293eef
|
Add warnings to manipulation step
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
729efbb62f
|
Use better variable name
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
6da6e9b62c
|
Add step buttons to manipulation step
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
e42a2a6473
|
Add data manipulation step
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
24900caed6
|
Add input validation component to react
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
f20ad33c58
|
Lift state to top level component
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
cf4ffe719d
|
Use react router
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
b42a89719c
|
Remove old import file
[MAILPOET-1809]
|
2019-07-17 14:12:42 -04:00 |
|
|
1fed7fec55
|
Prevent running migrations before integration tests to avoid serialization issues
[MAILPOET-2172]
|
2019-07-16 11:15:30 -04:00 |
|
|
44cec860fe
|
Release 3.32.2
|
2019-07-16 12:39:15 +03:00 |
|
|
1d231b1ec7
|
Release 3.32.1
|
2019-07-11 08:34:20 -04:00 |
|
|
26d7fb5468
|
Fix PR remarks [MAILPOET-2176]
|
2019-07-11 06:53:10 -04:00 |
|
|
b9b16dc13f
|
Add tests [MAILPOET-2176]
|
2019-07-11 06:53:10 -04:00 |
|
|
57b13c8896
|
Add blacklist to Mailer [MAILPOET-2176]
|
2019-07-11 06:53:10 -04:00 |
|
|
fc18280ebb
|
Fix prop types errors on newsletters listing page
[MAILPOET-2166]
|
2019-07-10 08:48:35 -04:00 |
|
|
453fb4b7d6
|
Fix popup message for revenue stats
[MAILPOET-2166]
|
2019-07-10 08:48:35 -04:00 |
|
|
b297929943
|
Add stats link for free user
[MAILPOET-2119]
|
2019-07-10 07:01:34 -04:00 |
|
|
887757cf93
|
Remove inactive subscribers notice feature flag
[MAILPOET-2161]
|
2019-07-09 06:53:41 -04:00 |
|
|
b4bebb24a9
|
Skip the 'mark spammy subscribers' test if there is no user_status column [MAILPOET-2150]
|
2019-07-09 06:24:58 -04:00 |
|