Commit Graph

12990 Commits

Author SHA1 Message Date
Jan Lysý
c8154213b6 Add radio input for select connect type
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
f4c2e4880a Add dynamic filter connect type to response
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
9a66f36236 Update specific segment filter in store
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
8ab7f47607 Render more filters in the form
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
ceb00aab29 Add action for update specific filter
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
eb0e7e317f Allow returning more filters in response for dynamic segments
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
b35de66ffd Add button for new conditions
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Matthias Günter
28eb7e2c07 fix: avoid double execution of jQuery.ready 2021-06-15 13:27:38 +02:00
Pavel Dohnal
99963240b5 Add a code comment
[MAILPOET-3017]
2021-06-15 13:21:49 +02:00
Pavel Dohnal
ad330bff64 Gracefuly handle missing WC transactional template
[MAILPOET-3017]
2021-06-15 13:21:49 +02:00
Jan Lysý
e9a9063db7 Release 3.64.0 2021-06-15 13:17:37 +02:00
Jan Lysý
2b43531c59 Use try-finally for delete transient on error
[MAILPOET-3656]
2021-06-14 14:56:26 +02:00
Jan Lysý
a5b964c785 Add try-catch for activation hook
[MAILPOET-3656]
2021-06-14 14:56:26 +02:00
Rostislav Wolny
a382ba8635 Prevent overriding woo settings if woo template is not set
[MAILPOET-3645]
2021-06-14 14:30:01 +02:00
Rostislav Wolny
59c8dfe0a7 Force Woo email settings filters for woo template editor
In order to load correct global styles even when the feature for using MailPoet's Woo template is off, we need to make sure we always apply filters before we load woo styles.
[MAILPOET-3645]
2021-06-14 14:30:01 +02:00
Rostislav Wolny
d5f6f63ebe Use option filters instead of synchronization Woo email styles
With this change the Woo template editor will never overwrite Woo commerce settings,
but replace values of those settings using hooks.
[MAILPOET-3645]
2021-06-14 14:30:01 +02:00
Rostislav Wolny
7158f879aa Refactor fetching newsletter in TransactionalEmailHooks to doctrine
[MAILPOET-3645]
2021-06-14 14:30:01 +02:00
Rostislav Wolny
611b860317 Add migration for missing updated_at on scheduled_task_subscribers
[MAILPOET-3651]
2021-06-14 13:06:58 +02:00
Pavel Dohnal
6301ac6fb6 Remove redundant code
[MAILPOET-3627]
2021-06-14 11:28:18 +02:00
Pavel Dohnal
c8964b88a3 Prevent duplication of data in factories
[MAILPOET-3627]
2021-06-14 11:28:18 +02:00
Pavel Dohnal
7bf6c44ea0 Refactor newsletter data factories to doctrine
[MAILPOET-3627]
2021-06-14 11:28:18 +02:00
Pavel Dohnal
093c1c4669 Refactor form factory to doctrine
[MAILPOET-3627]
2021-06-14 11:28:18 +02:00
Jan Lysý
4b20d00a0a Create temporary entity for preview
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
bcdeb98b7f Fix parameters for unsubscribe
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
d896ede7e6 Use WP current time in Pages integration test
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
4c67e97206 Fix parameters in integration tests
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
f106d6f2f2 Fix dependencies in integration tests
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
7d49d39efc Use Doctrine entities in SubscriptionUrlFactory
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
d7724c5768 Register NewslettersExporter as service
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
aeeceeeb8d Use Newsletter\Url as service
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
c9636ebf1b Use Newsletter\Links as service
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
8826b01ec9 Remove static calling from Newsletter/Links
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
4449f76901 Remove static calling from Links
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
85b9d5b7e4 Use Doctrine entity in calling LinkTokens::verifyToken
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
d34c923cef Use Doctrine model in LinkTokens service
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
eb189809ae Use Doctrine model in LinkTokensTest
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
136329b5a3 Use inline style for correct padding in WC emails
[MAILPOET-3638]
2021-06-14 09:46:19 +02:00
Jan Lysý
accfafa2a9 Update dependecies in tests
[MAILPOET-3638]
2021-06-14 09:46:19 +02:00
Jan Lysý
f3586dfe2e Create WC content preprocessor
[MAILPOET-3638]
2021-06-14 09:46:19 +02:00
Jan Lysý
c1ffc12e1a Use placeholder block for WooCommerce preprocessing
[MAILPOET-3638]
2021-06-14 09:46:19 +02:00
Jan Lysý
4d5801caa3 Create block placeholder
[MAILPOET-3638]
2021-06-14 09:46:19 +02:00
Jan Lysý
3aa84cf9c1 Add width to wrapper table
[MAILPOET-3638]
2021-06-14 09:46:19 +02:00
Jan Lysý
9883d676ed Wrap WC content with table
[MAILPOET-3638]
2021-06-14 09:46:19 +02:00
Pavel Dohnal
c0a57be0e6 Release 3.63.0 2021-06-08 12:40:34 +02:00
Pavel Dohnal
914ee5b958 Remove unused model Log
[MAILPOET-3624]
2021-06-07 14:41:14 +02:00
Pavel Dohnal
ab29ab170a Refactor test to doctrine
[MAILPOET-3624]
2021-06-07 14:41:14 +02:00
Pavel Dohnal
e5e7be6437 Use doctrine to purge old logs
[MAILPOET-3624]
2021-06-07 14:41:14 +02:00
Pavel Dohnal
e661d07acb Use doctrine to create logs
[MAILPOET-3624]
2021-06-07 14:41:14 +02:00
Rostislav Wolny
a3b420d65c Fix SQL query for subscribers without list
[MAILPOET-3647]
2021-06-07 14:36:13 +02:00
Jan Lysý
f7b77cf75d Remove FormRepository from SettingsController
[MAILPOET-3643]
2021-06-07 14:14:50 +02:00