Skip to content

Commit f92f692

Browse files
committed
Built changes for v3.0.0 from develop eb8697f
1 parent eb8697f commit f92f692

File tree

2,917 files changed

+263875
-1111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,917 files changed

+263875
-1111
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/all-pr-tests.yml

Lines changed: 0 additions & 83 deletions
This file was deleted.

.github/workflows/built-release.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/dependabot-auto-approve.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/dependabot-auto-merge.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/update-changelog.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/upgrade-wordpress-plugin.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.gitignore

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
1-
# Build files
2-
build
3-
vendor
4-
composer.lock
5-
node_modules
6-
7-
# Log files
8-
*.log
9-
10-
# Cache files
11-
.phpcs/*.json
12-
.phpunit.result.cache
13-
.phpunit.cache/
14-
15-
# Ignore temporary OS files
161
.DS_Store
17-
.DS_Store?
18-
.Spotlight-V100
19-
.Trashes
20-
ehthumbs.db
212
Thumbs.db
22-
.thumbsdb
23-
24-
# IDE files
25-
*.code-workspace
26-
.idea
27-
.vscode
3+
wp-cli.local.yml
4+
node_modules/
5+
*.sql
6+
*.tar.gz
7+
*.zip
8+
.phpunit.result.cache
9+
Dockerfile
10+
output.log
11+
.github
12+
tests
13+
bin
14+
composer.lock
15+
.phpcs.xml
16+
phpunit.xml
17+
configure.php
18+
DOCKER_ENV
19+
phpunit.xml
20+
tests
21+
.phpcs
22+
Makefile

.phpcs.xml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.phpcs/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)