Skip to content

Commit

Permalink
Built changes for v3.7.1 from main c8430c8
Browse files Browse the repository at this point in the history
  • Loading branch information
dlh01 committed Mar 6, 2025
1 parent c8430c8 commit 8e35db5
Show file tree
Hide file tree
Showing 570 changed files with 68,796 additions and 2,890 deletions.
5 changes: 0 additions & 5 deletions .github/CODEOWNERS

This file was deleted.

26 changes: 0 additions & 26 deletions .github/pull_request_template.md

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/all-pr-tests.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/built-release.yml

This file was deleted.

48 changes: 22 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,24 @@
# Build files
build
vendor
composer.lock
node_modules

# Log files
*.log

# Cache files
.phpcs/*.json
.phpunit.result.cache
.php-cs-fixer.cache
.php_cs.cache

# Ignore temporary OS files
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
ehthumbs.db
.github
.phpcs
.phpcs.xml
.phpunit.result.cache
.scaffolder
.scoper
*.sql
*.tar.gz
*.zip
bin
composer.lock
configure.php
DOCKER_ENV
Dockerfile
Makefile
node_modules/
output.log
phpunit.xml
phpunit.xml
tests
tests
Thumbs.db
.thumbsdb

# IDE files
*.code-workspace
.idea
.vscode
wp-cli.local.yml
17 changes: 0 additions & 17 deletions .scaffolder/feature/config.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .scaffolder/feature/feature.php.hbs

This file was deleted.

51 changes: 0 additions & 51 deletions .scaffolder/feature/test.php.hbs

This file was deleted.

12 changes: 0 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@
"lock": false,
"sort-packages": true
},
"require": {
"php": "^8.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"alleyinteractive/wp-type-extensions": "^2.0|^3.0",
"symfony/http-foundation": "^v6.4.12"
},
"require-dev": {
"alleyinteractive/alley-coding-standards": "^2.0",
"friendsofphp/php-cs-fixer": "^3.65",
"mantle-framework/testkit": "^1.3",
"szepeviktor/phpstan-wordpress": "^1.3.5"
},
"scripts": {
"fixer": "php-cs-fixer -v fix --allow-risky=yes",
"fixer:test": "php-cs-fixer fix -v --dry-run --stop-on-violation --using-cache=no --allow-risky=yes",
Expand Down
13 changes: 0 additions & 13 deletions phpunit.xml

This file was deleted.

Loading

0 comments on commit 8e35db5

Please sign in to comment.