Skip to content

Releases: carmynwilson/pride-flags

1.1.1

Choose a tag to compare

@carmynwilson carmynwilson released this 18 Jun 08:19

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).
  • size accepts any CSS unit (2rem, 1.5em, 50%, 3vh); a bare number is pixels.
  • align attribute (left/center/right).
  • Public updates via Plugin Update Checker (no token).

1.1.0 — collections, tooltips, sizing & alignment

Choose a tag to compare

@carmynwilson carmynwilson released this 18 Jun 08:14

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 with tooltip="false".
  • Flexible size: any CSS unit (2rem, 1.5em, 50%, 3vh); a bare number is still pixels.
  • align attribute: left / center / right to 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

Choose a tag to compare

@carmynwilson carmynwilson released this 18 Jun 07:17

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.