- Updated SQL in admin/model/sale/order.php to fix date_modified filter. Fixes #1371
- Change settitle to setTitle in error/not_found.php
- Fixed issue in Amazon Payments where tax lines where passed as products if cart had different tax rates.
- Fixed the implementation of captchas.
- Incorrect file type when uploading on Windows Machines REF: #1550
- Corrected 404 response headers REF: #1620
- Trigger JS change on page load to ensure that option choices are hidden/shown when editing an option.
- Fixed hyphen problem with PayPal Express checkout url
- Changed PayPal cardissue to issuenumber variabe for PayPal Pro
- Used correct admin setting to check if product count should be done on a category REF: #1828
- Changed response message to hide sensitive DB connection data on failure. REF: 3fff5226d9c48f8f4c948bc2c27a5c91f8dba1a2
- Fixed category count to be called only when count is turned on
- Added formatting to number format in pp express to ensure no comma is added for items over 1000 #2216
- Removed duplicate DELETE SQL query for product attributes REF: #1379
- Small coding standard improvement (spacing on if and else if statements) in Amazon Payments FE template
- Updated link to download location for Amazon Payments adjustment file as it was removed from the source.
- Added missing semi-colon to echo statements in Amazon Checkout REF: #1565
- Removed old subversion file read from admin/controller/footer - redundant code.
- Added speed improvement for the product count check in the category module if it is disabled. Part of the totals calculation were still being done.
- Authorize.net solution ID to payment gateway
- Fixed issue with images containing the <? (used in xml etc) string in the source and not uploading. Now only checks long php tag view
- Fixed language string for "error_file_type" in admin filemanger/upload method view
- Fixed upgrade issues caused by PHP consider 0 equal to null view
- Updated SQL query in getTotalEmailsByProductsOrdered and getEmailsByProductsOrdered to use the limits in the correct method view
- Updated SQL mode in install SQL file and MySQLi adapter to accommodate servers that have strict mode enabled by default view
- Removed Amazon payments xls file from system folder as it can be downloaded online and has no place in the code framework view
- Improved currency update method to include curl timeouts, to handle occasional timeout issues view
- Nothing
- Image manager issue where the thumbnails failed to load view
- PayPal Express totals calculation, fixed incorrect variable names view
- Fixed report for coupons to search the history table instead for start/end filters view
- Allow arrays to be written to the log file view
- Check uploaded files for php content, reduce the risk of image files containing php and running on insecure servers view
- Nothing
- PayPal Express Checkout Added error handling if no shipping options for weight based shipping are found view
- PayPal Express Checkout Fixed message when cart totals do not match order amounts view
- PayPal Express Checkout Fixed state issue, changed variable from PAYMENTREQUEST_0_SHIPTOCOUNTRYCODE to PAYMENTREQUEST_0_SHIPTOSTATE view
- PayPal Express Checkout Added fix for to allow for download only items and PayPal guest checkout. Guest checkout with no shipping option will not return any address data for the checkout so exceptions for no payment address data have been handled view
- Fix for from and mail-to mail headers view
- Klarna Account gateway minimum amount update view 1 view 2
- PayPal Express Checkout wrapped logging calls with if statements to check if debug is enabled in the settings view
- PayPal Express Checkout Updated SQL check for zone information to include code and title, covers differences between data response for different country formats view
- Cookies changed to HttpOnly view
- Changed UTF8 helper functions to new code view
- Updated OpenBay Pro to latest v2334 view
- New checks during install to check for iconv function or mbstring extension as used by UTF8 helper view