Skip to content

Commit

Permalink
feat: Reworked data types
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires xWoo Data Types
  • Loading branch information
seebeen committed Mar 13, 2024
1 parent 6c6043c commit 8d6a74a
Show file tree
Hide file tree
Showing 13 changed files with 153 additions and 2,345 deletions.
23 changes: 12 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
/.github export-ignore
/.yarn export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.releaserc export-ignore
/LICENSE export-ignore
/package.json export-ignore
/phpcs.xml export-ignore
/renovate.json export-ignore
yarn.lock export-ignore
/.github export-ignore
/.vscode export-ignore
/.yarn export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.releaserc export-ignore
/LICENSE export-ignore
/package.json export-ignore
/phpcs.xml export-ignore
/renovate.json export-ignore
yarn.lock export-ignore
13 changes: 13 additions & 0 deletions .vscode/woocommerce-utils.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {
"intelephense.environment.includePaths": [
"/home/venom/wp/woocommerce/woocommerce-8.5.2",
"/home/venom/wp/core/wp-6.4.1"
]
}
}
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": ">= 8.0",
"oblak/wp-polyfills": "^1.1"
"oblak/wp-polyfills": "^1.1",
"xwoo/data-type": "^1.2"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.31",
"oblak/wordpress-coding-standard": "^1.0"
},
"suggest": {
Expand All @@ -26,7 +26,6 @@
"\\": "src/Interfaces/Shared"
},
"files": [
"src/Utils/wc-utils-att-functions.php",
"src/Utils/woocommerce-utils-functions.php"
]
},
Expand Down
Loading

0 comments on commit 8d6a74a

Please sign in to comment.