Commit Graph

4663 Commits

Author SHA1 Message Date
wxa
0dffed35e9 Extract ALC and ACC block classes out of block renderer [MAILPOET-2979] 2020-10-07 11:48:50 +02:00
wxa
fd6ff25cd9 Make render preview call more readable [MAILPOET-2979] 2020-10-07 11:48:50 +02:00
wxa
52b84296b3 Add abandoned cart block rendering in email [MAILPOET-2979] 2020-10-07 11:48:50 +02:00
wxa
e4c435f81b Allow hiding read more button [MAILPOET-2979] 2020-10-07 11:48:50 +02:00
055f54ca25 Add color messages to Template 7 family
[MAILPOET-3196]
2020-10-06 17:36:44 +02:00
1fe6216bac Fix styles in Template 1 fixed bar
[MAILPOET-3196]
2020-10-06 17:36:44 +02:00
3eb71f8012 Add emoji sanitisation to forms save API endpoint
[MAILPOET-3196]
2020-10-06 17:36:44 +02:00
96f2bfaa20 Add entity lifecycle listener for emoji sanitisation
[MAILPOET-3196]
2020-10-06 17:36:44 +02:00
d874ff0c71 Reset placement settings for Template 11 below pages
[MAILPOET-3190]
2020-10-05 17:24:33 +02:00
f35c8eb72b Add margins reset for form messages wrapper.
[MAILPOET-3190]
2020-10-05 17:24:33 +02:00
6c5a3f32cf Automatically apply line-height when font-size is set in form editor
[MAILPOET-3190]
2020-10-05 17:24:33 +02:00
fe1ca6e946 Cleanup placement settings for a Template 11 Popup
[MAILPOET-3190]
2020-10-05 17:24:33 +02:00
c0164130b2 Adjust column padding in custom CSS
[MAILPOET-3190]
2020-10-05 17:24:33 +02:00
47eee58bed Update form template names
[MAILPOET-3190]
2020-10-05 17:24:33 +02:00
e8891dd2b1 Add Test 12 based templates
[MAILPOET-3190]
2020-10-05 17:24:33 +02:00
5b08451809 Add Test 11 based templates
[MAILPOET-3190]
2020-10-05 17:24:33 +02:00
1ac4678169 Add SegmentsResponseBuilder used in Segments::get()
[MAILPOET-3166]
2020-10-05 10:55:31 +02:00
57451e6882 Add FormsResponseBuilder and use it in Forms::get()
[MAILPOET-3035]
2020-10-01 16:29:34 +02:00
06957e9fef Remove delay settings from form templates
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
1f363c838f Update form template page title
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
f0daa78072 Add real form thumbnails
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
ec2e2418fd Remove select form template feature switch
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
719726e396 Add real names to form templates
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
1664a0fb30 Add temporary template thumbnails 2020-10-01 15:44:41 +02:00
448565603b Unify naming of template files
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
85a729ed86 Divide form templates data into categories
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
05f68a07bd Unify privacy policy label text in form templates
[MAILPOET-3156]
2020-10-01 10:02:56 +02:00
fbe4444737 Prevent loading whole posts on form editor page
The whole post can take a lot of memory, we only need name and id

[MAILPOET-3187]
2020-10-01 09:49:17 +02:00
4519cdd449 Add a log for trashing newsletters
[MAILPOET-3183]
2020-09-30 14:05:43 +02:00
bef6f25c8d Update php version notice
[MAILPOET-3144]
2020-09-29 17:32:23 +02:00
946a17ed93 Fix subscribers in segment count query
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
d026517ed9 Refactor search string escaping to a helper function
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
cd5079efda Remove unused SegmentEntity method
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
2f270575f3 Make segment description mandatory
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
82ce309df1 Rename property used for a dynamic segments service
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
510921f27e Remove unused free plugin connector service
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
f6808404f2 Update dynamic segment listing to display all and subscribed count
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
cdc090fc15 Limit legacy segment subscriber count to subscribed subscribers
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
b37d1f8c03 Allow all subscription statuses in WC segments
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
d7e64b6fd0 Load dynamic segments for subscribers listing in listing repository
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
cd295c7aec Allow fetching count of subscribers with status
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
694d1fae10 Refactor SubscribersFinder to be always injected by container
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
c952ef9542 Use only Listing repository in subscribers listing API
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
a98f627dbf Add segment filters application to Subscribers listing repository
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
3d517a43dc Remove unnecessary SendingNewslettersSubscribersFinder service
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
5aa4e880e6 Refactor static/dynamic condition to match old behavior
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
0437236cf1 Refactor subscriber finder to use new repository
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
f948f2b53a Refactor loading subscriber counts in dynamic segments API
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
231b7eb2a9 Add SegmentSubscriberRepository with basic methods
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
a1b3677223 Implement WooCommerce category purchase segment filter in Doctrine
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00