|
aa129f5987
|
Use template for WooCommerce transactional emails
[MAILPOET-2286]
|
2019-11-28 14:07:38 +00:00 |
|
|
c829be1a11
|
Move automatic email initialization from Premium plugin
[MAILPOET-2382]
|
2019-10-08 14:22:55 +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 |
|
|
952b9d7dd4
|
Initialise hooks early
[MAILPOET-2307]
|
2019-09-12 16:34:31 +02:00 |
|
|
01a0fe96c4
|
Remove no longer necessary checks
[MAILPOET-1948]
|
2019-09-12 13:59:32 +02:00 |
|
|
d3d572faa9
|
Open KB links in Beacon popover
[MAILPOET-2179]
|
2019-08-28 14:28:06 -04:00 |
|
|
ee1cee27dc
|
Inject Session into Initializer using DI
[MAILPOET-2248]
|
2019-08-05 21:10:23 +01:00 |
|
|
8c26e2852b
|
Update KB links to new URL
[PREMIUM-127]
|
2019-07-31 16:16:56 -04:00 |
|
|
0045683d92
|
Share PDO connection between Doctrine and legacy ORM
[MAILPOET-2014]
|
2019-07-24 15:03:16 -04:00 |
|
|
b174a55d07
|
Handle captcha during subscription [MAILPOET-2015]
|
2019-07-23 08:37:46 -04:00 |
|
|
7f40e5b512
|
Clean up unused imports [MAILPOET-2208]
|
2019-07-19 08:54:50 -04:00 |
|
|
a2df2cc7bd
|
Refactor subscription pages and config shortcodes to DI [MAILPOET-2208]
|
2019-07-19 08:54:50 -04:00 |
|
|
7418543694
|
Initialize Hooks on the init action
|
2019-07-08 14:15:59 -04:00 |
|
|
74a4ff5a2f
|
Use DI to initialize PermanentNotices
[MAILPOET-2088]
|
2019-06-20 09:22:12 -04:00 |
|
|
5da7110eb6
|
Use short array syntax
[MAILPOET-2090]
|
2019-05-20 10:18:45 -04:00 |
|
|
0a436087e1
|
Replace all WP function calls
|
2019-03-07 08:30:14 -05:00 |
|
|
ccc300cd80
|
Remove container dependency from Initializer
[MAILPOET-1823]
|
2019-02-25 06:38:25 -05:00 |
|
|
6048ccba85
|
Inject CronTrigger into Initializer
[MAILPOET-1823]
|
2019-02-25 06:38:25 -05:00 |
|
|
096359741d
|
Inject Hooks, Changelog and Menu into Initializer
[MAILPOET-1823]
|
2019-02-25 06:38:25 -05:00 |
|
|
db8c68460d
|
Inject Router into Initializer
[MAILPOET-1823]
|
2019-02-25 06:38:25 -05:00 |
|
|
4a6fb923e0
|
Inject Activator and SettingsController into Initializer
[MAILPOET-1823]
|
2019-02-25 06:38:25 -05:00 |
|
|
d5ea906433
|
Inject API into Initializer using container
[MAILPOET-1823]
|
2019-02-25 06:38:25 -05:00 |
|
|
f64e1c81fe
|
Inject AccessControl into Initializer
[MAILPOET-1823]
|
2019-02-25 06:38:25 -05:00 |
|
|
171b3564f9
|
Inject Renderer to Initializer
[MAILPOET-1823]
|
2019-02-25 06:38:25 -05:00 |
|
|
d8503cf3c2
|
Create Initializer using DI
[MAIPOET-1823]
|
2019-02-25 06:38:25 -05:00 |
|
|
b7bc54a07e
|
Move Env init out of Initializer
[MAILPOET-1823]
|
2019-02-25 06:38:25 -05:00 |
|
|
fb77167a1f
|
Remove unused imports [MAILPOET-1825]
|
2019-02-21 09:51:53 -05:00 |
|
|
3ee58aea10
|
Add space between if and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
9e9561e576
|
Add space between catch and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
ff238bf69a
|
Refactor MailPoet\Cron to use new settings
[MAILPOET-1757]
|
2019-01-31 15:57:58 +01:00 |
|
|
6e79705128
|
Refactor MailPoet\Config to use new settings
[MAILPOET-1757]
|
2019-01-31 15:57:58 +01:00 |
|
|
de5385ed03
|
Get rid of static instantiation of JSON API
[MAILPOET-1689]
|
2018-12-17 15:02:42 +01:00 |
|
|
ece5e9a9d1
|
Refactor subscription form processing
[MAILPOET-1689]
|
2018-12-17 15:02:42 +01:00 |
|
|
26472d8b9a
|
Introduce ContainerWrapper
Container wrapper wraps both premium and free containers and adds ability for free plugin to use premium plugin services directly.
[PREMIUM-99]
|
2018-12-12 08:52:11 +01:00 |
|
|
b5bc4b2609
|
Replace symfony container types by PSR interface
[PREMIUM-99]
|
2018-12-12 08:52:11 +01:00 |
|
|
bf7e6a601e
|
Move prefixed dependencies from lib/Dependencies to vendor-prefixed
[MAILPOET-1642]
|
2018-11-20 14:11:33 +01:00 |
|
|
d49b2a72a9
|
Refactor JSON API to use container for creating endpoints
[MAILPOET-1637]
|
2018-11-15 09:04:15 +01:00 |
|
|
a42787d10d
|
Refactor MP v1 API to obtain services via constructor
[MAILPOET-1637]
|
2018-11-15 09:03:43 +01:00 |
|
|
05d054dfad
|
Make menu icon retina friendly
[MAILPOET-1559]
|
2018-11-07 16:42:02 +01:00 |
|
|
f39c0c58c2
|
Add dumpContainer to container factory
[MAILPOET-1605]
|
2018-10-31 17:26:47 +01:00 |
|
|
fff8176a49
|
Refactor lib/Router to use with container for endpoints
[MAILPOET-1605]
|
2018-10-31 17:26:47 +01:00 |
|
|
71ad9f50cb
|
Add container factory and initialize container in Initializer
[MAILPOET-1605]
|
2018-10-31 17:26:47 +01:00 |
|
|
4a641ba94e
|
Create permanent notices
[MAILPOET-1492]
|
2018-09-19 10:24:37 +02:00 |
|
|
c68f58a7c0
|
Display PHP version warning via notice filter instead of stdout
|
2018-08-23 15:06:21 +03:00 |
|
|
7e843b5fdf
|
Show a survey on plugin deactivation
[MAILPOET-1386]
|
2018-06-12 15:52:25 +01:00 |
|
|
ac47866295
|
Fix image fullwidth toggle [MAILPOET-1365]
Prevent WordPress $content_width global to override
mailpoet_image_size when calling wp_get_attachment_image_src()
in ACL generated posts.
|
2018-06-05 08:59:57 +02:00 |
|
|
fbd11cf848
|
fixing fatal error when using wp_add_privacy_policy_content in init hook
|
2018-05-21 07:47:17 +00:00 |
|
|
572cc1671b
|
Merge branch 'master' into gdpr-privacy-policy
|
2018-05-14 12:13:21 +01:00 |
|
|
f5c56bf492
|
Add privacy policy
[MAILPOET-1360]
|
2018-05-10 11:39:14 +01:00 |
|