Skip to content

Commit 1750254

Browse files
committed
Built changes for v2.6.1 from develop cbd3306
1 parent cbd3306 commit 1750254

File tree

445 files changed

+50551
-509
lines changed

Some content is hidden

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

445 files changed

+50551
-509
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 & 49 deletions
This file was deleted.

.github/workflows/build-branch.yml

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

.github/workflows/built-release.yml

Lines changed: 0 additions & 13 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 & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +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-
14-
# Ignore temporary OS files
151
.DS_Store
16-
.DS_Store?
17-
.Spotlight-V100
18-
.Trashes
19-
ehthumbs.db
202
Thumbs.db
21-
.thumbsdb
22-
23-
# IDE files
24-
*.code-workspace
25-
.idea
26-
.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 & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)