← Zurück zu Swiftv1.0.15 (15 Releases)

Changelog Swift

Changelog für das verfügbaren WooCommerce-Plugin Swift: Updates, Korrekturen und Funktionsentwicklung.

v1.0.15
  • Translations: added complete French and Italian, and refreshed Polish, German and Spanish for the current plugin interface and readme. Fixed three carry-over mistakes in the existing Polish, German and Spanish files: the plugin name was mistranslated as a description sentence instead of kept as-is, the plugin page URL pointed at the pre-rename slug, and "WPPoland.com" was shortened to "WPPoland".
  • Fixed: the "WooCommerce is required" admin notice and the uninstall cleanup comment still named the plugin "Swift, Quick Buy" from before the rename; the settings menu label under WooCommerce still read "Swift Quick Buy" instead of "Buy Now Button".
v1.0.14
  • Fixed: the plugin reported an older version number internally than the one it was released under. That number versions the stylesheets and scripts the admin screen loads, so a browser holding the previous files kept them after an update instead of fetching the corrected ones.
v1.0.13
  • Declared compatibility with WooCommerce 11.0.
v1.0.12
  • 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.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.