← Zurück zu Gift Cards Prov1.0.8 (14 Releases)

Changelog Gift Cards Pro

Changelog für das verfügbaren WooCommerce-Plugin Gift Cards Pro: Updates, Korrekturen und Funktionsentwicklung.

v1.0.8
  • Fixed: the plugin title label on Freemius notices rendered white on a background measuring 2.37:1, where WCAG AA wants 4.5:1 for text that size. The label now uses the same grey WordPress core uses, at 4.61:1.
  • Fixed: the public key constant was defined inside the guard for the product id constant, so it would have gone undefined if anything had defined the id first. Harmless today, wrong the moment it is not.
v1.0.7
  • Fix: deleting the plugin now removes its options and transients instead of leaving them in the database, on every site of a network. The free plugin's own settings are untouched.
v1.0.3
  • Accessibility improvements to the admin and storefront markup.
  • Fixed low-contrast admin headings under an OS dark-mode preference.
v1.0.2
  • Added bundled Polish, German and Spanish translations for the plugin interface.
v1.0.1
  • First stable release.
v0.7.2
  • Plugin Check: escaping/sanitisation/i18n/hygiene fixes.
v0.7.1
  • Maintenance: renamed the plugin slug and text domain to `plogins-giftcards-pro` for consistency across the Plogins family. No functional changes.
v0.7.0
  • New: **multi-currency**, currency column on gift cards, order-currency stamping, bulk batch currency selector, balance/lookup display in card currency, optional checkout enforcement under **WooCommerce → Gift Cards Pro**.
v0.6.0
  • New: **PDF gift cards**, printable PDF attachments on recipient emails (immediate and scheduled delivery). Toggle under **WooCommerce → Gift Cards Pro**.
v0.5.0
  • New: **bulk generation & CSV export**, **WooCommerce → Bulk gift cards** issues up to 500 promo codes per batch and downloads a CSV.
v0.4.0
  • New: **custom card designs**, branded HTML recipient emails (Classic, Celebration, Minimal), optional accent colour and header image, per-product design override.
v0.3.0
  • New: partial-redemption history, **WooCommerce → Gift card lookup** with per-order redemption log.
  • New: copies the applied gift-card code onto the order at checkout so redemption completes reliably on order processing.
v0.2.0
  • First shipping PRO features: **customer-chosen amount** (per-product min/max amount field that sets the order line price), **scheduled delivery** (recipient email held back and sent on a chosen date via a daily wp-cron task instead of immediately), and the **`[giftcards_balance]` shortcode** (public, nonce-protected remaining-balance lookup). Storage is shared with the free plugin's gift-card table; no free code is modified.
v0.1.0
  • Initial scaffold release. Establishes the PRO add-on bootstrap: boots on top of the free Gift Cards plugin via the `giftcards/booted` action, verifies the free plugin and minimum version, wires premium service/hook registries into the shared container, runs activation defaults and version-tracked migrations, declares WooCommerce HPOS + Blocks compatibility, and integrates the Freemius SDK for licensing and updates. Premium features (scheduled delivery, custom designs, partial-redemption history, balance check, bulk generation) are planned and not yet implemented.