Files
Logo-Soup/CHANGELOG.md
2026-04-15 10:44:42 -05:00

15 lines
724 B
Markdown

# Changelog
## 0.2.0
- Added GitHub-based automatic update integration using WordPress's native plugin update system.
- Added `GitHub_Updater` class that checks the `Vincent-Design-Inc/Logo-Soup` repository for new releases and surfaces update notifications in the WordPress admin.
- Added GitHub Actions release workflow that builds a distributable zip and publishes a GitHub Release when a version tag (`v0.1`, `v0.1.0`, etc.) is pushed.
## 0.1.0
- Initial release.
- Added a configurable `Logo Soup` block for uploading logos, links, and layout options.
- Added a plugin settings screen and REST API for default display options.
- Added uninstall cleanup, PHPUnit baseline tests, and development tooling scaffolding.