Commit Graph

31049 Commits

Author SHA1 Message Date
Mike Jolley 545cbbb79c Check for required fields or bail 2019-03-05 11:44:26 +00:00
Mike Jolley bf11dbf76f If there is no url on last breadcrumb trail, use current url
Fixes #22923
2019-03-05 11:38:53 +00:00
Renovate Bot 686727ada1
Update dependency eslint to v5.15.1 2019-03-05 03:12:39 +00:00
Renovate Bot ab5a3ca519
Update dependency autoprefixer to v9.4.10 2019-03-05 01:40:21 +00:00
Jeff Stieler 7caba832f6
Refactor Tracks classes to remove singletons and static methods. (#22930) 2019-03-04 17:30:01 -07:00
haszari 6caaf80fa6 add a tooltip (Dismiss this suggestion) to clarify dismiss button 2019-03-05 12:20:13 +13:00
haszari e441b4a279 minify marketplace-suggestions js file 2019-03-05 12:13:14 +13:00
Jeff Stieler c22c3aafa2
Track settings changes. (#22810)
* Track settings changes.
2019-03-04 15:37:59 -07:00
Paul Sealock 005a368826
Merge pull request #22899 from woocommerce/add/opt-in-out-settings-page
Tracks: Add an opt in/out toggle on settings page
2019-03-05 11:13:26 +13:00
Paul Sealock d968b95b53 Add opt in/out to settings page 2019-03-05 11:06:45 +13:00
haszari 1c53614297 fix jshint warnings 2019-03-05 10:54:06 +13:00
haszari 8b0672f6cf streamline product edit metabox when no suggestions are visible:
- hide title (animate slide up)
- trigger this after dismiss, so we're not left with a heading
and no content
2019-03-05 10:38:11 +13:00
haszari 06b5b89336 fade in product list table-row suggestions, so it's less jarring 2019-03-05 10:15:18 +13:00
Paul Sealock c04dcb25b5
Merge pull request #22903 from woocommerce/add/tracks-obw-marketing
Tracks: Add marketing signup tracking in OBW
2019-03-05 09:21:04 +13:00
Mike Jolley 5b07ded976 Update from master 2019-03-04 18:00:14 +00:00
Jeff Stieler 1072d1a275 Tracks: Use wp_doing_ajax() instead of checking constant. 2019-03-04 10:04:48 -07:00
Jeff Stieler 262afba502 Add direct API call fallback for Tracks event pixels.
Handles cases where wp_redirect() is called.
2019-03-04 09:59:49 -07:00
Jeff Stieler 22c20b0d32 Where possible, render Tracks pixels in the page footer instead of making a blocking HTTP request from the server. 2019-03-04 08:59:21 -07:00
Jeff Stieler 2e2b3b9bba Don’t block on Tracks requests and lower timeout to 1s. 2019-03-04 08:59:21 -07:00
Mike Jolley 8147b82b88 Feedback 2019-03-04 14:17:11 +00:00
Mike Jolley b881e82be1 22906 2019-03-04 14:15:33 +00:00
Mike Jolley f18f4082b2
Merge pull request #22906 from woocommerce/add/downloadable_product_permissions_index
get_downloads_for_customer performance improvement via index
2019-03-04 14:15:11 +00:00
Mike Jolley cea0d7a775 22771 2019-03-04 13:51:12 +00:00
Mike Jolley 76fabc9b7e
Merge pull request #22771 from martinsnajdr/flatrate-shipping-cost-filters
Shipping method get_option function filters
2019-03-04 13:49:22 +00:00
Mike Jolley 857c5cbc5e
Merge pull request #22855 from woocommerce/fix/22772
shop_messages shortcode requires wc_print_notices
2019-03-04 13:44:25 +00:00
Mike Jolley 5b59e4beae
Merge pull request #22917 from woocommerce/renovate/lint-staged-8.x
Update dependency lint-staged to v8.1.5
2019-03-04 13:34:14 +00:00
Mike Jolley 7d097e01be
Merge pull request #22919 from woocommerce/renovate/eslint-5.x
Update dependency eslint to v5.15.0
2019-03-04 13:33:55 +00:00
Mike Jolley 5937625b5e Include priceValidUntil 2019-03-04 13:17:27 +00:00
Peter Fabian 224ea5d8af
Merge pull request #22776 from woocommerce/fix/orders-statuses-param-description
[REST API] Better description for order's status collection param
2019-03-04 14:14:04 +01:00
Mike Jolley 246c78db73 Add a review to product schema 2019-03-04 13:05:29 +00:00
Mike Jolley d104bb7d3f Add SKU with ID fallback 2019-03-04 12:47:40 +00:00
Mike Jolley 52533d9da6 Add URL field 2019-03-04 12:47:31 +00:00
Mike Jolley 6caa0fab61 Tidy data 2019-03-04 12:47:24 +00:00
Mike Jolley 60d8a10bcf Remove woocommerce_structured_data_product_limit
With the removal of generation on archives, the filters `woocommerce_structured_data_product_limit` and `woocommerce_structured_data_product_limited` have no context nor purpose. This commit removes them so full schema is generated when used.
2019-03-04 11:44:52 +00:00
Tim Howe 41de832580 #22912 2019-03-04 11:11:04 +00:00
Mike Jolley 9cbd8a7f65
Merge pull request #22922 from woocommerce/peterfabian-patch-1
Update issue templates
2019-03-04 10:41:16 +00:00
Peter Fabian bf7571cc5b
Update -----security-issue.md
Added more direct link to Automattic's HackerOne.
2019-03-04 09:16:28 +01:00
Peter Fabian 26af79c8d7
Update issue templates
Added 'template' for security issue.
2019-03-04 09:12:19 +01:00
Joshua Flowers 10826c7bf0 Change wc_ prefix to woocommerce_ 2019-03-04 14:16:05 +08:00
Joshua T Flowers 17b786e500 Tracks: Move tracking script to make available on page load (#22914)
* Filter wc queued js to add tracking script outside of jQuery

* Add tracking script directly to footer

* Move empty tracking function to admin footer hook
2019-03-04 14:16:05 +08:00
Joshua Flowers 9e6836e3a0 Use get_current_step() inside step tracking method 2019-03-04 14:14:45 +08:00
Joshua Flowers 919785bce8 Whitelist specific footer scripts 2019-03-04 14:14:45 +08:00
Joshua Flowers 123940b2ac Only add marketing tracking on next_step step of OBW 2019-03-04 14:14:45 +08:00
Joshua Flowers 3ab791843d Track marketing signup on form submission 2019-03-04 14:14:45 +08:00
Joshua Flowers 9128e8c4f5 Add scripts to wc setup footer 2019-03-04 14:14:45 +08:00
Paul Sealock 37d3fff3d6
Merge pull request #22807 from woocommerce/add/tracks-gross-revenue
Add gross revenue to Tracks base data.
2019-03-04 09:35:37 +13:00
Renovate Bot c21573ac9c
Update dependency eslint to v5.15.0 2019-03-02 03:10:58 +00:00
Claudio Sanches e131ba5358 Updated per feedback 2019-03-01 20:01:03 -03:00
haszari 4154ae55a0 increase margin under empty-state suggestions so they aren't hard-aligned to bottom 2019-03-02 09:29:21 +13:00
Renovate Bot b0f673a920
Update dependency lint-staged to v8.1.5 2019-03-01 16:26:04 +00:00