← Back to Swift v1.0.11 (11 releases)

Changelog Swift

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

v1.0.11
  • New: Elementor "Buy Now Button" widget. Same output as the `[swift_buy_now]` shortcode, loaded only when Elementor is active.
v1.0.10
  • Clearing the button label now works. The field says leaving it empty restores the default "Buy now", but the old label was quietly kept and your storefront went on showing it. Empty means "Buy now" again.
  • The Buy Now button no longer appears on variable product pages, where it could not work. Clicking it gave the shopper an error notice instead of a checkout, because a variation has to be chosen first. The placement setting and the FAQ now say plainly that Swift covers simple products.
v1.0.9
  • Removed variation handling that this plugin had no way to reach. The bundled checkout engine accepted a `variation_id` on the request while nothing here could choose a variation, and the code said the capability belonged to the paid edition. Swift is a Buy Now button for simple products and the package now contains only that.
  • The accent colour is re-validated when it is written into the stylesheet, instead of being trusted from storage. The settings screen already sanitised it on save, but an option can also be set by a migration, WP-CLI or another plugin.
v1.0.8
  • Corrected the Translations section. It said the package bundles Polish, German and Spanish files; it does not, and must not: .distignore strips every .po and .mo because WordPress.org serves translations from translate.wordpress.org. The .pot template ships as before.
  • The build now names the package folder from the plugin's Text Domain instead of the local checkout directory, so the artifact is plogins-swift rather than swift.
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.2.1
  • Renamed to Plogins Swift for WooCommerce for a more distinctive plugin name.
v0.2.0
  • New: `[swift_buy_now]` shortcode to place the Buy Now button anywhere (optionally targeting a product by id).
  • New: choose whether the button sits before or after the add-to-cart button on single product pages.
  • New: optionally respect the quantity chosen on the product page (simple products).
  • New: button style options, theme default, solid, or outline, with an optional accent colour.
  • New: "Settings" link in the plugins list row.
  • New: uninstall cleanup removes the plugin's options (multisite-aware).
  • Improved: redesigned settings page with grouped cards, a live button preview, a Live/Off status indicator, and accessible "?" help tooltips on every option.
  • Improved: modern, themeable storefront button styles (CSS custom properties, dark-mode support, reduced-motion-safe transitions) with no layout shift.
  • Improved: accessibility, keyboard-operable help tooltips, visible focus styles, and ARIA roles throughout the admin.
  • Improved: robustness, the button never renders in a broken state for unpurchasable products, and the accent colour is scoped to Swift's own buttons.
v0.1.0
  • Initial release: a Buy Now button for WooCommerce that adds to cart and redirects straight to checkout (or cart), with a settings page for the label, placement and redirect target.