Skip to content

Releases: UltraCart/my_account

CORS support

02 Jun 05:09
Compare
Choose a tag to compare
  • added CORS support
  • removed rest_proxy.php
  • myaccount will now run in any web server

Version 2.0

27 May 04:10
Compare
Choose a tag to compare

Hosted Fields (PCI) support added to payment edit screen
Reviews are now done within this client instead of at UltraCart. This keeps the end customer logged into the application.
Wishlist support was added. View wishlist and manage it. Add items directly into cart from wishlist.

Version 1.0

02 Apr 19:49
Compare
Choose a tag to compare

This release is considered a mandatory upgrade. Of this release, the changes in the rest_proxy.php script are most important.
Please upgrade your rest_proxy.php scripts as soon as possible. Doing so will prevent issues with your site. Additionally,
we've added a proxy version header that will allow us to track which merchants might have out of date proxy scripts in the
future. This could prove vital to rapidly addressing any compatibility issues that might arise from future server updates.

rest_proxy.php changes:

  • Fixes for content-length being sent down when original response was gziped. Would cause the client problem if the server running the proxy wasn't gziping it as well
  • We have disabled gzip upstream until 4/15/2015 at which point everyone should have their proxy scripts upgraded.
  • Added a flag that can be set to enable debugging to the error_log instead of having to uncomment all the statements.
  • Change SSL certificate verify flag.
  • Set an empty Expect header in the request to prevent curl from sending the Expect: 100-Continue header.
  • Simplify the HTTP 100 Continue header trimming and allow for multiple of them
  • Close out the curl handle sooner.
  • Add a proxy version number to the header so we can tell from the server side if people are running out of date proxy