Releases: carmynwilson/pride-flags
Releases · carmynwilson/pride-flags
Release list
1.1.1
Clean re-release of the 1.1.x feature set after release churn on 1.1.0. No functional changes from 1.1.0.
Includes
- Collections:
[pride flag="trans,nonbinary,bi"]renders a row of flags. - Collection builder on the Pride Flags dashboard page.
- Tooltips on hover/focus (default on;
tooltip="…"to customize,tooltip="false"to disable). sizeaccepts any CSS unit (2rem,1.5em,50%,3vh); a bare number is pixels.alignattribute (left/center/right).- Public updates via Plugin Update Checker (no token).
1.1.0 — collections, tooltips, sizing & alignment
A big quality-of-life pass on the shortcode: flag collections, hover tooltips, flexible sizing, alignment, and public updates with no token.
Changes
- Collections:
[pride flag="trans,nonbinary,bi"]renders a row of flags. Single-flag usage is unchanged. - Collection builder: the Pride Flags dashboard page has a "Build a collection" panel — click "+ Add" to stack flags, then copy one combined shortcode.
- Tooltips: flags show a styled hover/focus tooltip with the flag name by default. Customize with
tooltip="…"or turn off withtooltip="false". - Flexible
size: any CSS unit (2rem,1.5em,50%,3vh); a bare number is still pixels. alignattribute:left/center/rightto place a flag or collection on its own line.- A little more spacing between flags in a collection.
- Public updates: repo is public, so the update checker uses no token.
1.0.0 — initial release
First release of Pride Flags — a WordPress plugin that adds a simple [pride flag=""] shortcode and a dashboard flag library.
Changes
[pride flag="trans"]shortcode. No flag — or an unknown one — renders the Progress Pride flag.- Attributes:
flag,class(extra CSS classes),size(height in px),label(alt/title override). - 26 bundled flags (Progress Pride, Trans, and the full Violet Index identity-flag set).
- Searchable Pride Flags dashboard page with per-flag descriptions and one-click copy of each shortcode.
- Filterable registry (
pride_flags_registry,pride_flags_default_slug) for adding your own flags. - GitHub updates via Plugin Update Checker.