|
9fdebdb4d7
|
Refactor api for creating/updating dynamic segments
[MAILPOET-3177]
|
2021-03-10 15:20:32 +01:00 |
|
|
e443e3918d
|
Add service for fixing newsletter API data
[MAILPOET-3430]
|
2021-03-02 13:48:07 +01:00 |
|
|
7b893dfb51
|
Move multi insert functionality to a special repository
[MAILPOET-3378]
|
2021-02-18 10:13:44 +01:00 |
|
|
6a63ac26c7
|
Fix naming sanitiser > sanitizer
[MAILPOET-3415]
|
2021-02-15 13:30:08 +01:00 |
|
|
1fbed46411
|
Add service for fixing form API data
[MAILPOET-3415]
|
2021-02-15 13:30:08 +01:00 |
|
|
e13b2c62a9
|
Add servise for fixing html in form blocks
[MAILPOET-3415]
|
2021-02-15 13:30:08 +01:00 |
|
|
8698fd944f
|
Remove the Update page
[MAILPOET-3406]
|
2021-02-08 13:01:06 +01:00 |
|
|
9868f5cc21
|
Remove dynamic segments services that are no longer needed
[MAILPOET-3164]
|
2021-01-25 09:17:17 +01:00 |
|
|
8456581695
|
Refactor segment lists fetching methods to separate repository
[MAILPOET-3164]
|
2021-01-25 09:17:17 +01:00 |
|
|
4390a1932d
|
Remove phpstan errors from the rest of the code
[MAILPOET-3235]
|
2021-01-18 14:39:42 +01:00 |
|
|
822550f3c0
|
Refactor dynamic segments listings to doctrine
[MAILPOET-3361]
|
2021-01-11 13:24:12 +01:00 |
|
|
d93b168116
|
Refactor segments listings to doctrine
[MAILPOET-3168]
|
2021-01-08 10:37:50 +01:00 |
|
|
37cef4fb34
|
Remove usage of Idiorm from Segments test
[MAILPOET-3167]
|
2020-12-07 14:48:58 +01:00 |
|
|
a75575baf9
|
Use SegmentEntity in endpoint Segment::save()
[MAILPOET-3167]
|
2020-12-07 14:48:58 +01:00 |
|
|
dd3538b78d
|
Add basic tests for PDOConnection and PDOStatement
[MAILPOET-3296]
|
2020-12-07 11:36:01 +01:00 |
|
|
344a338376
|
Move data selection to a reusable service
[MAILPOET-2553]
|
2020-12-03 10:09:51 +01:00 |
|
|
4661eab49e
|
Merge WC email initialization into newsletters listing page [MAILPOET-2433]
|
2020-11-11 14:27:36 +01:00 |
|
|
fcbfd6fb68
|
Refactor shortcode categories to doctrine
[MAILPOET-2993]
|
2020-11-11 11:34:55 +01:00 |
|
|
6139e300c3
|
Free up shortcodes constructor for DI
[MAILPOET-2993]
|
2020-11-11 11:34:55 +01:00 |
|
|
4134e6e882
|
Use doctrine in Shortcodes Helper
[MAILPOET-2993]
|
2020-11-11 11:34:55 +01:00 |
|
|
645f888186
|
Refactor WP Users segment controller to injectable service
[MAILPOET-3141]
|
2020-11-09 12:56:17 +01:00 |
|
|
32729e082a
|
Register Security like a service
[MAILPOET-2946]
|
2020-10-27 15:00:14 +01:00 |
|
|
78118b07e8
|
Refactor to doctrine
[MAILPOET-2335] [MAILPOET-2334]
|
2020-10-22 11:54:41 +02:00 |
|
|
5af209208b
|
Set services we fetch directly from container as public
This is needed otherwise container throws service not found exception
[MAILPOET-3239]
|
2020-10-22 09:44:25 +02:00 |
|
|
2351096716
|
Remove unnecessary autowiring config
Magical services fetching was completely removed so there is no need to disallow it
[MAILPOET-3239]
|
2020-10-22 09:44:25 +02:00 |
|
|
104186346f
|
Make services use in premium public
[MAILPOET-3203]
|
2020-10-20 13:18:43 +02:00 |
|
|
b4534c4c6e
|
Fix couple of deprecation warning for DI access
[MAILPOET-3146]
|
2020-10-08 15:59:05 +02:00 |
|
|
0dffed35e9
|
Extract ALC and ACC block classes out of block renderer [MAILPOET-2979]
|
2020-10-07 11:48:50 +02:00 |
|
|
96f2bfaa20
|
Add entity lifecycle listener for emoji sanitisation
[MAILPOET-3196]
|
2020-10-06 17:36:44 +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 |
|
|
510921f27e
|
Remove unused free plugin connector service
[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 |
|
|
3d517a43dc
|
Remove unnecessary SendingNewslettersSubscribersFinder service
[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 |
|
|
750014716e
|
Implement WooCommerce product segment filter using Doctrine
[MAILPOET-3077]
|
2020-09-28 14:26:53 +02:00 |
|
|
00db901d94
|
Implement email actions filter in Doctrine
[MAILPOET-3077]
|
2020-09-28 14:26:53 +02:00 |
|
|
cf76480ab3
|
Implement userRole filter using Doctrine
[MAILPOET-3077]
|
2020-09-28 14:26:53 +02:00 |
|
|
814686e8d2
|
Refactor mailpoet_get_segment_filters to direct calls
[MAILPOET-3077]
|
2020-09-28 14:26:53 +02:00 |
|
|
a42b3d6e3f
|
Refactor mailpoet_subscribers_listings_filters_segments to direct calls
[MAILPOET-3077]
|
2020-09-28 14:26:53 +02:00 |
|
|
dd7390ec73
|
Refactor mailpoet_get_subscribers_in_segment_finders hook to direct calls
[MAILPOET-3077]
|
2020-09-28 14:26:53 +02:00 |
|
|
dd4bf486a6
|
Load dynamic segments for list directly without hook
[MAILPOET-3077]
|
2020-09-28 14:26:53 +02:00 |
|
|
6fb755eda7
|
Refactor CDN assets URL to separate service
[MAILPOET-3076]
|
2020-09-14 14:22:11 +02:00 |
|
|
d96d207c53
|
Add endpoint for subscriber statistics
[MAILPOET-3069]
|
2020-08-11 12:54:24 +02:00 |
|
|
0f5bbd744e
|
Create SubscriberListingRepository
[MAILPOET-2657]
|
2020-08-06 12:23:41 +02:00 |
|
|
f1eb3d6b5d
|
Refactor manage subscription form rendering to separate class
[MAILPOET-1635]
|
2020-08-03 10:23:17 +02:00 |
|
|
ae85e06afb
|
Update integration tests
[MAILPOET-2630]
|
2020-07-29 13:50:54 +02:00 |
|