Jeff Stieler
9e05116326
Detect missed DB version number updates and fix them. ( https://github.com/woocommerce/woocommerce-admin/pull/6818 )
...
* Detect missed DB version number updates and fix them.
* Add changelog entry.
2021-04-16 15:01:04 -04:00
Jeff Stieler
7089fa2b56
Show/hide (extension) task list and move completed tasks to bottom ( https://github.com/woocommerce/woocommerce-admin/pull/6792 )
...
* Rename extensions task list card.
* Remove unused function parameter.
* Fix extended task list view tracking event name.
* Move completed extension tasks to the end of the list.
* Add extension task list toggle to display options.
* Avoid toggle width changing based on status.
* Remove redundant prefix from event name.
* Add changelog entry.
* Handle an empty extension task list.
* Only show extension task list display options when tasks have been filtered in.
2021-04-16 09:29:54 -04:00
Fernando
794d177df7
Pause inbox message "GivingFeedbackNotes" ( https://github.com/woocommerce/woocommerce-admin/pull/6802 )
...
* Paused inbox message "GivingFeedbackNotes"
This commit pauses the inbox message "GivingFeedbackNotes"
* Added changelog
# Conflicts:
# readme.txt
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2021-04-16 09:44:57 -03:00
Adrian Duffell
6434ffb9c8
Add nonce support to note actions ( https://github.com/woocommerce/woocommerce-admin/pull/6726 )
...
* Add database columns
* Add support for nonces in note actions
* Add test for nonces in note actions
* Fix db values should default to null
* Fix a bug where URLs had encoded ampersands
* Update variable naming for clarity
* Add throwing an exception when note name not found
* Add tests for nonces in the datastore
* Add changelog
* Fix default paramater name
* Add changelog
* Revert "Add changelog"
This reverts commit f842bc58e4db66c8a497ca4f38d1b0294590192d.
2021-04-16 13:56:39 +08:00
louwie17
7859e37221
Making experimental package public and updating its dependency versions ( https://github.com/woocommerce/woocommerce-admin/pull/6810 )
...
* Making experimental package public, and updating the dependency versions
* add experimental to webpack and make explat public
* bump DEWP package version
* use filepath for inter package dependencies
* load experimental script
* remove check for experimental
Co-authored-by: Sam Seay <samueljseay@gmail.com>
Co-authored-by: Paul Sealock <psealock@gmail.com>
2021-04-16 15:34:15 +12:00
Hsing-yu Flowers
eb9baa06a3
Load the page controller functions file first to prevent fatal errors when disabling WooCommerce Admin ( https://github.com/woocommerce/woocommerce-admin/pull/6710 )
...
* Load the page controller functions file first to prevent fatal errors when disabling WooCommerce Admin
* Add changelog
Co-authored-by: Ilyas Foo <foo.ilyas@gmail.com>
2021-04-16 09:59:44 +08:00
Sam Seay
b13feaeafd
Add some tweaks to e2e tests to try and resolve flakyness issues ( https://github.com/woocommerce/woocommerce-admin/pull/6812 )
2021-04-16 10:47:21 +12:00
Joel Thiessen
c31d694c45
Adding setup required indicator for non-configured payment methods ( https://github.com/woocommerce/woocommerce-admin/pull/6811 )
2021-04-15 15:29:15 -07:00
Joel Thiessen
c0e95ba189
Update UI for Payment Task Screen ( https://github.com/woocommerce/woocommerce-admin/pull/6766 )
2021-04-15 11:42:31 -07:00
louwie17
68161836a5
Update experimental package path, and bump patch version ( https://github.com/woocommerce/woocommerce-admin/pull/6808 )
...
* Update experimental package path, and bump patch version
* Revert package-lock changes
2021-04-15 15:34:12 -03:00
louwie17
c0cb48f217
Bumped version and changelog of component package to 6.1.0 ( https://github.com/woocommerce/woocommerce-admin/pull/6806 )
...
* Bumped version and changelog to 6.1.0
* Remove the unreleased header
2021-04-15 13:54:32 -03:00
Albert Juhé Lluveras
f3b097c3d3
Add dompurify and md5 to @woocommerce/components dependencies list ( https://github.com/woocommerce/woocommerce-admin/pull/6804 )
...
* Add dompurify and md5 to @woocommerce/components dependencies list
* Add changelog entry
* Add @woocommerce/experimental to @woocommerce/components dependencies list
* Update changelog entry
2021-04-15 13:29:44 -03:00
louwie17
53011ceb27
Update onboarding logic setting task list to hidden ( https://github.com/woocommerce/woocommerce-admin/pull/6803 )
...
* Created Admin helper for helper functions
* Only set task_list to hidden on plugin update when store is less then day old
* Add onboarding skipped as well
* Add changelog
2021-04-15 11:02:25 -03:00
Fernando
36e7a35ef7
Updated event tracking for merchant email notes ( https://github.com/woocommerce/woocommerce-admin/pull/6698 )
...
* Fixed user id unsetting
* Fixed event name
* Added cookie unsetting before recording
This commit adds the cookie unsetting before recording and adds a small refactor to the merchant email notes event recording.
* Added small refactor to the merchant email notes event recording
* Renamed event `wcadmin_store_alert_action`
This commit renames the event `wcadmin_store_alert_action ` to `store_alert_action `
* Removed check
* Fixed method name
* Changed "Notes" method to private
The method "record_tracks_event_without_cookies" now is `private
Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2021-04-15 11:01:26 -03:00
Ismael Martín Alabarce
664694e165
Render optional children in summary number component ( https://github.com/woocommerce/woocommerce-admin/pull/6748 )
...
* WIP add details prop to summary number component. New optional prop to add additional information at the bottom.
* Update component readme and stories to include new prop
* Revert commits to use children instead of a new prop
* Render optional summary number component children
* Typo fix, doc improvement and add entry to changelog
* Add readme.txt entry
2021-04-15 08:49:35 +02:00
Paul Sealock
7ab756b76c
Try ExPlat: Add A/A test ( https://github.com/woocommerce/woocommerce-admin/pull/6669 )
...
* Add basic ExPlat initialization
* add tsx support
2021-04-15 13:32:46 +12:00
Sam Seay
97d143b762
Add in missing awaits that could have been causing tests to be flaky. ( https://github.com/woocommerce/woocommerce-admin/pull/6800 )
2021-04-15 09:20:44 +12:00
Joshua T Flowers
55add24ef3
Add data source filter to remote inbox notification system ( https://github.com/woocommerce/woocommerce-admin/pull/6794 )
...
* Add data source filter to remote inbox notification system
* Add changelog entry
2021-04-14 15:27:04 -04:00
Joshua T Flowers
eb6186a29c
Refactor payments to allow management of methods ( https://github.com/woocommerce/woocommerce-admin/pull/6786 )
...
* Add manage button for enabled and configured payments
* Enable methods only instead of toggling
* Update payment methods location
* Move ribbon to separate component
* Move setup container to separate component
* Move payment action to separate component
* Refactor payments to functional component
* Fix missing action props
* Fix broken onsetup callback
* Update payment method keys to match management pages
* Add changelog and testing instructions
* Revert key changes in favor of manageUrl
* Update e2e tests for payments
2021-04-14 15:26:50 -04:00
louwie17
3745a6a74e
Add unminified assets if no minified assets exist in `make-zip.sh` ( https://github.com/woocommerce/woocommerce-admin/pull/6732 )
...
* Add unminified assets if no minified assets exist
* Add warning if multiple asset files exist
2021-04-14 09:23:43 -03:00
Renovate Bot
86f3019fde
Update dependency @typescript-eslint/eslint-plugin to v4.22.0
2021-04-14 04:26:17 +00:00
Renovate Bot
10a455c453
Update babel monorepo to v7.13.15
2021-04-14 02:37:37 +00:00
louwie17
715f4806f5
Redirect to shipping settings page when task is completed ( https://github.com/woocommerce/woocommerce-admin/pull/6791 )
...
* Redirect to shipping settings page when shipping task after task is completed
* Add changelog and testing instructions
2021-04-13 16:49:29 -03:00
Jeff Stieler
a2e2db5ab6
Don't run Daily PHP tests on pull requests. ( https://github.com/woocommerce/woocommerce-admin/pull/6793 )
...
See: https://github.com/woocommerce/woocommerce-admin/pull/6715/files#r604712040
2021-04-13 12:04:43 -04:00
Hsing-yu Flowers
3d0e00ed0b
Make pagination buttons height and width consistent ( https://github.com/woocommerce/woocommerce-admin/pull/6725 )
...
* Make pagination buttons height and width consistent
* Add changelog
2021-04-13 10:30:56 -04:00
Adrian Duffell
7694bad218
Add Daily PHP Tests to CI ( https://github.com/woocommerce/woocommerce-admin/pull/6715 )
...
* Add daily PHP tests to CI
* Add support for WC_VERSION=latest env var
* Fix bug where wordpress used woocommerce version
2021-04-13 22:10:55 +08:00
Paul Sealock
687e836375
CSS Linting: Exclude Storybook CSS ( https://github.com/woocommerce/woocommerce-admin/pull/6785 )
...
* Ignore storybook from style linting
* add new line
2021-04-13 10:03:44 +12:00
Paul Sealock
253cb67544
make notices private ( https://github.com/woocommerce/woocommerce-admin/pull/6784 )
2021-04-13 08:58:19 +12:00
Paul Sealock
8c135e31c5
bump package versions ( https://github.com/woocommerce/woocommerce-admin/pull/6767 )
2021-04-13 08:32:27 +12:00
louwie17
9e9c96a579
Update docker test suite readme ( https://github.com/woocommerce/woocommerce-admin/pull/6783 )
2021-04-12 17:04:06 -03:00
Jeff Stieler
d819373057
Avoid updating customer info synchronously when "last active" is modified. ( https://github.com/woocommerce/woocommerce-admin/pull/6765 )
...
* Schedule (async) customer update when last active date is modified.
* Add test case for scheduled customer update.
* Add changelog entry.
2021-04-12 10:17:02 -04:00
Ilyas Foo
157625018d
Remove no-reply from inbox notification emails ( https://github.com/woocommerce/woocommerce-admin/pull/6644 )
...
* Add override headers in notification email class
* Update readme and testing instructions
* Fix formatting
* Remove testing instructions
2021-04-12 09:40:42 +08:00
Moon
f5b1d44e8c
Add settings_section event prop for CES ( https://github.com/woocommerce/woocommerce-admin/pull/6762 )
...
* Add settings_section event prop for CES
* Add changelog
2021-04-09 12:44:25 -07:00
renovate[bot]
5266784930
Lock file maintenance ( https://github.com/woocommerce/woocommerce-admin/pull/6631 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-09 14:02:06 +10:00
Adrian Duffell
0ae7895d3f
Update Paths to Exclude from Composer ( https://github.com/woocommerce/woocommerce-admin/pull/6642 )
...
* Ignore docker
* Ignore storybook
2021-04-09 07:50:59 +08:00
Sam Seay
916d289e96
Fix a syntax error in the phpcs script. ( https://github.com/woocommerce/woocommerce-admin/pull/6750 )
2021-04-08 08:25:01 +12:00
louwie17
b29cd9a6c0
Add support for php8 unit tests (locally and in GH actions) ( https://github.com/woocommerce/woocommerce-admin/pull/6678 )
...
* Partial local version to run php8 unit tests
* Remove the post install scripts
* Remove tab
* Make sure woocommerce version contains patch number
* Remove unnecessary script
* Update bin settings and unit test script
* Remove phpunit binary
* Updated how php unit is being run
* Add specific phpunit version for php8
* Update bin phpunit composer.json
* Final cleanup of scripts
* Fix potential test where image is an object
* Move setting image below save
* Add changelog
* Do not convert obj/array to string for email_actions
* Remove some uses of tabs
* Set WP and WC version to minimum php 8 supported
* Remove unnecessary composer install within tests
2021-04-07 14:28:03 -03:00
Renovate Bot
616dced818
Update dependency @woocommerce/api to v0.1.2
2021-04-07 08:10:35 +00:00
Renovate Bot
642b8c44c3
Update dependency @typescript-eslint/eslint-plugin to v4.21.0
2021-04-07 05:04:00 +00:00
Renovate Bot
7af6724e0f
Update dependency @types/jest to v26.0.22
2021-04-07 04:05:05 +00:00
Renovate Bot
e8e04d2e2a
Update dependency @testing-library/react to v11.2.6
2021-04-07 03:07:07 +00:00
Bec Scott
4a595b3a87
Add readme instructions on how to use CustomerEffortScore ( https://github.com/woocommerce/woocommerce-admin/pull/6746 )
...
* Add readme instructions on how to use CustomerEffortScore
* Use fancy JS formatting
2021-04-07 10:58:01 +10:00
Adrian Duffell
be0afca544
Add Daily E2E Tests to CI ( https://github.com/woocommerce/woocommerce-admin/pull/6716 )
...
* Add daily E2E tests to CI
* Update command to start the E2E tests
* Remove pull_request triger
2021-04-06 14:02:13 +08:00
Sam Seay
9dd75e83f8
Improve page object encapsulation, refactor e2e suite, add more e2e tests. ( https://github.com/woocommerce/woocommerce-admin/pull/6682 )
2021-04-05 12:09:36 +12:00
Joel Thiessen
588776deb3
Fix persisted queries being lost when navigating to excluded page (such as Homescreen) ( https://github.com/woocommerce/woocommerce-admin/pull/6614 )
2021-04-02 14:35:31 -07:00
Joshua T Flowers
7d293499a8
Update choose niche note cta URL ( https://github.com/woocommerce/woocommerce-admin/pull/6733 )
...
* Update choose niche note cta URL
* Add changelog entry
2021-04-02 16:50:00 -04:00
Moon
58823341d3
Update WC Payments plugin copy ( https://github.com/woocommerce/woocommerce-admin/pull/6734 )
...
* Update WC Payments plugin copy
* Add changelog
2021-04-01 20:36:52 -07:00
Paul Sealock
3dcb7697e5
Bump components version and add single publish instructions ( https://github.com/woocommerce/woocommerce-admin/pull/6736 )
2021-04-02 12:28:03 +13:00
Moon
762663cb4e
Escape label value
2021-04-02 12:10:44 +13:00
Albert Juhé Lluveras
9c1a728f60
Add escaping to components
2021-04-02 10:51:20 +13:00