Compare commits

...

7 Commits
v1.1 ... v1.1.9

Author SHA1 Message Date
f85f6f0d3c Use minimal Woodpecker CI configuration for testing
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/tag/woodpecker Pipeline is pending
ci/woodpecker/manual/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
2025-04-07 06:16:04 +01:00
63a2ec3ff9 Add clone debugging to Woodpecker CI configuration
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
2025-04-07 06:11:28 +01:00
f8cabf71b6 Update Woodpecker CI configuration to use environment variables instead of secrets
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
2025-04-07 05:52:02 +01:00
bbdc06b4c1 Fix command formatting in Woodpecker CI configuration
Some checks failed
Build Release / Build and Create Release (push) Has been cancelled
2025-04-07 05:51:18 +01:00
3bf5e3d4ab Fix Woodpecker CI configuration format
Some checks failed
Build Release / Build and Create Release (push) Has been cancelled
2025-04-07 05:50:19 +01:00
c27dbe9343 Improve Woodpecker CI configuration and add CHANGELOG
Some checks failed
Build Release / Build and Create Release (push) Has been cancelled
2025-04-07 05:47:54 +01:00
aa416c1950 Add Woodpecker CI configuration for Gitea 2025-04-07 05:44:24 +01:00
2 changed files with 8 additions and 0 deletions

6
.woodpecker.yml Normal file
View File

@ -0,0 +1,6 @@
steps:
test:
image: alpine:latest
commands:
- echo "Hello from Woodpecker CI"
- echo "Testing minimal configuration"

View File

@ -6,10 +6,12 @@ All notable changes to this project will be documented in this file.
### Added
- Support for multisite WordPress installations
- Network admin page integration
- Woodpecker CI integration for automated releases
### Improved
- Error handling
- User experience with better confirmation messages
- Security by adding proper capability checks
## [1.0] - 2025-03-15
### Added