← Back to Preorderv1.0.9 (12 releases)

Changelog Preorder

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

v1.0.9
  • Fixed: the pre-order button always read "Pre-order now" in English, whatever language the shop ran in. The label shipped as a plain English sentence in a config file, and that value reached the storefront before the translated one was ever considered, so the Polish, German and Spanish translations of it were never used. Opening the settings screen showed the same English text in the field, and saving wrote it into the database, where it stayed English for good.
  • The default label is now a translated string resolved at the moment the button is drawn, never written back to the database. It follows the site language as soon as a translation for it exists. Translations arrive as WordPress.org language packs and are not bundled in this download, so the label stays English until a pack is published. A label you typed yourself is still used exactly as typed.
  • On update, a label left byte for byte as the old English default is cleared so the translated one takes over. Anything you edited, including a hand translation, is matched exactly and kept.
v1.0.8
  • Renamed to Plogins Preorder - Pre-Orders 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.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.4
  • Translations: completed Polish, German and Spanish for the PRO upgrade panel.
v1.0.3
  • 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.1.3
  • Renamed to Plogins Preorder for WooCommerce for a more distinctive plugin name.
v0.1.2
  • Expected release date field on products (`ProductMeta::META_RELEASE_DATE`, `preorder/release_date` filter).
  • Release date shown on the storefront pre-order stub and in variation JSON.
  • Hidden `_preorder_line` order item meta for add-on queries.
v0.1.1
  • Add `preorder/is_preorder` filter and variation inheritance in `ProductMeta`.
  • Expose per-variation pre-order state on the variations form for add-ons.
v0.1.0
  • Initial release: per-product pre-order flag, custom button text, out-of-stock purchasability, and cart and order flagging, with a settings screen.