🔵 other: Update version number

This commit is contained in:
Keith Solomon
2026-04-15 10:44:42 -05:00
parent 3d6e3716b0
commit e5dbe43002
5 changed files with 24 additions and 3 deletions
+11
View File
@@ -9,6 +9,7 @@ Logo Soup is a block-first WordPress plugin for building balanced logo strips an
- Choose between `carousel` and `grid` layouts.
- Configure grayscale, animation speed, and hover pause behavior.
- Set site-wide defaults under `Settings > Logo Soup`.
- Automatic plugin updates sourced directly from GitHub releases.
## Requirements
@@ -38,3 +39,13 @@ npm run lint:js
- REST mutations require `manage_options` plus a valid `wp_rest` nonce.
- All settings are sanitized before saving.
- Block output escapes URLs, attributes, and text on render.
## Releases
Releases are published automatically when a version tag is pushed to this repository:
```bash
git tag v0.2.0 && git push origin v0.2.0
```
The GitHub Actions release workflow installs production Composer dependencies, packages a distributable zip (`logo-soup-v{version}.zip`), and attaches it to a GitHub Release. WordPress installations with this plugin will receive update notifications via the native admin update system.