Add Git Updater support with smart source detection
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
Build Release / Deploy to WordPress.org (push) Has been cancelled
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2025-04-12 00:03:10 +01:00
parent 322cada133
commit 22d13ef8aa
7 changed files with 216 additions and 3 deletions

6
.gitignore vendored
View File

@ -29,6 +29,10 @@ bower_components/
composer.lock
package-lock.json
# Composer
vendor/
composer.phar
# Build files
build/
dist/
@ -76,4 +80,4 @@ codecov.yml
webpack.config.js
gulpfile.js
Gruntfile.js
*.zip
*.zip