Corey McKrill
f16388007c
Allow extenders to add content to order details screen payment info box ( #38443 )
...
Adds new `woocommerce_admin_order_data_after_payment_info` hook to the Edit Order screen.
2023-06-08 16:45:08 -07:00
Joshua T Flowers
e09e8b8ab0
Show "Save draft" instead of "Saved" on initial product page ( #38609 )
2023-06-08 15:32:49 -07:00
Rua Haszard
e8f2d3f061
remove remnant comment about "contextual notice" (now gone):
...
- intending to use Gutenberg notice and/or proposed forthcoming InlineNotice variant
2023-06-09 10:26:28 +12:00
Joel Thiessen
8098c35588
Add initial release of WooAI plugin ( #38610 )
...
Co-authored-by: Joel Thiessen <444632+joelclimbsthings@users.noreply.github.com>
Co-authored-by: Nima Karimi <73110514+nima-karimi@users.noreply.github.com>
Co-authored-by: Thomas Shellberg <tommy.shellberg@automattic.com>
2023-06-08 13:20:05 -07:00
Joshua T Flowers
4569fda5c1
Add iframe editor header toolbar and block inserter ( #38549 )
...
* Add initial toolbar and secondary sidebar
* Style the sidebar and inserter panel
* Adjust toolbar and modal paddings
* Move header toolbar styles to separate file
* Make header toolbar class names consistent with component
* Dont use experimental insertion index and fall back to default insertion point
* Add changelog entry
2023-06-08 12:14:25 -07:00
Maikel David Pérez Gómez
338bf6e45e
Product route not updated after save initially failed and succeeded after ( #38507 )
...
* Enhance error handling
* Use last persisted product status to show a right publish button label and notices
* Use last persisted product status to show a right preview button label and notices
* Use last persisted product status to show a right save draft button label and notices
* Uses the last persisted product to better compare it with the most recently updated product so the buttons can behave correctly
* Add changelog file
* Fix getProductErrorMessage unit test
* Fix notice message when create / update the product
* Get product id from within each button hook
2023-06-08 14:22:07 -04:00
RJ
5c4746cefc
add: core profiler url routing ( #38620 )
...
* added url routing
* fixed tests and changelog
2023-06-08 12:52:22 +08:00
Corey McKrill
ef3168abf4
Fix PHP notice when outside of orders screens ( #38641 )
...
Avoid the notice by returning early if we're not on an admin page with wc-orders in its slug.
2023-06-07 16:49:22 -07:00
Jorge A. Torres
d21cd0b80e
Replace x.x.x with correct version number in doing_it_wrong call
2023-06-07 19:13:32 -03:00
Jorge A. Torres
125fdb77c1
Remove files from versioning
2023-06-07 19:12:00 -03:00
Corey McKrill
4c62519144
Update class-wc-order.php comment text ( #38630 )
...
Fix a doc block typo.
2023-06-07 15:00:03 -07:00
Corey McKrill
76e84c6bce
Add changelog file
2023-06-07 14:10:46 -07:00
Jorge A. Torres
8c694cfd09
Add changelog
2023-06-07 16:15:14 -03:00
Jorge A. Torres
2cde03eea8
Do not execute orders page controller logic when outside of the orders
...
screen
2023-06-07 16:14:23 -03:00
Corey McKrill
016d9484dc
HPOS: Add descriptive document titles to HPOS order admin screens ( #38617 )
...
* Set the Orders admin page titles
* Tweak edit order title, translator messages
* Add changelog file
* phpcs cleanup
2023-06-07 13:28:10 -03:00
Gan Eng Chin
99dbdbe3f2
Fix WooCommerce name typo in Codisto extension description in test ( #38302 )
2023-06-07 23:45:52 +08:00
pwsonline
0458dafcb7
Update wc-page-functions.php ( #38008 )
...
Co-authored-by: Nestor Soriano <konamiman@konamiman.com>
2023-06-07 11:08:36 +02:00
mdimai666
03db6d9684
Update class-wc-order.php comment text
...
Update class-wc-order.php comment text
2023-06-07 13:16:55 +09:00
RJ
1b1f86066f
dev: refactor core profiler pages ( #38606 )
...
* dev: refactor core-profiler - modularise each page
- wrapped each page's pre, post, and main states into their top level states for tidiness
- tagged them with id so that we can easily jump to them when doing routing
- generalised component finder code such that it recursively traverses the state meta object until it finds a component key
- fixed css label to use top level state key
* moved initializing into introOptIn so it's not a special case by itself
2023-06-07 11:39:38 +08:00
Barry Hughes
532f3ca3f8
Add a docs directory and a document about HPOS ( #37509 )
2023-06-06 11:18:14 -07:00
Nathan Silveira
52fe3c4a5a
Product Editor Onboarding: Show spotlight for first time visitors ( #38590 )
...
* Add placeholder TourKit in product-page
* Create component and configure it to show to the right of wp menu
* Finish TourKit and start creating features guide
* Implement CSS changes and background color
* Create Wrapper to facilitate showing the tour and guide without relying on the options in the future
* Refactor
Add tracks events
* Add changelog
* Fix lint problems
* Fix CSS
* Refactor styles
* General refactor and extract BlockEditorGuide component
* Add changelog
* Fix lint issues
2023-06-06 12:06:26 -03:00
Néstor Soriano
ebe8577ad6
Add suggestion from code review
...
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
2023-06-06 16:33:53 +02:00
Néstor Soriano
f5123c2caf
Add suggestion from code review
...
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
2023-06-06 16:33:44 +02:00
Néstor Soriano
5722634227
Add suggestion from code review
...
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
2023-06-06 16:33:35 +02:00
Néstor Soriano
f1438578e1
Add suggestion from code review
...
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
2023-06-06 16:33:27 +02:00
Néstor Soriano
52985cb207
Add suggestion from code review
...
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
2023-06-06 16:33:18 +02:00
Néstor Soriano
bb7eca8da1
Add suggestion from code review
...
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
2023-06-06 16:33:09 +02:00
Néstor Soriano
50b7554f7a
Add suggestion from code review
...
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
2023-06-06 16:33:01 +02:00
Néstor Soriano
66b9f715bc
Add suggestion from code review
...
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
2023-06-06 16:32:53 +02:00
Ron Rennick
7137d60347
Fix various 'dynamic property declaration' warnings (PHP 8.2+) ( #38589 )
2023-06-06 11:01:54 -03:00
RJ
e1bdd2f73b
dev: refactor core profiler tracks actions ( #38603 )
...
* dev: refactor core-profiler - consolidate tracks
* dev: refactor core-profiler - moved tracks out
* dev: moved tracks up one level
* dev: fixed spawn warning
- caused by this xstate bug https://github.com/statelyai/xstate/issues/1429
* dev: standardised ctx -> context
2023-06-06 15:20:34 +08:00
Corey McKrill
b63af49a83
Fix assertion in HPOS unit test ( #38615 )
...
This adjusts the asserted value of a test so it will continue to pass after a change in #38565 .
2023-06-05 17:38:57 -07:00
github-actions[bot]
c0ea0e2acf
Delete changelog files based on PR 38585 ( #38597 )
...
Delete changelog files for 38585
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
2023-06-06 07:11:30 +07:00
Jorge A. Torres
f11152c0bc
Apply review suggestion
2023-06-05 18:48:41 -05:00
Jorge A. Torres
45025a9ad0
Fix assertion in HPOS unit test
2023-06-05 18:39:25 -05:00
Jorge A. Torres
f6db2f92f4
Add changelog
2023-06-05 18:39:18 -05:00
Corey McKrill
8840e9e5e3
Add an admin notice about the upcoming change in PHP requirements (PHP 7.4 minimum) ( #38604 )
2023-06-05 14:36:24 -07:00
Chris Runnells
a5bbe0ed7c
Add Core Profiler loading spinner ( #38598 )
2023-06-05 10:32:07 -10:00
Fernando Marichal
f2aae0a71a
Fix editing Shipping methods auto-saving ( #38431 )
...
* Fix Shipping Methods auto save
* Add changelog
* Fix e2e tests
* Fix e2e tests
* Add `shipping_zone_remove_method`
* Fix `onDeleteRow`
* Fix lint
* Fix delete method
* Add confirmation prompt and error message
* Fix lint
* Fix js
* Add e2e test
* Fix tests
2023-06-05 13:07:21 -03:00
louwie17
bb0e8803a0
Replace interpolateComponents within onboarding package ( #38423 )
...
* Replace use of interpolateComponents with createInterpolateElement
* Remove @automattic/interpolate-components package from onboarding package
* Add changelog
2023-06-05 10:36:47 -03:00
Ron Rennick
d8e534410f
fix string + string for PHP 8.X ( #38534 )
2023-06-05 07:28:03 -03:00
Nestor Soriano
9e382be288
Add changelog file
2023-06-05 12:27:03 +02:00
Nestor Soriano
049d209e68
Add an admin notice about the upcoming change in PHP requirements
...
The minimum required PHP version will be 7.4 as of WooCommerce 8.2.
This adds a dismissable admin notice to PHP 7.3 users.
2023-06-05 12:25:27 +02:00
Tomek Wytrębowicz
f569f333a1
Fix Layout Controller forwarding arrays from the URL query string. ( #38593 )
...
* Revert part of "Remove `qs` dependency from `woocommerce-admin` (#35128 )"
This reverts Layout- and Filter-related changes from commit 00c151f9aa
, reversing
changes made to eef417fe39
.
Removes the fix (keeping the test) from https://github.com/woocommerce/woocommerce/pull/38542 as it's not needed for `qs`
Fixes https://github.com/woocommerce/woocommerce/issues/38582 .
* Simplify the use of query params in `ProductTour`
* Add changelog entry
2023-06-05 04:55:20 -03:00
Chris Runnells
3ae3a0df8d
Lint fixes
2023-06-02 15:08:33 -10:00
Chris Runnells
12a54f097f
Add changelog entry
2023-06-02 14:28:43 -10:00
Chris Runnells
3082b21b1e
Added ProfileSpinner component to display when Core Profiler assets are loading
2023-06-02 14:27:17 -10:00
Chris Runnells
ac85cc2c59
Fix The Task Header Width in 2-Col Layout ( #38585 )
2023-06-02 14:09:10 -10:00
Jorge A. Torres
0e669470ef
Add changelog
2023-06-02 12:47:03 -05:00
Jorge A. Torres
0c2809d970
Fix dynamic prop declaration warning in Tracks event code
2023-06-02 12:42:55 -05:00