|
d36c9b44e4
|
Add integration tests [MAILPOET-2015]
|
2019-07-23 08:37:46 -04:00 |
|
|
cb1dd28ea9
|
Add SubscriberLimit and InvalidApi key pages classes
[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 |
|
|
fa521e5cb7
|
Add Forms 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 |
|
|
c11b2313af
|
Add NewsletterEditor page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
3c87713830
|
Add Settings page class
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
9fd1431b7f
|
Refactor Menu::isNewUser into a service
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
ed9f0aa294
|
Refactor Menu::getLimitPerPage to a service
[MAILPOET-2200]
|
2019-07-22 09:13:39 -04:00 |
|
|
06fd592514
|
Refactor displayPage method to PageRenderer service
[MAILPOET-2200]
|
2019-07-22 09:13:39 -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 |
|
|
5d64ec168d
|
Add rule for concatenation operator spacing
[MAILPOET-2090]
|
2019-05-20 10:18:45 -04:00 |
|
|
12ff88ee21
|
Add rule for operator spacing
[MAILPOET-2090]
|
2019-05-20 10:18:45 -04:00 |
|
|
5da7110eb6
|
Use short array syntax
[MAILPOET-2090]
|
2019-05-20 10:18:45 -04:00 |
|
|
b9af15e19f
|
Enforce array trailling commas
[MAILPOET-2090]
|
2019-05-20 10:18:45 -04:00 |
|
|
ab683b47de
|
Add feature flags API
[MAILPOET-2008]
|
2019-05-16 10:45:55 -04:00 |
|
|
343ad0008c
|
Render feature flags in layout.html
[MAILPOET-2008]
|
2019-05-16 10:45:55 -04:00 |
|
|
29e2cebce3
|
Add getOrdersCount() to WooCommerce helper
[MAILPOET-1732]
|
2019-04-25 08:21:12 -04:00 |
|
|
534dc140f7
|
Use WP function to parse DB_HOST
This change will enable using MailPoet on sites which are using ipv6 addresses in DB_HOST
[MAILPOET-1907]
|
2019-04-16 11:11:28 +03:00 |
|
|
3d69b3aeec
|
Move Twig to prefixed dependencies
Closes #1904
[MAILPOET-1929]
|
2019-04-01 05:43:25 -04:00 |
|
|
de3d3331b0
|
Refactor tests [MAILOET-1677]
|
2019-03-21 10:03:21 -04:00 |
|
|
114a8281a9
|
Fix tests, code typos and style
|
2019-03-21 10:03:21 -04:00 |
|
|
5193df6a6d
|
Fix unix_socket parsing from DB_HOST
[MAILPOET-1886]
|
2019-03-13 09:45:42 -04:00 |
|
|
a35d7dc7c6
|
Refactor Config\Env to accept DB constants as parameters
[MAILPOET-1886]
|
2019-03-13 09:45:42 -04:00 |
|
|
3ff55d85a9
|
Fix tests
|
2019-03-07 08:30:14 -05:00 |
|
|
af39ae89c4
|
Use DI for ServicesChecker
[MAILPOET-1787]
|
2019-02-28 12:28:53 -05:00 |
|
|
b1c9133330
|
Add current_user_can WP function into WPFunctions wrapper
[MAILPOET-1823]
|
2019-02-25 06:38:25 -05:00 |
|
|
1179747324
|
Refactor AccessControl static methods to instance methods
[MAIPOET-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 |
|
|
ebbdec5ebd
|
Add space between foreach and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
3f1e690d90
|
Add WooCommerce synchronization [MAILPOET-1723]
|
2019-02-12 08:56:40 -05:00 |
|
|
ed674bef93
|
Merge pull request #1766 from mailpoet/settings-controller
Settings controller [MAILPOET-1757]
|
2019-01-31 13:39:11 -05:00 |
|
|
6e79705128
|
Refactor MailPoet\Config to use new settings
[MAILPOET-1757]
|
2019-01-31 15:57:58 +01:00 |
|
|
5495e4c2eb
|
Add test to ensure unwated migrations are not produced
[MAILPOET-1717]
|
2019-01-31 15:11:46 +01:00 |
|
|
4c6e76dd44
|
Add SettingsController cache reset to integration tests
[MAILPOET-1757]
|
2019-01-31 14:51:07 +01:00 |
|
|
7a3de54864
|
Delete empty test
|
2019-01-31 14:48:01 +01:00 |
|
|
8b602bd947
|
Move WPHooks methods to WPFunctions
|
2019-01-31 13:25:00 +01:00 |
|
|
b663d9761e
|
Encapsulate is_user_logged_in function
|
2019-01-30 13:59:49 +01:00 |
|
|
65a0357d67
|
Merge pull request #1739 from mailpoet/move-assets-to-dist
Move generated assets to dist [MAILPOET-1687]
|
2019-01-29 09:04:23 -05:00 |
|
|
65cb1b2750
|
Fix tests [MAILPOET-1687]
|
2019-01-21 17:52:21 +01:00 |
|
|
a4ff9822ad
|
Add WooCommerce customers list [MAILPOET-1721]
|
2019-01-17 21:42:57 +03:00 |
|
|
f13c340d87
|
Inject dependencies to hooks directly
[MAILPOET-1689]
|
2018-12-17 15:29:50 +01:00 |
|
|
ece5e9a9d1
|
Refactor subscription form processing
[MAILPOET-1689]
|
2018-12-17 15:02:42 +01:00 |
|
|
5db3536ded
|
Use a different hook for post notifications
[MAILPOET-1638]
|
2018-12-03 10:41:06 +01:00 |
|
|
ad85c7e4b1
|
Create a default form
[MAILPOET-1449]
|
2018-11-15 09:00:10 +01:00 |
|
|
05d054dfad
|
Make menu icon retina friendly
[MAILPOET-1559]
|
2018-11-07 16:42:02 +01:00 |
|