kocayusuf' Alıntı:arkadaşlar buda turquaz a dönmesin. inşaAllah dönmez. daha açık bilgi bekliyoruz. gerekirse geliştiricilere ulaşalım hep birlikte.
www.turquaz.com
cherokhe' Alıntı:1.4.9.4 de acaba ne gibi değişiklikler var ...
== OpenCart v1.4.9.4 ==
FIXES:
- Colspan fixed for admin product list when no products found
- Search not working on all pages fixed
- Removed Foreach in Cache::get function since it returns after the first file anyway
- Added touch() to cache file before unlink to avoid the file race condition
- Add IP back to order edit page (accidentally removed in 1.4.9)
- Removed language status check for download edit
- Fixed language autodetect to check if language is enabled
- Fixed php error when loading information controller with no information_id
- Possible additional fixes for mail to use base64 encoding in subject
- Fixed column width issue for product totals in admin order edit
- Updated Paypal Standard to latest patch
- Fixed text_error in category page
- Email validation simplified to check for *@*.*
- Fixed security issue with Moneybookers payment gateway
- Fixed USPS First class Postcard and International rate issues due to the Jan 2011 api change
- Updated Paypal Standard to latest patch
ADDED:
- Specials listed in the admin product list also show when start or end is 0000-00-00
- Changed Invoice system to be based on unique prefix
- Removed Invoice Id from system since the prefix is the master now. Invoice ID starts at 1 for each unique prefix
- Added invoice_date field to order to store the date the invoice was generated
- Added invoice date to actual invoice print
- Added additional help text for some features to explain their function better
- New Account Create alert mail option
- Added admin email to db insert for admin on new install
- Converted setting.php controller to use the new proposed optimization standard methods (cut filesize in half!)
- Added additional security params in htaccess
- Additional minor code optimizations