Ensure script asset.php files are included in builds (https://github.com/woocommerce/woocommerce-admin/pull/6635)
* Ensure script asset.php files are included * add changelog
This commit is contained in:
parent
93cc81206e
commit
8c1dcd949f
|
@ -22,7 +22,7 @@ output 2 "Creating archive... 🎁"
|
|||
ZIP_FILE=$1
|
||||
|
||||
build_files=$(find dist \( -name '*.js' -o -name '*.css' \))
|
||||
asset_files=$(find dist \( -name 'index.min.asset.php' \))
|
||||
asset_files=$(find dist \( -name '*.min.asset.php' \))
|
||||
|
||||
zip -r "${ZIP_FILE}" \
|
||||
woocommerce-admin.php \
|
||||
|
|
|
@ -136,6 +136,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
|
|||
- Dev: Introduce Typescript to Navigation utils #6477
|
||||
- Add: Paystack payment provider to several african countries. #6579
|
||||
- Dev: Payments task: include Mercado Pago #6572
|
||||
- Dev: Ensure script asset.php files are included in builds #6635
|
||||
|
||||
== 2.1.3 3/14/2021 ==
|
||||
|
||||
|
|
Loading…
Reference in New Issue