Commit Graph

1912 Commits

Author SHA1 Message Date
cfdb0db57c Track also free (0 value) purchases
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
079bd337c7 Rename WooCommerce "orders" to more exact "purchases"
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
114c80cee2 Use more descriptive alias in WooCommerceOrdersTest
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
5ae89efb03 Add tests for WooCommerce payment stats
[MAILPOET-1855]
2019-04-24 14:52:40 -04:00
8b6fd78cfa [MAILPOET-1898] 2019-04-23 12:33:15 -04:00
511c243f3d Remove redundant selector
[MAILPOET-1808]
2019-04-23 11:16:31 -04:00
f37058b81e Display product price in editor
[MAILPOET-1981]
2019-04-23 10:39:13 -04:00
87434bf3fa Improve compatibility with plugins using tax_query
[MAILPOET-1963]
2019-04-23 10:31:25 -04:00
3fbdd861b2 [MQ-109] tests text block can be added to editor 2019-04-22 11:29:10 -04:00
a8584523d3 Consider also confirmed_at for subscribers deactivation
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
8be29b0863 Skip subscribes deactivation when tracking is disabled
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
5d70af106b Add execution of inactive subscribers worker
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
7eb0e23d22 Add cron worker for inactive subscribers
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
7b433a4273 Add reactivation of recently active subscribers
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
9edace78f0 Add inactive subscribers deactivation
[MAILPOET-1971]
2019-04-22 10:58:13 -04:00
7cb861b16a [MQ-105] tests adding social block to editor 2019-04-18 10:12:53 +03:00
65276d437b Test List contains correct subscribers count
[MAILPOET-1973]
2019-04-17 08:16:45 +02:00
ff6fcabe50 Test inactive status in subscriber detail
[MAILPOET-1973]
2019-04-17 08:16:45 +02:00
47db1c9117 Test filtering inactive subscribers
[MAILPOET-1973]
2019-04-17 08:16:45 +02:00
7bb8650826 Replace annotations with direct calls for better readability
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
e41bc4e6da Add JS test for products widget
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
fa61a24caa Unify naming (post => product), remove unused code
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
47b264406f Test image width and position
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
0f2cf9644c Allow adding images to WC products
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
2bc0a1529d Test divider and it's style
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
c44eaebad8 Fix potential flakiness
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
1fb97adc8b Test Buy now button
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
f4fbee4c9b Test price positions
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
c41abee550 Fix flakiness when waiting for change
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
13e7232781 Test title position N/A when title only is selected
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
131bc6ad7e Test product display type
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
c8fcfb4f3a Test product title as a link
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
151fe8e514 Test product title alignment
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
e2215e1cee Test product title format
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
e5899b49fc Add controlling function for tests, create new function for testing display options
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
0070793a25 Create testing product with descriptions
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
a478064615 Allow creating WC product with short and full descriptions
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
e2080eea2d Show Products widget only when WC is active
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
b44e573113 Test that products widget is available when WooCommerce active
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
6fd9c69a27 Always show product image in editor
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
78587c7271 Remove condition to display products widget
[MAILPOET-1843]
2019-04-16 16:40:45 +02:00
bdaff6fc30 Add tracking cookie
[MAILPOET-1961]
2019-04-16 11:20:56 +02: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
764c55d05f Remove unnecessary parenthesis and commented code
[MQ-104]
2019-04-15 14:30:56 +02:00
34c29333bb [MQ-104] tests adding spacer block to editor 2019-04-15 14:30:56 +02:00
9a6962c9ef [MQ-111] make less flaky 2019-04-15 12:38:01 +02:00
24a7abba0b [MQ-111] Test add divider to editor 2019-04-15 12:38:01 +02:00
02e8a8eb15 [MQ-183] tests adding header block to editor 2019-04-15 09:57:15 +02:00
8f734a538a [MQ-180] tests footer block can be added to edtior 2019-04-12 09:20:05 -04:00
a9856473a3 Remove unnecessary code
[MAILPOET-1970]
2019-04-11 09:18:19 -04:00