Commit Graph

4334 Commits

Author SHA1 Message Date
Jan Jakeš
cfdb0db57c Track also free (0 value) purchases
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
Jan Jakeš
079bd337c7 Rename WooCommerce "orders" to more exact "purchases"
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
Jan Jakeš
db7c0cddac Use DateTimeInterface instead of DateTime
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
Jan Jakeš
481f5b9344 Add tracking of WooCommerce oders after payment
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
Jan Jakeš
97c4260697 Add table for tracking WooCommerce order stats
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
Pavel Dohnal
8b6fd78cfa [MAILPOET-1898] 2019-04-23 12:33:15 -04:00
Jan Jakeš
5fa8b92476 Fix inconsistent ALC query type when used with/without taxonomies
[MAILPOET-1960]
2019-04-23 12:12:42 -04:00
Jan Jakeš
87434bf3fa Improve compatibility with plugins using tax_query
[MAILPOET-1963]
2019-04-23 10:31:25 -04:00
Rostislav Wolny
a8584523d3 Consider also confirmed_at for subscribers deactivation
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
Rostislav Wolny
8e46f12a0e Add created_at index to statistics opens
[MAILPOET-1971]
2019-04-22 10:58:13 -04:00
Rostislav Wolny
8be29b0863 Skip subscribes deactivation when tracking is disabled
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
Rostislav Wolny
b04e235171 Add initial scheduling of inactive subscribers check
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
Rostislav Wolny
ade19d561e Add inactive subscribers check to cron trigger
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
Rostislav Wolny
5d70af106b Add execution of inactive subscribers worker
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
Rostislav Wolny
ebc44082e6 Add inactive subscribers worker to factory
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
Rostislav Wolny
7eb0e23d22 Add cron worker for inactive subscribers
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
Rostislav Wolny
7b433a4273 Add reactivation of recently active subscribers
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
Rostislav Wolny
9edace78f0 Add inactive subscribers deactivation
[MAILPOET-1971]
2019-04-22 10:58:13 -04:00
Pavel Dohnal
e660541b5b Add woocommerce properties to mixpanel reporter
[MAILPOET-1821]
2019-04-22 06:47:11 -04:00
Pavel Dohnal
1923005897 Update PHP version warning
[MAILPOET-1947]
2019-04-18 10:06:48 +03:00
Pavel Dohnal
75cf0139cd [MAILPOET-1951] 2019-04-17 18:57:09 +03:00
Pavel Dohnal
bd49a39fca Remove big spender
[MAILPOET-1979]
2019-04-17 15:55:10 +02:00
Pavel Dohnal
4624ac2a92 Display user's time in scheduling emails
[MAILPOET-1980]
2019-04-17 12:37:38 +02:00
Ján Mikláš
2e7de9ce13 Show inactive column in Lists
[MAILPOET-1973]
2019-04-17 08:16:45 +02:00
Ján Mikláš
07af1df3a5 Show 'inactive' option in 'Manage subscription'
[MAILPOET-1973]
2019-04-17 08:16:45 +02:00
Ján Mikláš
b76010ab2d Change subscriber groups order
[MAILPOET-1973]
2019-04-17 08:16:45 +02:00
Ján Mikláš
317db5cff7 More readable code
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
Ján Mikláš
f81083e046 Add wc_get_product function to WC helper
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
Ján Mikláš
e2080eea2d Show Products widget only when WC is active
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
Ján Mikláš
42f43e96e1 Allow <del> element in editor to correctly format discounted product
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
Ján Mikláš
6fd9c69a27 Always show product image in editor
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
Ján Mikláš
b40e4bb28a Use WC functions to get short and full description in products widget
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
Ján Mikláš
b131afa73e Update products display options - add price property
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
Pavel Dohnal
bdaff6fc30 Add tracking cookie
[MAILPOET-1961]
2019-04-16 11:20:56 +02:00
Rostislav Wolny
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
Ján Mikláš
fe746f07f0 Better name from inactive subscriber interval
[MAILPOET-1970]
2019-04-11 09:18:19 -04:00
Ján Mikláš
54bc5513c1 Add new settings to set inactive subscriber period
[MAILPOET-1970]
2019-04-11 09:18:19 -04:00
Ján Mikláš
f6a30dba38 Count inactive subscribers towards subscribers limit
[MAILPOET-1970]
2019-04-11 09:18:19 -04:00
Ján Mikláš
be777c20aa Add new "inactive" subscriber status
[MAILPOET-1970]
2019-04-11 09:18:19 -04:00
Rostislav Wolny
b07975b91b Fix pQuery classes to respect psr-4 2019-04-10 16:55:10 -04:00
Pavel Dohnal
3e66e9e1dd Fix phpstan level 6
[MAILPOET-1969]
2019-04-10 09:55:13 -04:00
Pavel Dohnal
46a0b7501b Update phpstan to level 5
[MAILPOET-1969]
2019-04-10 09:55:13 -04:00
Pavel Dohnal
5c536b3779 [MAILPOET-1921] 2019-04-10 07:00:59 -04:00
Pavel Dohnal
e8a2b970df Send text version of confirmation email
[[MAILPOET-1966]
2019-04-10 06:36:47 -04:00
Rostislav Wolny
a27b224d8f Fix usage of content helpers to respect context
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
Rostislav Wolny
b9799a5446 Slightly improve regex in link content helper
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
Rostislav Wolny
724363d892 Remove unnecessary parameters from block helpers
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
Rostislav Wolny
4f7afb9829 Add php doc to block render helpers
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
Rostislav Wolny
bc32e5f6f3 Get rid of unused argument in inlineCss
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
Rostislav Wolny
c2f5a98893 Get rid of double parsing of html within rendering
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00