Diana Byte8 Alpha Widget
Diana Byte8 Alpha Widget - WordPress plugin used to verify Cargoman registry delivery.
by Diana Byte8 · github.com/diana-softcommerce/wp-alpha-widget · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/diana-softcommerce/wp-alpha-widget/archive/refs/heads/main.zipReadme
diana-byte8/wp-alpha-widget
Registers the [diana_byte8_alpha] shortcode.
A WordPress test package for the Cargoman registry. It does nothing useful on purpose — every class reports the package name and version it was built at, so you can tell at a glance which build Composer actually resolved.
| Package | diana-byte8/wp-alpha-widget |
| Platform | WordPress |
| GitHub repo | diana-softcommerce/wp-alpha-widget (public) |
| Version | 1.0.0 |
Install from the registry
Add the registry to the consuming project once:
composer config repositories.cargoman composer https://serhiy-test.packages.cargoman.io
Then:
composer require diana-byte8/wp-alpha-widget:^1.0
Verify the install
Add [diana_byte8_alpha] to any post
Bumping the version
The version lives in two places that must stay in step — the VERSION constant in
the source and the git tag. Composer reads the tag; the constant is what you see at
runtime, which is how a stale install gives itself away.
git tag v1.1.0 && git push origin v1.1.0