Changes:
== OpenCart v1.4.9.6 ==
FIXES:
- Fixed php error for deleted products due to bad check for admin catalog controllers (long time bug) with !empty.
- Removed secret key required field in moneybookers and added the uppercase validation
- Fixed missing classification field in ups.php
- Fixed Customer filter to be case-insensitive
- Fixed continuity with HTTPS vs HTTP in the cart, module, and checkout pages
- Added callback to nochex.php and updated it for token support
- Fixed Flat and Free modules overriding the main status
- Fixed orphaned Germany zone to geozone (for new installs)
ADDED:
- Added Patched CURL-Based payment extensions with better curl error handling.
- Changed Worldpay to use quicker form url
- Updated royal mail rates
- changed header.tpl to use variable for theme name
- Updated common_form.tpl
- Default dimensions for UPS if left empty
DELETED:
- Empty placeholder files
Delta:
Files Changed Since 1.4.9.5
==========================
upload/admin/controller/catalog/category.php
upload/admin/controller/catalog/information.php
upload/admin/controller/catalog/manufacturer.php
upload/admin/controller/catalog/product.php
upload/admin/controller/catalog/review.php
upload/admin/controller/payment/moneybookers.php
upload/admin/controller/shipping/ups.php
upload/admin/language/english/payment/alertpay.php
upload/admin/language/english/payment/moneybookers.php
upload/admin/language/english/shipping/ups.php
upload/admin/model/sale/customer.php
upload/admin/view/javascript/ckeditor/config.js
upload/admin/view/template/payment/moneybookers.tpl
upload/admin/view/template/shipping/ups.tpl
upload/admin/index.php
upload/catalog/controller/checkout/cart.php
upload/catalog/controller/checkout/guest_step_2.php
upload/catalog/controller/checkout/shipping.php
upload/catalog/controller/module/bestseller.php
upload/catalog/controller/module/featured.php
upload/catalog/controller/module/latest.php
upload/catalog/controller/module/special.php
upload/catalog/controller/payment/authorizenet_aim.php
upload/catalog/controller/payment/moneybookers.php
upload/catalog/controller/payment/nochex.php
upload/catalog/controller/payment/perpetual_payments.php
upload/catalog/controller/payment/pp_pro.php
upload/catalog/controller/payment/pp_pro_uk.php
upload/catalog/controller/payment/pp_standard.php
upload/catalog/controller/payment/sagepay.php
upload/catalog/controller/payment/sagepay_direct.php
upload/catalog/controller/payment/sagepay_us.php
upload/catalog/controller/payment/worldpay.php
upload/catalog/controller/product/category.php
upload/catalog/language/english/payment/nochex.php
upload/catalog/language/english/shipping/royal_mail.php
upload/catalog/model/shipping/flat.php
upload/catalog/model/shipping/free.php
upload/catalog/model/shipping/royal_mail.php
upload/catalog/model/shipping/ups.php
upload/catalog/model/shipping/usps.php
upload/catalog/model/shipping/weight.php
upload/catalog/view/theme/default/template/common/header.tpl
upload/catalog/view/theme/default/template/payment/nochex.tpl
upload/index.php
DOWNLOADS:
If you are upgrading, be sure to read the "upgrade.txt" file that comes with either download Do NOT post bugs in this thread. Use the official Bug thread here:
OFFICIAL BUG THREAD:
http://forum.opencart.com/viewtopic.php?f=161&t=36789
EXTENSION & THEME NOTES:
Most 1.4.9.x themes should work fine. There were only tiny changes to the tpl files and only the header.tpl is likely to be something you'd have different in a custom theme. Be sure your custom themes never have their own "payment" folder as that folder should always be left out so that the default is used so that any updates to payment modules are applied to your store
OTHER NOTES:
- If you are using vQmod, you will need to rerun the vQmod installer after upgrade.
- If you still see 1.4.9.5 in the footer, then you didn't upload all the files, namely the index.php files
- Be sure to read the doc files:
-- install.txt for new installs
-- upgrade.txt for upgrades