Jeff Stieler
ff8615dac7
Test that all REST controllers can be called with default params.
2019-06-24 10:50:21 -06:00
Daniel Rey López
2ce8c97c48
Remove the "wpClosedMenu" page setting ( https://github.com/woocommerce/woocommerce-admin/pull/2441 )
2019-06-24 08:43:19 +01:00
benignant
a8b69be326
Remove declaration that causes incorrect margins
...
The declaration in question causes notices that are not collapsed and do not have the 'updated' class to have incorrect margins.
2019-06-23 00:35:51 -04:00
Joshua T Flowers
cf0e4ff1f7
Onboarding: Pull dynamic prices for product types ( https://github.com/woocommerce/woocommerce-admin/pull/2467 )
...
* Get dynamic price data from wccom and append to product types
* Remove redundant data from product types
* Only add product types if profiler is not skipped or completed
* Cache product data fetch from wccom
2019-06-22 12:02:11 +08:00
Justin Shreve
592c9d8e15
Save value of the tracking setting on both 'next' and 'skip profiler actions ( https://github.com/woocommerce/woocommerce-admin/pull/2468 )
2019-06-21 12:51:56 -04:00
Justin Shreve
762a2d6540
Fix mobile stepper positioning on mobile ( https://github.com/woocommerce/woocommerce-admin/pull/2472 )
2019-06-21 12:49:44 -04:00
Jeff Stieler
c13d35c68a
JSON encode non-scalar values for CSV.
2019-06-21 10:40:06 -06:00
Jeff Stieler
f0a01b09c0
Remove columns with CSV-unfriendly values, like HTML.
2019-06-21 10:38:36 -06:00
Jeff Stieler
0c9ef05103
Include export type with column value callback.
2019-06-21 10:38:01 -06:00
Jeff Stieler
fbc28cb265
Merge pull request woocommerce/woocommerce-admin#2464 from woocommerce/fix/1985-fatal-get-customer-id
...
Check for good WC_Orders before using instance methods.
2019-06-21 08:08:12 -06:00
Ron Rennick
945baebf5e
Merge pull request woocommerce/woocommerce-admin#2457 from woocommerce/fix/readme-typo
...
fix typo in readme changelog for 0.13.0
2019-06-21 08:38:01 -03:00
Jeff Stieler
2cb63e79d2
Add CSV exporter class for reports.
2019-06-20 19:01:38 -06:00
Kurt Zenisek
ce8d670420
Increased assertCount to accommodate the added data point
2019-06-20 14:24:14 -05:00
Jeff Stieler
f75e3c7820
Check for good WC_Orders before using instance methods.
2019-06-20 08:31:10 -06:00
Ron Rennick
a05daef8d7
update URL test to wc-admin#/
2019-06-20 10:49:25 -03:00
Albert Juhé Lluveras
88eb5b0bc5
Add wp-api-fetch script to dependencies ( https://github.com/woocommerce/woocommerce-admin/pull/2460 )
2019-06-20 10:53:02 +02:00
Paul Sealock
01ed625280
Merge pull request woocommerce/woocommerce-admin#2440 from woocommerce/extend/report-tables
...
Report Tables: Add example extension
2019-06-20 20:26:25 +12:00
Paul Sealock
68a95f8a83
Report Tables: extend columns
2019-06-20 20:03:56 +12:00
Joshua T Flowers
ee81663f99
Prevent duplicate customer imports ( https://github.com/woocommerce/woocommerce-admin/pull/2428 )
...
* Get customer ID from existing order ID if present
* Use get_report_customer_id method in order for both orders and refunds
2019-06-20 12:03:55 +08:00
Joshua T Flowers
57416a2bdb
Refactor customer name retrieval ( https://github.com/woocommerce/woocommerce-admin/pull/2418 )
...
* Return early from creating customer if order is false
* Refactor customer first and last name methods
* Separate customer name tests to create guest orders
* Check for parent_id before retrieving customer ID in refund
* Use registered customer ID in import report tests
* Compare absolute integer when checking for valid customer ID
* Check for order before getting customer ID when retrieving existing customer ID
2019-06-20 11:22:47 +08:00
Kurt Zenisek
228acaf09e
Added state alongside city & other info, and made location info sortable for convenient grouping of data at a glance.
...
I figured there's no reason you couldn't sort by the location data just so you can group them together (ex. quickly see how many are from a specific state at a glance rather than having it spread out & not having a means to group them together from this view.)
2019-06-19 17:15:58 -05:00
Kurt Zenisek
7e7583710a
Added state alongside city & other info
2019-06-19 17:13:43 -05:00
Kurt Zenisek
fccbd105f1
Added state alongside city & other info
2019-06-19 17:13:05 -05:00
Kurt Zenisek
25be322d29
Added state alongside city & other info
2019-06-19 17:12:17 -05:00
Kurt Zenisek
a39c885160
Added state alongside city & other info
2019-06-19 17:11:24 -05:00
Ron Rennick
46ef804ae4
open external note action links in a new tab
2019-06-19 16:23:32 -03:00
Ron Rennick
48ca0c71f3
fix typo in readme changelog for 0.13.0
2019-06-19 11:05:21 -03:00
renovate[bot]
4d419f6b1d
Update dependency @octokit/rest to v16.28.2 ( https://github.com/woocommerce/woocommerce-admin/pull/2459 )
2019-06-19 14:00:23 +08:00
renovate[bot]
d025d7d42c
Update dependency dompurify to v1.0.11 ( https://github.com/woocommerce/woocommerce-admin/pull/2458 )
2019-06-19 13:57:27 +08:00
renovate[bot]
a1e87ed972
Update dependency babel-eslint to v10.0.2 ( https://github.com/woocommerce/woocommerce-admin/pull/2456 )
2019-06-19 10:56:15 +08:00
renovate[bot]
62af41d457
Pin dependencies ( https://github.com/woocommerce/woocommerce-admin/pull/2455 )
2019-06-19 10:55:02 +08:00
Albert Juhé Lluveras
4174db4874
Allow keyboard interaction in Stock Activity Panel form ( https://github.com/woocommerce/woocommerce-admin/pull/2447 )
2019-06-18 17:58:10 +02:00
Ron Rennick
223f8ca550
Merge pull request woocommerce/woocommerce-admin#2443 from woocommerce/update-tested-to-version
...
update tested to version in plugin repo readme.txt
2019-06-18 09:30:44 -03:00
Paul Sealock
4edc9cdb9e
Merge pull request woocommerce/woocommerce-admin#2437 from woocommerce/fix/changelog-note-option
...
Changelog script: Use PR author note, if supplied
2019-06-18 22:29:10 +12:00
Paul Sealock
c207c545e6
Changelog: Use author's note, if supplied
2019-06-18 22:11:58 +12:00
Albert Juhé Lluveras
e80530a614
Fix Activity Panel being overlapped by editor toolbar ( https://github.com/woocommerce/woocommerce-admin/pull/2446 )
2019-06-18 11:33:39 +02:00
Paul Sealock
8aaa18c339
Merge pull request woocommerce/woocommerce-admin#2425 from woocommerce/fix/potential-endless-syncs
...
Action Scheduler: fix potential endless sync
2019-06-18 10:50:38 +12:00
Jeff Stieler
3cc57dca6d
Merge pull request woocommerce/woocommerce-admin#2424 from woocommerce/add/test-version-bump
...
Add test to catch missing version updates.
2019-06-17 16:39:24 -06:00
Paul Sealock
18d535d65a
Action Scheduler: fix potential endless sync
2019-06-18 10:39:16 +12:00
Ron Rennick
22db75a802
update tested to version in plugin repo readme.txt
2019-06-17 16:22:11 -03:00
Ron Rennick
18d3486618
Merge pull request woocommerce/woocommerce-admin#2228 from woocommerce/fix/2188
...
add match=any support for advanced orders table filter
2019-06-17 11:47:58 -03:00
Jeff Stieler
d3be24891c
Warn against directly updating the plugin version constant.
2019-06-17 08:40:37 -06:00
Albert Juhé Lluveras
d65736c5f3
Remove test menu from Orders panel ( https://github.com/woocommerce/woocommerce-admin/pull/2438 )
2019-06-17 10:09:59 +02:00
renovate[bot]
170b815477
Lock file maintenance ( https://github.com/woocommerce/woocommerce-admin/pull/2436 )
2019-06-17 15:59:58 +08:00
Paul Sealock
31f805f651
Merge pull request woocommerce/woocommerce-admin#2433 from woocommerce/changelog/omit-unmerged-prs
...
Changelog: Omit unmerged pull requests
2019-06-17 09:56:23 +12:00
Albert Juhé Lluveras
61fda5af56
Update Dashboard Charts naming and order ( https://github.com/woocommerce/woocommerce-admin/pull/2429 )
2019-06-15 14:12:19 +02:00
Paul Sealock
77f8d7a108
Changelog: Omit unmerged pull requests
2019-06-15 19:25:04 +12:00
Jeff Stieler
4b536ec1e0
Remove unnecessary WP style dependencies.
...
Use WP component styles instead of full edit-blocks styles.
2019-06-14 11:13:59 -06:00
Jeff Stieler
e235dd3f40
Fix version constant update logic.
2019-06-14 10:29:03 -06:00
Albert Juhé Lluveras
15ecc94252
Fix conflicts with WordPress.com toolbar ( https://github.com/woocommerce/woocommerce-admin/pull/2431 )
...
* Fix conflicts with WordPress.com toolbar
* Simplify selector
* Decrease z-index of header
* Remove unnecessary important
2019-06-14 17:48:28 +02:00
Jeff Stieler
4c62701b86
Merge pull request woocommerce/woocommerce-admin#2423 from woocommerce/fix/2288-unhandled-rest-requests-wp-error
...
Performance indicators - bail whenever an internal API request fails.
2019-06-14 09:20:02 -06:00
Albert Juhé Lluveras
d6e37124c7
Fix some Dashboard charts using wrong endpoint ( https://github.com/woocommerce/woocommerce-admin/pull/2417 )
2019-06-14 10:54:12 +02:00
Paul Sealock
8d7299538e
Merge pull request woocommerce/woocommerce-admin#2412 from woocommerce/add/changelog-script
...
Add changelog script
2019-06-14 20:24:29 +12:00
Paul Sealock
2ad2bf84bb
Add changelog script
2019-06-14 20:15:04 +12:00
Jeff Stieler
d4e242b028
Add test to catch missing version updates.
2019-06-13 15:40:02 -06:00
Jeff Stieler
489f740741
Handle no data / error case for preloaded endpoint data.
2019-06-13 14:54:10 -06:00
Paul Sealock
4aab25b8ba
Table queries: remove befor/after from no interval endpoints
2019-06-14 06:21:35 +12:00
Ron Rennick
241ebb63ff
Merge pull request woocommerce/woocommerce-admin#2407 from woocommerce/fix/2354
...
Update Amount of {Item} to Number of {Item} when it's a count throughout
2019-06-13 13:41:15 -03:00
Ron Rennick
cfa913a4b8
update status query to OR when there is a status filter
2019-06-13 13:10:46 -03:00
Albert Juhé Lluveras
3e0d296646
Fix search bar in Orders page not being tapable on mobile ( https://github.com/woocommerce/woocommerce-admin/pull/2384 )
...
* Fix search bar in Orders page not being tapable on mobile
* Cleanup
* Remove unnecessary duplicated media-query
* Cleanup
2019-06-13 18:07:02 +02:00
Joshua T Flowers
2f49a0a5a7
Prevent multiple imports from running simultaneously ( https://github.com/woocommerce/woocommerce-admin/pull/2414 )
...
* Prevent multiple imports from running simultaneously
* Cancel previous imports before importing again in tests
2019-06-13 23:32:58 +08:00
Jeff Stieler
9170b5a46e
Tag 0.13.2
...
Bump version so database migrations are run.
2019-06-13 08:56:49 -06:00
Ron Rennick
234d53975e
change 2 other Amount strings to Number
2019-06-13 11:27:44 -03:00
Jeff Stieler
acafd46849
Fix change log formatting.
...
Remove duplicate section headers and complete version heading formats.
2019-06-13 07:56:22 -06:00
Paul Sealock
be61ba331a
Merge pull request woocommerce/woocommerce-admin#2410 from woocommerce/fix/woocommerce-disabled-fatal
...
Fix: Exit deactivate early if WooCommerce not active.
2019-06-13 13:43:37 +12:00
Timmy Crawford
c5b24567fc
Fix: Exit deactivate early if WooCommerce not active.
2019-06-12 17:16:04 -07:00
Paul Sealock
2ad2c0f420
Release 0.13.0
2019-06-13 10:55:19 +12:00
Paul Sealock
b76b259d82
Merge pull request woocommerce/woocommerce-admin#2385 from woocommerce/fix/2343-skip_existing-not-importing-all-data
...
Fix some data not to being imported when 'skip_existing' option is enabled
2019-06-13 10:19:56 +12:00
Albert Juhé Lluveras
db169972d2
Fix comment
2019-06-12 23:58:20 +02:00
Albert Juhé Lluveras
4a5be15057
Merge branch 'master' into fix/2343-skip_existing-not-importing-all-data
2019-06-12 23:56:35 +02:00
Albert Juhé Lluveras
b1bd53cb4e
Adds comments to explain why page is fixed when skip_existing is set to true
2019-06-12 23:51:56 +02:00
Albert Juhé Lluveras
2d4b7b9938
Fix Activity Panel layout on mobile ( https://github.com/woocommerce/woocommerce-admin/pull/2405 )
2019-06-12 23:51:08 +02:00
Jeff Stieler
698c373a67
Merge pull request woocommerce/woocommerce-admin#2353 from woocommerce/renovate/lock-file-maintenance
...
Lock file maintenance
2019-06-12 23:47:59 +02:00
Renovate Bot
281060acdb
Lock file maintenance
2019-06-12 21:26:43 +00:00
Paul Sealock
2e0ef7f93c
Notes: update sales record link
2019-06-13 09:26:05 +12:00
Paul Sealock
ed21ccf62e
Merge pull request woocommerce/woocommerce-admin#2387 from woocommerce/fix/2365-improve-tab-switching-read-suppression
...
Improve hidden tab suppression/fix rapid requests
2019-06-13 09:22:48 +12:00
Renovate Bot
e04862ef7e
Update dependency lerna to v3.15.0
2019-06-12 15:01:10 -06:00
Jeff Stieler
c2ca48274e
Merge pull request woocommerce/woocommerce-admin#2398 from woocommerce/renovate/husky-2.x
...
Update dependency husky to v2
2019-06-12 22:55:32 +02:00
Jeff Stieler
bde6e15c53
Merge pull request woocommerce/woocommerce-admin#2395 from woocommerce/renovate/css-loader-3.x
...
Update dependency css-loader to v3
2019-06-12 22:49:18 +02:00
Ron Rennick
6b02ee217c
Update Amount of Orders to Number of Orders throughout
2019-06-12 16:16:18 -03:00
Joshua Flowers
e518f13444
Cancel all wc-admin actions on deactivate
2019-06-12 13:11:13 -06:00
Joshua Flowers
4f44f97a67
Fix uninstall classes and move table deletion to uninstall
2019-06-12 13:11:13 -06:00
Joshua Flowers
9028488548
Remove table data on plugin deactivate
2019-06-12 13:11:13 -06:00
Jeff Stieler
ea12ad086b
Merge pull request woocommerce/woocommerce-admin#2402 from woocommerce/add/uninstall-on-release
...
Add uninstall file to release ZIP
2019-06-12 21:09:51 +02:00
Jeff Stieler
f88efb3173
Don’t dispatch fresh-data request actions when document is hidden.
2019-06-12 12:58:46 -06:00
Jeff Stieler
6f9681ff53
Merge pull request woocommerce/woocommerce-admin#2359 from woocommerce/renovate/wordpress-monorepo
...
Update wordpress monorepo
2019-06-12 20:48:29 +02:00
Jeff Stieler
8c9328c382
Specify trusty dist for Travis builds.
2019-06-12 11:52:51 -06:00
Jeff Stieler
3f2957dc0d
Update new sass variable.
2019-06-12 11:37:13 -06:00
Joshua T Flowers
81ffa853f3
Remove table data on plugin uninstall ( https://github.com/woocommerce/woocommerce-admin/pull/2399 )
...
* Remove table data on plugin deactivate
* Fix uninstall classes and move table deletion to uninstall
2019-06-13 00:16:08 +08:00
Jeff Stieler
b83ef86add
Merge pull request woocommerce/woocommerce-admin#2325 from woocommerce/add/admin-note-trigger-action
...
Trigger an action server side when admin note actions are clicked
2019-06-12 17:04:10 +02:00
Albert Juhé Lluveras
9f0ab4ec76
Add uninstall file to release ZIP file
2019-06-12 11:51:42 +02:00
Albert Juhé Lluveras
8bc2261c8a
Add date_created_gmt property to orders endpoint ( https://github.com/woocommerce/woocommerce-admin/pull/2086 )
...
* Add date_created_gmt property to orders enpoint
* Make date_created properties of type date-time and improve descriptions
2019-06-12 11:21:56 +02:00
Joshua T Flowers
95d1a1d245
Add onbaording step 7 - Business Details ( https://github.com/woocommerce/woocommerce-admin/pull/2347 )
2019-06-12 11:56:10 +08:00
Renovate Bot
71287787cc
Update dependency husky to v2
2019-06-12 02:56:42 +00:00
Renovate Bot
484e377cdf
Update dependency css-loader to v3
2019-06-12 01:41:42 +00:00
Paul Sealock
4c3f122e89
Merge pull request woocommerce/woocommerce-admin#2292 from woocommerce/add/default-date-settings
...
Settings: Add default date settings
2019-06-12 11:48:01 +12:00
Paul Sealock
dbd536c7a3
Settings: Add default date
2019-06-12 11:40:21 +12:00
Renovate Bot
493629113b
Update wordpress monorepo
2019-06-11 21:56:55 +00:00
Renovate Bot
a9d913295a
Update dependency copy-webpack-plugin to v5
2019-06-11 21:50:09 +00:00
Renovate Bot
3fdc812305
Update dependency webpack-cli to v3.3.4
2019-06-11 21:28:35 +00:00