|
0a436087e1
|
Replace all WP function calls
|
2019-03-07 08:30:14 -05:00 |
|
|
a657554f66
|
Do not wait for template to confirm being saved on send page
[MAILPOET-1797]
|
2019-03-05 13:47:15 -05:00 |
|
|
65b5f355fa
|
Change thumbnail generating at send page to start earlier
[MAILPOET-1797]
|
2019-03-05 13:47:15 -05:00 |
|
|
fb77167a1f
|
Remove unused imports [MAILPOET-1825]
|
2019-02-21 09:51:53 -05:00 |
|
|
2f487fd300
|
Inject subscribe() action instead of calling it statically [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 |
|
|
a935b091d3
|
Add space between elseif/else 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 |
|
|
a8972ca281
|
Add space between switch and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
ebbdec5ebd
|
Add space between foreach and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
0a93a0905d
|
Fix outdated updated_at value in newsletter save API response
[MAILPOET-1778]
|
2019-02-07 09:17:06 -05:00 |
|
|
3b5962d36a
|
Refactor MailPoet\API to use new settings
[MAILPOET-1757]
|
2019-01-31 15:57:46 +01:00 |
|
|
f1c7e48176
|
Remove debugging code
|
2019-01-31 13:28:29 +01:00 |
|
|
f83b7453fc
|
Use DI container whever possible
|
2019-01-31 13:25:00 +01:00 |
|
|
8b602bd947
|
Move WPHooks methods to WPFunctions
|
2019-01-31 13:25:00 +01:00 |
|
|
59418efa99
|
Merge pull request #1746 from mailpoet/phpstan-cleanup
Raise PHPStan strictness level to 1
|
2019-01-28 10:47:24 -05:00 |
|
|
3db4de6ec6
|
Move the private property definition to the top of the class
|
2019-01-24 15:16:53 +02:00 |
|
|
44bc27df90
|
Define default variable values in cases when they can be undefined
|
2019-01-23 21:29:46 +02:00 |
|
|
9f13f68e39
|
Fix "Access to undefined property" rule violations
|
2019-01-23 11:33:47 +02:00 |
|
|
5bf968fbc6
|
Address PR review remarks [MAILPOET-1721]
|
2019-01-22 12:25:59 +03:00 |
|
|
a4ff9822ad
|
Add WooCommerce customers list [MAILPOET-1721]
|
2019-01-17 21:42:57 +03:00 |
|
|
26220f73ee
|
Inject WP Functions to newsletters API endpoint using DI container
|
2019-01-02 11:02:08 +01:00 |
|
|
93f5bc0bf1
|
Fix a duplicate constructor after merging encapsulated WP functions
|
2018-12-27 11:15:07 +03:00 |
|
|
0573a7915e
|
Merge pull request #1689 from mailpoet/wp-functions
Encapsulating WP calls
|
2018-12-27 11:05:08 +03:00 |
|
|
66a05e1b19
|
Inject Listing Handler and Segments Subscriber Listing using DI
[MAILPOET-1689]
|
2018-12-17 15:02:42 +01:00 |
|
|
a69ae0eea7
|
Refactor listing handler to reusable service
[MAILPOET-1689]
|
2018-12-17 15:02:42 +01:00 |
|
|
fd4bcee5f5
|
Inject bulk action controller using DI
[MAILPOET-1689]
|
2018-12-17 15:02:42 +01:00 |
|
|
2839c86017
|
Refactor bulk action into reusable controller
[MAILPOET-1689]
|
2018-12-17 15:02:42 +01:00 |
|
|
de5385ed03
|
Get rid of static instantiation of JSON API
[MAILPOET-1689]
|
2018-12-17 15:02:42 +01:00 |
|
|
a46d98ec44
|
Refactor WPFunctions to be injectable with DI
|
2018-12-12 16:43:52 +01:00 |
|
|
525fb5289b
|
Add check that API endpoint class is a registered service in DI
[PREMIUM-99]
|
2018-12-12 08:53:28 +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 |
|
|
758711c722
|
Fix Mailer error messages not displaying in previews [MAILPOET-1662]
|
2018-11-28 10:36:29 +03:00 |
|
|
936696cde3
|
Merge pull request #1642 from mailpoet/vendor-cleanup
Vendor cleanup [MAILPOET-1642]
|
2018-11-26 14:28:27 -05:00 |
|
|
467bef1d61
|
Do not require pluggable.php [MAILPOET-1650]
|
2018-11-22 17:01:33 +03:00 |
|
|
bf7e6a601e
|
Move prefixed dependencies from lib/Dependencies to vendor-prefixed
[MAILPOET-1642]
|
2018-11-20 14:11:33 +01:00 |
|
|
528f223a70
|
Add fallback for API endpoint instantiation for endpoints which are not in DI
[MAILPOET-1639]
|
2018-11-15 18:03:51 +01:00 |
|
|
3af3c46fde
|
Merge pull request #1618 from mailpoet/more-tags
Implement pagination to tags and categories query [MAILPOET-1613]
|
2018-11-15 10:57:45 -05:00 |
|
|
64513f400f
|
Merge pull request #1628 from mailpoet/mp-api-di
Introduce DI to plugin API [MAILPOET-1637]
|
2018-11-15 07:55:11 -05:00 |
|
|
141cb09a54
|
Implement pagination to tags and categories query
[MAILPOET-1613]
|
2018-11-15 09:50:13 +01:00 |
|
|
c36aad1345
|
Ensure container for third party plugins using MP api
[MAILPOET-1637]
|
2018-11-15 09:05:33 +01:00 |
|
|
38e9d806b8
|
Refactor ALC endpoint to follow DI
[MAILPOET-1637]
|
2018-11-15 09:04:46 +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 |
|
|
1a926b32b5
|
Merge pull request #1614 from mailpoet/welcome-email-status
Display number of welcome notification on listings page [MAILPOET-1562]
|
2018-11-14 07:58:29 -05:00 |
|
|
362235e96a
|
Display number of welcome notification on listings page
[MAILPOET-1562]
|
2018-11-12 15:32:02 +01:00 |
|
|
5e16bc4184
|
Add test and remove redundant call
[MAILPOET-1560]
|
2018-11-12 08:33:00 +01:00 |
|
|
75295e55c2
|
Schedule post notification after it's been created
[MAILPOET-1560]
|
2018-11-12 08:33:00 +01:00 |
|
|
1e7542848a
|
Merge pull request #1556 from mailpoet/arrays-to-objects
Replace entity arrays with objects [MAILPOET-1495]
|
2018-10-22 14:59:12 -04:00 |
|