Skip to content

Commit

Permalink
Release version 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-gillot committed Jul 4, 2024
1 parent b0876d0 commit 92763ea
Show file tree
Hide file tree
Showing 131 changed files with 7,005 additions and 37 deletions.
64 changes: 27 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,39 +1,29 @@
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac
.DS_Store

# Sublime
*.sublime-project
*.sublime-workspace

# PhpStorm
.git
.idea

# Eclipse
*.pydevproject
.project
.metadata
build/
tmp/

# Grunt
.github
bin
node_modules

# Vendor
vendor

# Temporary files
*~

# Project
wordpress/
app
tests
wordpress
.distignore
.dockerignore
.DS_Store
.editorconfig
.env
.env.testing
.gitignore
.lando.dist.yml
.plugin-data
codeception.dist.yml
composer.json
composer.lock
grumphp.yml
gulpfile.js
LICENCE
old-bitbucket-pipelines.yml
package.json
package-lock.json
phpcs.xml
psalm.xml
readme.md
wp-cli.yml
7 changes: 7 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit66a01440c9e9075296e4df26beb99d3b::getLoader();
Loading

0 comments on commit 92763ea

Please sign in to comment.