Skip to content

Change Logs

View all the changes made to the Go Cart plugin. Emoji are used to indicate the type of change.

INFO

  • 🔥 = New Feature
  • 🐛 = Bug Fix
  • 📝 = Documentation
  • ⚠️ = Breaking / Major Change
  • ♻️ = Tweak, Renamed, Modified (Might not be a improvement)
  • 👌 = Improvements
  • 💊 = Tested

1.0.21 - [ 23 February 2024 ]

  • 🔥 Added: Coupon selection for shopping reward. Selected coupon is automatically applied if shopping threshold amount is met by a customer.
  • 💊 Tested: Up to WordPress version 6.4.3.
  • 💊 Tested: Up to WooCommerce version 8.6.1.

1.0.20 - [ 09 February 2024 ]

  • 🔥 Added: ShortCode for displaying cart toggle button.
  • 💊 Tested: Up to WordPress version 6.4.2.
  • 💊 Tested: Up to WooCommerce version 8.5.2.

1.0.19 - [ 09 November 2023 ]

  • 💊 Tested: WordPress v6.4.0
  • 💊 Tested: WooCommerce v8.2.2

1.0.18 - [ 09 August 2023 ]

  • 🐛 Fixed: Fixed: Vue JS components [color-picker]. Fixed incorrect cursor position.
  • 💊 Tested: WordPress version 6.3.0
  • 💊 Tested: WooCommerce version 8.0.0

1.0.17 - [ 18 July 2023 ]

  • 🔥 Added: Option, Remove Product from Cart if not in Stock, to remove product(s) from cart if there is no stock available.
  • 🔥 Added: Option, Display Toast Notification on Product Single, to display add to cart form submission notices as toast notifications.
  • 🔥 Added: Additional icons for cart toggle button.
  • 🔥 Added: Option, Enable Ajax Add to Cart on Product Single, to submit product single's add to cart form via Ajax.
  • 🔥 Added: SVG icon if the cart is empty.
  • 👌 Removed: Unwanted option, Enable Shipping Calculator and section Cart Subtotal.
  • 👌 Removed: Unwanted option, Display Product Includes Tax Text. Tax included and excluded text now comes from the WooCommerce.
  • 🐛 Fixed: Translation/text domain issues.
  • 🐛 Fixed: Total discount amount with and without tax issue.
  • 🐛 Fixed: Product subtotal not getting displayed issue when the option, Display Product Subtotal, is enabled.
  • 🐛 Fixed: Cart toggle button not getting hidden issue when the option, Hide Cart Toggle Button on empty cart, is enabled.
  • 🐛 Fixed: Invalid JSON body passed while importing options #306.
  • ♻️ Updated: Option, Display Toast Notification, renamed to Display Toast Notification on Product Catalog .
  • ♻️ Updated: Removed product removal and undo notice when a product gets added to cart.
  • 👌 Updated: Better cart content check to match the consistency.
  • 👌 Tweak: Shopping meter percentage parsed to Float value.
  • 💊 Tested: WooCommerce version 7.9.0.
  • 💊 Tested: WordPress version 6.2.2.

1.0.16 - [ 19 June 2023 ]

  • 🔥 Added: Shopping meter progress bar animation.
  • 👌 Tweak: Cart model transition animation.
  • ♻️ Tweak: 'no-cache' header in admin setting page api calls.
  • ♻️ Tweak: 'no-cache' header in admin setting page api calls.

1.0.15 - [ 18 May 2023 ]

  • 🔥 Added: New option, Automatically hide coupon messages.
  • 🔥 Added: Confetti particles animation when shopping meter threshold is reached #FYI.
  • ♻️ Tweak: Disabled page scolling when Go Cart is visible/open.
  • ♻️ Tweak: Added ID attribute in coupon code input field.
  • ♻️ Removed: The option, Enable Showing Invalid Coupons Auto-Remove Message.
  • 👌 Update: Title of product with variation in side cart.
  • 👌 Update: Displaying of coupon notices.
  • 🐛 Fix: Missing perfect scrollbar initialization function on cart modal.
  • 🐛 Fix: Cart count badge position not working in side cart toggle button. GitHub Issue #266
  • 🐛 Fix: Multiple #gocart__woo-coupon-container elements getting displayed issue.
  • 💊 Tested: WordPress v6.2.1.

1.0.14 - [ 18 April 2023 ]

  • 🔥 Added: Option for compare shopping meter threshold with subtotal before or after discount.

1.0.13 - [ 06 April 2023 ]

  • 👌 Update: Product name is displayed with selected attributes or variations.
  • 👌 Update: Quantity input field is hidden in the cart when product is sold individually. #229
  • 🐛 Fixed: Loader getting displayed when quanity decrease button is clicked although the minimum quantity has reached. #229
  • 💊 Tested: With WordPress v6.2.
  • 💊 Tested: With WooCommerce v7.5.1.

1.0.12 - [ 16 March 2023 ]

  • ♻️ Removed: Option to display tax in cart subtotal. Tax detail in cart subtotal is now synced with WooCommerce tax settings.

1.0.11 - [ 10 March 2023 ]

  • 🔥 Added: Option to disable Go Cart on mobile devices. #201
  • 🔥 Added: Option to conditionally display item total count either according to the quantity of items in cart or the number of unique items in the cart. #199
  • 🔥 Added: Option to set for product removal notice and product removal undo link in the cart. #200
  • 🐛 Fixed: Multiple shipping methods selection design issue.

1.0.10 - [ 27 February 2023 ]

  • 👌 Update: Shows '-' instead of 0 when no available shipping methods.
  • 🐛 Fixed: shipping section not updated on coupon update.

1.0.9 - [ 07 February 2023 ]

  • 🔥 Added: Swipe gesture to close Go Cart on mobile devices.
  • 🐛 Fixed: Cart footer button not showing on mobile device.
  • 👌 Removed: Unwated WooCommerce content before product-remove button on cart on media screen 768px and below.

1.0.8 - [ 27 January 2023 ]

  • 🐛 Fixed: Shopping meter post threshold label. #183

1.0.7 - [ 24 January 2023 ]

  • 🔥 Added: Option to hide Go Cart toggle button when WooCommerce cart is empty.

1.0.6 - [ 06 December 2022 ]

  • 🔥 Added: Settings for tools page.
  • 🔥 Added: Option for resetting all Go Cart options.
  • 🔥 Added: Option for importing all Go Cart options.
  • 🔥 Added: Option for exporting all Go Cart options.
  • 👌 Tweak: wp_enqueue_style(). Now, Go Cart admin CSS loads only on the Go Cart setting page.
  • ♻️ Updated: Go Cart language file (POT).

1.0.5 - [ 05 Decemeber 2022 ]

  • 🐛 Fixed: Extra button "Cart/Close" static string.
  • 🐛 Fixed: Product items price on the cart model was shown without tax.

1.0.4 - [ 02 Decemeber 2022 ]

  • 🔥 Added: Option to enable/disable dynamic texts in cart.
  • 🔥 Added: Product is automatically removed from cart and an alert is displayed if product is out of stock.
  • 🐛 Fixed: Discount showing without tax.
  • 👌 Tweak: Code Refactor.
  • 👌 Tweak: Switch between dymanic & static text labels. This approach might be helpful for some users who are using multilingual plugins.

1.0.3 - [ 25 November 2022 ]

  • 🔥 Added: Option to disable shopping meter if cart has product associated with certain shipping classes. #120
  • 🔥 Added: Option to display shipping amount and enable shipping calculator in the cart subtotal table. #120
  • 🔥 Added: Added: Option to display total tax amount in the cart subtotal table. #120
  • 🔥 Added: Option to change labels. #120
  • 🔥 Added: Option to set time to auto close coupon message. #120
  • 🐛 Fix: Proper display of coupon messages and coupon codes. #105
  • 👌 Improved: Added spinner while removing & updating cart item. #120
  • 👌 Improved: Code refactoring.
  • 👌 Improved: Reload everything on cart modal, to match the consistency with the back-end. #120
  • 👌 Improved: Color picker on Go Cart design setting page.
  • ♻️ Tweak: Updated Go Cart language file.
  • 📝 Updated: Documentation guide.
  • 💊 Tested: WooCommerce version 7.1.0.

1.0.2.1 - [ 19 October 2022 ]

  • ♻️ Tweak: Function prefix.

1.0.2 - [ 19 October 2022 ]

  • ♻️ Tweak: Function prefix.

1.0.1 - [ 18 October 2022 ]

  • ♻️ Tweak: Prefix for functions.
  • 👌 Addded: Table of content on admin & public facing SASS files.
  • 👌 Improved: All text strings are translatable and properly escaped.
  • 📝 Updated: Developer documentation guide.
  • 💊 Tested: WordPress version 6.0.3.
  • 💊 Tested: WooCommerce version 7.0.0.

1.0.0 - [ 18 October 2022 ]

  • 🔥 New: Initial release.

Go Cart.