|
8fb18e7c2e
|
Extract usage of emoji encoding from the sending queue model [MAILPOET-2460]
|
2019-10-24 10:57:36 +01:00 |
|
|
86cffacdbe
|
Add WooCommerceSettings endpoint
[MAILPOET-2278]
|
2019-10-18 09:41:34 +01:00 |
|
|
f11774156c
|
Add loggerFactory to DI config
[MAILPOET-2444]
|
2019-10-10 12:36:06 +01:00 |
|
|
80f335fee3
|
Add dynamic segments page from Premium plugin
[MAILPOET-2382]
|
2019-10-09 13:36:24 +01:00 |
|
|
771f4b9d63
|
Move dynamic segment hooks from Premium plugin
[MAILPOET-2382]
|
2019-10-09 13:36:24 +01:00 |
|
|
70a89b7939
|
Move dynamic segments from Premium plugin
[MAILPOET-2382]
|
2019-10-09 13:36:24 +01:00 |
|
|
d51ba11bf2
|
Move automatic emails API from Premium plugin
[MAILPOET-2382]
|
2019-10-08 14:22:55 +01:00 |
|
|
b22b81e63a
|
Register hook to inject styles into WooCommerce settings page
[MAILPOET-2283]
|
2019-10-03 09:25:19 +01:00 |
|
|
bb4bc76e78
|
Refactor form assets handling to separate class
[MAILPOET-2250]
|
2019-10-03 09:14:09 +01:00 |
|
|
ade1cc4d8e
|
Autofix alphabetically sorted use statements
[MAILPOET-2409]
|
2019-10-01 14:29:30 +01:00 |
|
|
a6db3dceed
|
Remove unused mailpoet cookie session
[MAILPOET-2343]
|
2019-09-25 19:53:52 +01:00 |
|
|
7dba4d900c
|
Rename Subscription\Url to Subscription\SubscriptionUrlFactory
[MAILPOET-2381]
|
2019-09-25 10:29:20 +01:00 |
|
|
3d78d6b550
|
Add \MailPoet\Subscription\Url to DI config
[MAILPOET-2381]
|
2019-09-25 10:29:20 +01:00 |
|
|
ab63bde9ed
|
Add LinkTokens service
[MAILPOET-2340]
|
2019-09-24 14:40:22 +01:00 |
|
|
5a3994ab5d
|
Create mailer MetaInfo service
[MAILPOET-2333]
|
2019-09-22 10:58:17 +02:00 |
|
|
5e5c744c3d
|
Create WC transactional email
[MAILPOET-2280]
|
2019-09-22 10:34:06 +02:00 |
|
|
aa1b9157a4
|
Replace WordPress Mailer with our own implementation
[MAILPOET-2307]
|
2019-09-12 16:34:31 +02:00 |
|
|
3d750c5bb8
|
Move post notification scheduling to service
[MAILPOET-2348]
|
2019-09-11 19:16:21 +01:00 |
|
|
cf9c90bd04
|
Rewrite UserFlags data factory to create-or-update logic
[MAILPOET-2302]
|
2019-09-04 14:01:24 -04:00 |
|
|
c90a2e41a1
|
Use separate scheduler for welcome emails
[MAILPOET-2321]
|
2019-08-29 13:55:49 -04:00 |
|
|
ff9bc0b3b9
|
Use doctrine in integration tests
[MAILPOET-2219]
|
2019-08-28 12:48:22 -04:00 |
|
|
513e4c8542
|
Create function createOrUpdate
[MAILPOET-2219]
|
2019-08-28 12:48:22 -04:00 |
|
|
99bea70de8
|
Enable autowire strict_mode for DI container
[MAILPOET-2291]
|
2019-08-28 07:39:52 -04:00 |
|
|
19ee0734e2
|
Use Doctrine in Newsletters::get() API
[MAILPOET-2216]
|
2019-08-23 15:31:11 -04:00 |
|
|
25048e17b4
|
Add referral id detection on install and update
[MAILPOET-2203]
|
2019-08-12 11:12:33 +02:00 |
|
|
6a494a2fae
|
Introduce captcha session service
[MAILPOET-2248]
|
2019-08-05 21:10:23 +01:00 |
|
|
ee1cee27dc
|
Inject Session into Initializer using DI
[MAILPOET-2248]
|
2019-08-05 21:10:23 +01:00 |
|
|
11b166d018
|
Use WP timestamp in TimestampListener
[MAILPOET-2014]
|
2019-07-24 15:03:16 -04:00 |
|
|
0045683d92
|
Share PDO connection between Doctrine and legacy ORM
[MAILPOET-2014]
|
2019-07-24 15:03:16 -04:00 |
|
|
c71bf4833c
|
Rewrite UserFlag entity to Doctrine
[MAILPOET-2014]
|
2019-07-24 15:03:16 -04:00 |
|
|
ca1311abf6
|
Add Doctrine EntityManager configuration
[MAILPOET-2014]
|
2019-07-24 15:03:16 -04:00 |
|
|
b5e92f4939
|
Add Doctrine Connection factory
[MAILPOET-2014]
|
2019-07-24 15:03:16 -04:00 |
|
|
440ed0aa23
|
Add service for cookies handling & encode them with JSON
[PREMIUM-121]
|
2019-07-23 12:22:19 -04:00 |
|
|
4a309e7317
|
Fix more PR remarks [MAILPOET-2015]
Use fast termination to remove some nesting
Use DI for CaptchaRenderer
Remove unused vars in router subscription endpoint
|
2019-07-23 08:37:46 -04:00 |
|
|
b174a55d07
|
Handle captcha during subscription [MAILPOET-2015]
|
2019-07-23 08:37:46 -04:00 |
|
|
9a8a12af73
|
Make services used by premium container public
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
885639e9af
|
Set services for pages rendering as public to avoid deprecation warning
These services are fetched from container directly in Menu class.
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
cb1dd28ea9
|
Add SubscriberLimit and InvalidApi key pages classes
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
8693efdea5
|
Add FormEditor page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
81d06065be
|
Add subscribers import/export pages classes
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
f8e178e6e7
|
Add ExperimentalFeatures page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
fa521e5cb7
|
Add Forms page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
0cf89eb28c
|
Add Segments page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
17fe60b293
|
Add Subscribers page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
d09afded94
|
Add Update page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
73f39be4df
|
Add RevenueTrackingPermission page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
e93d1e1774
|
Add WooCommerceListImport page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
fbb123a4ca
|
Add MP2Migration page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
c11b2313af
|
Add NewsletterEditor page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
28f5c18b06
|
Add Help page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|