.. |
api
|
Fix slug notice when connecting to Jetpack (https://github.com/woocommerce/woocommerce-admin/pull/2769)
|
2019-08-08 12:15:33 -04:00 |
data-stores
|
Remove default date range for Orders report query.
|
2019-07-16 15:17:37 -06:00 |
export
|
Verify that user can view reports before allowing export download.
|
2019-07-01 12:06:25 -06:00 |
features
|
Onboarding - Task List: Add store connection task (https://github.com/woocommerce/woocommerce-admin/pull/2718)
|
2019-08-01 14:09:08 -04:00 |
interfaces
|
Onboarding: Add levels REST API (https://github.com/woocommerce/woocommerce-admin/pull/1938)
|
2019-04-05 10:35:30 +08:00 |
notes
|
Notice: Update feedback notice verbiage and action. (https://github.com/woocommerce/woocommerce-admin/pull/2677)
|
2019-07-22 14:26:28 -07:00 |
page-controller
|
use 0.16.0, fix typo in warning message
|
2019-08-01 11:19:56 -03:00 |
class-wc-admin-actionscheduler-wppoststore.php
|
Add import status endpoint and progress options (https://github.com/woocommerce/woocommerce-admin/pull/2189)
|
2019-05-13 10:30:07 +08:00 |
class-wc-admin-api-init.php
|
Add a theme REST API to allow uploading themes (https://github.com/woocommerce/woocommerce-admin/pull/2568)
|
2019-07-05 16:01:35 +08:00 |
class-wc-admin-events.php
|
Notes: update sales record link
|
2019-06-13 09:26:05 +12:00 |
class-wc-admin-install.php
|
Added state alongside city & other info
|
2019-06-19 17:12:17 -05:00 |
class-wc-admin-loader.php
|
Bail out of our `admin_title` filter if it's invoked before `current_screen`.
|
2019-08-02 08:32:52 -06:00 |
class-wc-admin-order-refund.php
|
Check for good WC_Orders before using instance methods.
|
2019-06-20 08:31:10 -06:00 |
class-wc-admin-order-trait.php
|
fix warning for string shipping tax meta value
|
2019-05-13 15:01:05 -03:00 |
class-wc-admin-order.php
|
Refactor customer name retrieval (https://github.com/woocommerce/woocommerce-admin/pull/2418)
|
2019-06-20 11:22:47 +08:00 |
class-wc-admin-reports-categories-query.php
|
Uses PHPBCF to autofix warnings and errors (https://github.com/woocommerce/woocommerce-admin/pull/611)
|
2018-10-22 12:20:14 -04:00 |
class-wc-admin-reports-coupons-query.php
|
Switched from using coupon code filter to coupon id filter by query parameter.
|
2018-12-19 13:37:54 +01:00 |
class-wc-admin-reports-coupons-stats-query.php
|
Switched from using coupon code filter to coupon id filter by query parameter.
|
2018-12-19 13:37:54 +01:00 |
class-wc-admin-reports-coupons-stats-segmenting.php
|
Fix groupby for category segmentation in reports.
|
2019-07-25 15:30:10 -06:00 |
class-wc-admin-reports-customers-query.php
|
Set default parameters for customers report query.
|
2019-01-08 10:29:37 -07:00 |
class-wc-admin-reports-customers-stats-query.php
|
Format todo comments to match WC Core format (https://github.com/woocommerce/woocommerce-admin/pull/1474)
|
2019-02-06 14:41:53 +08:00 |
class-wc-admin-reports-downloads-query.php
|
Add `reports/downloads` REST API endpoint. (https://github.com/woocommerce/woocommerce-admin/pull/1122)
|
2018-12-21 14:57:46 -08:00 |
class-wc-admin-reports-downloads-stats-query.php
|
Add `reports/downloads/stats` REST API Endpoint (https://github.com/woocommerce/woocommerce-admin/pull/1142)
|
2019-01-03 13:00:48 -05:00 |
class-wc-admin-reports-interval.php
|
Respect manual offsets in default before/after params (https://github.com/woocommerce/woocommerce-admin/pull/2042)
|
2019-04-15 19:28:19 +02:00 |
class-wc-admin-reports-orders-query.php
|
add match=any support for advanced orders table filter
|
2019-05-14 14:54:53 -03:00 |
class-wc-admin-reports-orders-stats-query.php
|
Add coupons count to data store and hook up to summary numbers in orders report (https://github.com/woocommerce/woocommerce-admin/pull/1912)
|
2019-04-01 10:16:57 +08:00 |
class-wc-admin-reports-orders-stats-segmenting.php
|
Fix groupby for category segmentation in reports.
|
2019-07-25 15:30:10 -06:00 |
class-wc-admin-reports-parameter-exception.php
|
Replaced REST exception with a custom exception and handle it in REST controllers.
|
2019-01-29 12:13:52 +01:00 |
class-wc-admin-reports-products-query.php
|
Fixes PHP 5.2 compatibility issues
|
2018-10-23 12:47:51 -04:00 |
class-wc-admin-reports-products-stats-query.php
|
Fixes PHP 5.2 compatibility issues
|
2018-10-23 12:50:34 -04:00 |
class-wc-admin-reports-products-stats-segmenting.php
|
Fix groupby for category segmentation in reports.
|
2019-07-25 15:30:10 -06:00 |
class-wc-admin-reports-query.php
|
Update text domain. (https://github.com/woocommerce/woocommerce-admin/pull/1795)
|
2019-03-13 11:14:02 -06:00 |
class-wc-admin-reports-revenue-query.php
|
Add coupons count to data store and hook up to summary numbers in orders report (https://github.com/woocommerce/woocommerce-admin/pull/1912)
|
2019-04-01 10:16:57 +08:00 |
class-wc-admin-reports-segmenting.php
|
products/stats: filter segmented products by category
|
2019-03-14 07:51:55 +13:00 |
class-wc-admin-reports-stock-stats-query.php
|
Add stock stats endpoint and hook up to the stock report. (https://github.com/woocommerce/woocommerce-admin/pull/1535)
|
2019-02-13 22:31:27 -05:00 |
class-wc-admin-reports-sync.php
|
exclude old WC auto-draft orders from import
|
2019-07-08 15:36:12 -03:00 |
class-wc-admin-reports-taxes-query.php
|
Add taxes endpoint and data store (https://github.com/woocommerce/woocommerce-admin/pull/1000)
|
2018-12-11 08:58:05 +08:00 |
class-wc-admin-reports-taxes-stats-query.php
|
Add tax stats endpoint (https://github.com/woocommerce/woocommerce-admin/pull/1019)
|
2018-12-11 08:55:05 +08:00 |
class-wc-admin-reports-taxes-stats-segmenting.php
|
Added segmenting code for taxes/stats.
|
2019-01-30 18:36:20 +01:00 |
class-wc-admin-reports-variations-query.php
|
try/variations-endpoint
|
2018-12-03 11:49:37 +13:00 |
class-wc-admin-theme-upgrader-skin.php
|
Add a theme REST API to allow uploading themes (https://github.com/woocommerce/woocommerce-admin/pull/2568)
|
2019-07-05 16:01:35 +08:00 |
class-wc-admin-theme-upgrader.php
|
Add a theme REST API to allow uploading themes (https://github.com/woocommerce/woocommerce-admin/pull/2568)
|
2019-07-05 16:01:35 +08:00 |
core-functions.php
|
Onboarding: Update help tab with reset onboarding link (https://github.com/woocommerce/woocommerce-admin/pull/2658)
|
2019-07-17 09:49:01 +08:00 |