Skip to content

Commit

Permalink
Merge branch 'release/2.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
amirition committed May 21, 2024
2 parents 505a25d + 4e00948 commit e446740
Show file tree
Hide file tree
Showing 49 changed files with 42,979 additions and 52,740 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@
/.phpcs.xml export-ignore
/phpcs.ruleset.dist export-ignore
/phpcs.xml export-ignore
/.wp-env.json export-ignore
/tests export-ignore
/*.lock export-ignore
/phpstan.neon export-ignore
/playwright.config.js export-ignore
/export.json export-ignore
/phpunit.xml export-ignore
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,11 @@ vendor-bin
!vendor/ernilambar
bin
woocommerce-product-tabs.zip
.npmrc
.npmrc
wp
wp-content
.phpunit.result.cache
artifacts
.wp-env.override.json
playwright-report
tests/coverage
Binary file modified .wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions .wp-env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"phpVersion": "8.0",
"plugins": [
".",
"./wp/src/wp-content/plugins/woocommerce"
],
"themes": [
"./wp/src/wp-content/themes/storefront"
],
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
"WP_DEBUG_DISPLAY": true
},
"mappings": {
"wp-content/db.sql": "./tests/e2e/default/db.sql"
}
}
Loading

0 comments on commit e446740

Please sign in to comment.