← Back to Versus Prov1.0.9 (10 releases)

Changelog Versus Pro

Changelog for the available Versus Pro WooCommerce plugin: updates, fixes and feature development.

v1.0.9
  • 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.8
  • 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.4
  • Fixed low-contrast admin headings under an OS dark-mode preference.
v1.0.3
  • Added bundled Polish, German and Spanish translations for the plugin interface.
v1.0.1
  • First stable release.
v0.5.0
  • PDF export: **Download PDF** on the `[versus_compare]` page (landscape A4, dependency-free PDF 1.4). Gated by the same export toggle as CSV.
v0.4.0
  • Category-scoped compare: optional restriction to products sharing a WooCommerce product category, with AJAX guard and admin toggle under **Products → Versus Pro**.
v0.3.0
  • New: comparison export, **Download CSV** and **Print** on the `[versus_compare]` page. Toggle CSV under **Products → Versus Pro**.
v0.2.0
  • Configurable comparison rows, toggle which table rows appear and cap max compared items (Products → Versus Pro).
  • Difference highlighting, optionally highlight rows where compared products differ.
  • Readme and marketing copy aligned with shipped vs planned features.
v0.1.0
  • Initial release. Establishes the PRO add-on bootstrap (boots on top of the free Versus plugin via the `versus/booted` action, verifies the free plugin and minimum version, wires premium services/hooks into the shared container, runs activation defaults and version-tracked migrations, declares WooCommerce HPOS + Blocks compatibility, and integrates the Freemius SDK). Ships the first PRO feature: the `[versus_compare]` comparison-page shortcode with an expanded-attribute table (price, SKU, stock, weight, dimensions, description and product attributes) plus a sticky compare bar on catalogue pages, both reading the comparison set the free plugin maintains.