← Back to Sizerv1.0.10 (13 releases)

Changelog Sizer

Changelog for the planned Sizer WooCommerce plugin: updates, fixes and feature development.

v1.0.10
  • Fixed the size guide showing English on a translated shop. The link wording ("Size guide") and the pop-up heading were shipped as plain text in a config file and written into the database when the plugin was activated, so they were never part of the translation files and no language pack could reach them. Both now default to a translatable string, so they follow the site language as soon as a translation exists. Translations are delivered by WordPress.org language packs rather than bundled here, so the wording stays English until a pack is published. If you never changed the wording, the old English value is cleared on update and the translated one takes over; wording you typed yourself, in any language, is left exactly as it is.
v1.0.9
  • Renamed to Plogins Sizer - Size Guide for WooCommerce so the name leads with the brand rather than a generic word, which is what the WordPress.org plugin review team asks for. The plugin slug is unchanged.
v1.0.8
  • Removed the "Tested up to" header from the main PHP file. It belongs in readme.txt only, where it is already declared; present in both, the header can override the readme and show a compatibility version that was never intended.
v1.0.7
  • Tested against WordPress 7.1. Verified by activating this build on a clean 7.1 install with WooCommerce 11.1, not by editing the header.
v1.0.6
  • Fixed the PRO promo on the settings screen quoting a price in PLN. PRO is priced and charged in EUR, so an admin on a Polish site was shown a zloty amount and then billed in euro, and the zloty figure was a fixed conversion that drifted from the real charge as the rate moved. The promo now shows the euro price that is actually taken.
v1.0.5
  • Two size charts with the same or similar name (a men's and a women's "T-shirts", or "Summer tops" and "Summer Tops") now both survive. Previously one of them disappeared on reload and products assigned to it started showing the other chart's measurements.
v1.0.3
  • Translations: completed Polish, German and Spanish for the PRO upgrade panel.
v1.0.2
  • Added bundled Polish, German and Spanish translations for the plugin interface.
v1.0.1
  • First stable release.
v0.1.3
  • Renamed to Plogins Sizer for WooCommerce for a more distinctive plugin name.
v0.1.2
  • `sizer/match_size` filter and `SizeMatcher` service for matching shopper measurements to chart rows.
  • `sizer/chart` filter on resolved chart data before render.
v0.1.1
  • `sizer/chart_units` filter and `sizer/chart_controls` action for PRO unit switching on rendered charts.
v0.1.0
  • Initial release: reusable size charts, per-product assignment, and an accessible modal shown after the add-to-cart button.