Compare commits

..

7 Commits
v1.1 ... v1.1.9

2 changed files with 8 additions and 0 deletions

6
.woodpecker.yml Normal file

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

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