fa81c24825
Sync WC customizer styles to WooCommerce settings [MAILPOET-2569]
2019-12-23 21:55:40 +03:00
f9ec25213d
Always fetch styles from WooCommerce [MAILPOET-2569]
2019-12-23 21:55:40 +03:00
d3ce76f88d
Use instance of checks for detecting WCProduct
...
[MAILPOET-2586]
2019-12-19 18:08:26 +00:00
73e9cc3517
Apply array_values on filtered array of product ids
...
[MAILPOET-2586]
2019-12-19 18:08:26 +00:00
d41dabd1b7
Skip order items which are not product in PurchasedProduc scheduling
...
[MAILPOET-2586]
2019-12-19 18:08:26 +00:00
3d2b2f0858
Skip order items which are not product in PurchaseCategory scheduling
...
[MAILPOET-2586]
2019-12-19 18:08:26 +00:00
e677fa7cba
Move requirement checker up
...
We need to check missing extension earlier, before they are used
[MAILPOET-2564]
2019-12-19 13:42:30 +00:00
f3400fe0f5
Fix Doctrine annotation on SubscriberEntity
...
[MAILPOET-2574]
2019-12-19 13:40:43 +00:00
e784b120b6
Add subscriber source and status for WP transactional emails
...
[MAILPOET-2574]
2019-12-19 13:40:43 +00:00
d3399ca883
Add date field settings data to store
...
[MAILPOET-2453]
2019-12-19 10:24:41 +01:00
712ea07d17
Update entity to match database values
...
[MAILPOET-2453]
2019-12-19 10:24:41 +01:00
a9fb644d44
Render label only if not hidden
...
[MAILPOET-2453]
2019-12-19 10:24:41 +01:00
ff9bd232ec
Refactor custom fields api to doctrine
...
[MAILPOET-2453]
2019-12-19 10:24:41 +01:00
185566460b
Make sure values from api are correct
...
[MAILPOET-2453]
2019-12-19 10:24:41 +01:00
d069b0dab4
Send custom fields into template
...
[MAILPOET-2453]
2019-12-19 10:24:41 +01:00
809051a883
Add 'nospam' to the list of role-based emails
...
[MAILPOET-2449]
2019-12-18 19:02:50 +00:00
853cacb38e
Add newsletters count to template
...
[MAILPOET-2383]
2019-12-18 19:02:13 +00:00
7dca67abf7
Link to MSS signup with prefilled email address [MAILPOET-2484]
2019-12-18 12:15:23 +00:00
6c5187d6bd
Remove MSS pitch feature flag
...
[MAILPOET-2336]
2019-12-18 12:12:55 +00:00
fd94475194
Make fallback mailer initialization lazy to avoid crashing the plugin
...
[MAILPOET-2581]
2019-12-17 20:06:20 +00:00
b7294bd86c
Move cron-scheduling logic from SimpleWorker to CronWorkerRunner
...
[MAILPOET-2539]
2019-12-17 19:54:23 +00:00
cda5a57fc3
Use Symfony\Polyfill\Mbstring from prefixed namespace
...
[MAILPOET-2579]
2019-12-17 09:53:39 +00:00
ac9c250b55
Collect subscriber IPs for 3rd party API subscriptions [MAILPOET-2575]
2019-12-16 18:06:37 +00:00
07fc94f046
Fix Carbon-related problems reported by PHPStan
...
[MAILPOET-2560]
2019-12-15 21:55:48 +00:00
0e964de6d4
Move nesbot/carbon to vendor-prefixed
...
[MAILPOET-2560]
2019-12-15 21:55:48 +00:00
b22d9e1550
Fix conditional font-include comment for Outlook
...
[MAILPOET-2562]
2019-12-12 19:07:38 +00:00
748f99f965
Don't verify unsubscribe link presence in the WC template [MAILPOET-2561]
2019-12-12 13:12:06 +00:00
c5314abfd4
Move css-tidy to MailPoetVendor prefixed libraries
...
[MAILPOET-2563]
2019-12-12 12:46:19 +00:00
ed6bc90754
Add global styles for use in WC header and content blocks [MAILPOET-2521]
2019-12-11 18:22:46 +00:00
0d87258391
Refactor SubscribersFeature
...
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
716ccfeec0
Fix Doctrine typos
...
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
53f94dd7cb
Use WP __() function
...
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
c4b03eb3f5
Fix columns types
...
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
df628ad78d
Use SubscribersRepository instead of Subscriber model
...
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
924486e914
Add SubscribersRepository
...
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
86a164c079
Add Subscriber entity
...
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
e6689269ff
Apply only to free users without MSS or premium key
...
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
d0369e96c9
Add warning to stats notification
...
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
c9052d71d4
Disable send buttons and endpoints
...
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
856c870ae5
Show subscribers limit warning
...
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
daf2b0bffb
Remove the subscribers limit page
...
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
042557aafa
Apply new limit to new users
...
I refactored the SubscribersFeature class so that it's easily
unit tested. Computing the subscribers count in the constructor
is better then computing it on every call to check().
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
8fb58450ed
Use inferPrivatePropertyTypeFromConstructor
...
[MAILPOET-2568]
2019-12-10 13:24:17 +01:00
98f18a48fb
Always show 'Customize' button for WC email customizer [MAILPOET-2520]
2019-12-10 10:07:11 +00:00
b528b732a5
Add WC customizer activation button to the editor [MAILPOET-2520]
2019-12-10 10:07:11 +00:00
21fb16116d
Fix a redirect when WC is disabled (thus no output buffering) [MAILPOET-2520]
2019-12-10 10:07:11 +00:00
393b377437
Fix colors and font sizes, add default logo, remove CTA button [MAILPOET-2520]
2019-12-10 10:07:11 +00:00
0c4dd20ce6
Fix source being reported as NULL when sending
...
[MAILPOET-2541]
2019-12-09 13:18:09 +00:00
bd0faa9a71
Respect transactional emails settings
...
[MAILPOET-2536]
2019-12-05 11:18:25 +00:00
90e49e9399
Remove feature flag for transactional emails
...
[MAILPOET-2536]
2019-12-05 11:18:25 +00:00