Skip to content

Commit

Permalink
fix: update woocommerce compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
franmastromarino committed Oct 3, 2024
1 parent 1ac7f0a commit d380aa9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
4 changes: 4 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,15 @@ pnpm-lock.yaml
/tests

# Build and Configuration
/.delete
/.todo
/.tools
/.wordpress-org
/bin
/webpack.config.js
/playwright.config.js
/packages
.eslintrc

# Lock
/.plugin
Expand Down
14 changes: 5 additions & 9 deletions .tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"minimum-stability": "stable",
"config": {
"platform": {
"php": "7.3.0"
"php": "7.4.0"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": ">=7.1.0"
"php": ">=7.4.0"
},
"require-dev": {
"woocommerce/woocommerce-sniffs": "^0.1.3",
"phpunit/phpunit": "^9.5",
"woocommerce/woocommerce-sniffs": "^1.0.0",
"phpunit/phpunit": "^9.6",
"wp-cli/wp-cli": "*",
"wp-cli/i18n-command": "*"
},
Expand All @@ -31,10 +31,6 @@
"clean": "node bin/delete.js ./vendor ./composer.lock",
"setup": "composer clean && composer install",
"update": "composer clean && composer update",
"start": "composer dump-autoload",
"report:txt": "php vendor/bin/phpcs --standard=./phpcs.xml --warning-severity=0 --report-file=./phpcs_error.txt --extensions=php ./",
"report:csv": "php vendor/bin/phpcs --standard=./phpcs.xml --warning-severity=0 --report-csv=./phpcs_error.csv --extensions=php ./",
"report:xml": "php vendor/bin/phpcs --standard=./phpcs.xml --warning-severity=0 --report-xml=./phpcs_error.xml --extensions=php ./",
"makepot": "node bin/makepot.js"
"start": "composer dump-autoload"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"author": "QuadLayers",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.46.0",
"@playwright/test": "^1.47.2",
"@wordpress/env": "^5.16.0",
"@wordpress/eslint-plugin": "^14.12.0",
"@wordpress/prettier-config": "^2.25.13",
Expand All @@ -52,27 +52,27 @@
"classnames": "^2.5.1",
"css-loader": "^6.11.0",
"depcheck": "^1.4.7",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.37.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^13.3.0",
"mini-css-extract-plugin": "^2.9.0",
"mini-css-extract-plugin": "^2.9.1",
"node-sass-glob-importer": "^5.3.3",
"only-allow": "^1.2.1",
"prettier": "2.8.1",
"sass-loader": "^13.3.3",
"stylelint": "^14.16.1",
"stylelint-config-standard": "^29.0.0",
"webpack": "^5.93.0",
"webpack": "^5.95.0",
"webpack-remove-empty-scripts": "^0.8.4"
},
"dependencies": {
"wp-scaffolding": "^1.2.7"
"wp-scaffolding": "^1.2.8"
},
"scaffolding": {
"zip": [
Expand Down
2 changes: 1 addition & 1 deletion perfect-woocommerce-brands.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Tested up to: 6.6
* Requires PHP: 5.6
* WC requires at least: 4.0
* WC tested up to: 9.2
* WC tested up to: 9.3
*/

defined( 'ABSPATH' ) || exit;
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Stable tag: 3.4.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
WC requires at least: 4.0
WC tested up to: 9.2
WC tested up to: 9.3

Perfect Brands for WooCommerce allows you to show product brands in your WooCommerce based store

Expand Down

0 comments on commit d380aa9

Please sign in to comment.