← Back to Rapidv1.0.10 (14 releases)

Changelog Rapid

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

v1.0.10
  • Renamed to Plogins Rapid - Quick Order 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.9
  • Fixed: searching the quick-order form by SKU returned nothing. The lookup passed only WooCommerce's `s` argument, which searches the title, content and excerpt but never the SKU, so the "search by name or SKU" the form promised only ever worked by name. It now resolves matches through WooCommerce's own product search, which ORs title and SKU in one query, then applies the form's own status, category and limit rules to that result.
v1.0.8
  • 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.7
  • 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.6
  • "Selected categories only" with nothing ticked now shows all products, as the settings screen promises, instead of an empty form.
  • Quantities entered on that form now reach the cart again, instead of every line being refused on submit.
  • The settings screen now says that products with options (size, colour and so on) are not listed in the form, and how many of your published products that affects.
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.4
  • Renamed to Plogins Rapid for WooCommerce for a more distinctive plugin name.
v0.1.3
  • `rapid/order_settings` filter and `rapid/form_fields` action for PRO per-role quick-order forms.
  • `OrderContext` helper exposes visitor role context to templates and filters.
v0.1.2
  • Add `rapid/product_price_html` filter so PRO and custom code can override prices in the quick-order table.
v0.1.1
  • Add `rapid/bulk_paste_prefill` filter and `rapid/bulk_paste_form_extra` / `rapid/bulk_paste_after_form` actions for PRO bulk-paste integrations (saved SKU lists).
v0.1.0
  • Initial release: `[rapid_order]` shortcode with AJAX product search by name or SKU, configurable product scope (all / selected categories), batched add-to-cart with a single notice, selectable columns (image / SKU / price / stock) and results-per-page.