Skip to content

Commit 3aa44ff

Browse files
committed
Release version 6.3.0
1 parent 44f93b4 commit 3aa44ff

File tree

342 files changed

+51945
-37
lines changed

Some content is hidden

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

342 files changed

+51945
-37
lines changed

.gitignore

+27-37
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,29 @@
1-
# Windows image file caches
2-
Thumbs.db
3-
ehthumbs.db
4-
5-
# Folder config file
6-
Desktop.ini
7-
8-
# Recycle Bin used on file shares
9-
$RECYCLE.BIN/
10-
11-
# Mac
12-
.DS_Store
13-
14-
# Sublime
15-
*.sublime-project
16-
*.sublime-workspace
17-
18-
# PhpStorm
1+
.git
192
.idea
20-
21-
# Eclipse
22-
*.pydevproject
23-
.project
24-
.metadata
25-
build/
26-
tmp/
27-
28-
# Grunt
3+
.github
4+
bin
295
node_modules
30-
31-
# Vendor
32-
vendor
33-
34-
# Temporary files
35-
*~
36-
37-
# Project
38-
wordpress/
39-
app
6+
tests
7+
wordpress
8+
.distignore
9+
.dockerignore
10+
.DS_Store
11+
.editorconfig
12+
.env
13+
.env.testing
14+
.gitignore
15+
.lando.dist.yml
16+
.plugin-data
17+
codeception.dist.yml
18+
composer.json
19+
composer.lock
20+
grumphp.yml
21+
gulpfile.js
22+
LICENCE
23+
old-bitbucket-pipelines.yml
24+
package.json
25+
package-lock.json
26+
phpcs.xml
27+
psalm.xml
28+
readme.md
29+
wp-cli.yml

vendor/autoload.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
require_once __DIR__ . '/composer/autoload_real.php';
6+
7+
return ComposerAutoloaderInit6ae1c61023135e79f79b19c4ed257c4e::getLoader();

0 commit comments

Comments
 (0)