Skip to content

Releases: zipMoney/zip.magento1

2.2.2

23 Nov 03:00
04096ea
Compare
Choose a tag to compare
Merge pull request #96 from zipMoney/fix/update-plugin-version

update plugin version

New Release 2.2.1

23 Dec 03:12
d6d0770
Compare
Choose a tag to compare

Fix - Order payload for discount, fee and pickup

  • Fix decimal comparison logic for discount and fee in order items
  • Set pickup as false if shipping amount is more than 0

New Release 2.2.0

09 Oct 04:15
d6d0770
Compare
Choose a tag to compare

Fix issue with specific countries on checkout page. Zip Payment was still appearing even the billing country is not been supported yet.

New Release 2.1.4

08 Oct 00:58
Compare
Choose a tag to compare

Fix unclosed HTML tag in payment form

New Release 2.1.3

03 Sep 04:12
Compare
Choose a tag to compare

Fix order Cancel and Void functions in Magento Admin

New Release 2.1.2

22 Aug 07:22
Compare
Choose a tag to compare

Fix 'The checkout Id does not exist' issue for 'lightbox' mode

New Release 2.1.1

12 Aug 06:05
Compare
Choose a tag to compare
  • Fix checkout detection for default one page checkout
  • Add function to detect whether current page is checkout page

New Release 2.1.0

30 Jul 00:30
Compare
Choose a tag to compare

Core - Coding Standards

  • Apply latest PHP and Magento coding standards
  • Improve Health check for SSL settings
  • Provide configuration fields to define checkout type and checkout path
  • Add product type into payment information for order
  • Improve UI for checkout overlay and spinner
  • Add country and currency supports for New Zealand
  • Add Cancel function for Authorized Charge
  • Add support for Click & Collect shipping method

Fix - Checkout Redirect for One Step checkout

  • Checkout Redirect for One Step checkout
  • Composer needs a vendor/package name
  • Using secure https url in secure website for checkout resources
  • Only accept product SKU with maximum 49 length
  • Only accept phone number with maximum 15 length
  • Fix Void function for Authorized Charge

Extension Refactoring

15 Apr 04:14
Compare
Choose a tag to compare
  • Refactored the whole plugin to improve payment process and fix all fundamental issues
  • Admin configurations been rebuilt, including new structured configuration panel, admin wizard and admin notifications
  • Able to handle store credit, discount & loyalty programs
  • Support redirect (by default) and lightbox to process checkout
  • Include PHP SDK in the package, do not need composer to install it
  • Handle referred applications
  • Support in-plugin health check function
  • Support PHP 5.3 and Magento 1.7

Coding Standard with Codacy

15 Apr 04:13
Compare
Choose a tag to compare
Merged in develop (pull request #16)

sonar.json created online with Bitbucket

Approved-by: Ben Zhang <[email protected]>