🔵 other: Update version number
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user