AbanteCart New Version 1.1.2 is now available
New AbanteCart version 1.1.2 and upgrade package are now available for download or upgrade inside your existing AbanteCart
See below release notes: Release Notes: Version 1.1.2
Updates In this version:
New Features and improvements summary:
See below release notes: Release Notes: Version 1.1.2
Updates In this version:
New Features and improvements summary:
- Language Auto Translate. Ability to translate or copy language text definitions or data descriptions in automatic mode based on various settings
- Add new HTML form fields and other elements for extension development.
- Improved Import/Export
- Improved Resource Library
- Improved Security
- install/upgrade history download file by expired session bug fix
- language manager related bug fixes
- php.ini memory_limit set to 64M.
- method getAttributes of class AAttribute renamed to getAttributesByType
- session cookie now have additional parameters (path, secure, http_only)
- fixed issue with resource_library, getLastId for resource_map returned 0.
- incorrectly configured domain bug fix and notice update
- Alanguage getActiveLanguage method bug fix
- Alanguage autoloadDefinitions bugfix. Extension manager bugfix related on broken config of any extension. Ahtml minor changes.
- listing_manager split to Alisting and Alisting_manager
- Added form field types 'Countries' and 'Zones';
- Fix issue with single non-English language
- Restructure language class and introduce translation wrapper to languages
- Added 'form/date.tpl' for admin and storefront and jquery/ui-datepicker plugin for storefront
- Implemented DateHtmlElement, added form/date.tpl to admin and storefront templates
- 'field_values' table structure and class AForm that works with it are changed. Added new field types into HTML class.
- Fixed resource_library issue, resource_map table will be inserted after resource_library.
- Fixed issue with predefined value for input, textarea, etc.
- Added attribute aform_field_type="captcha" for captcha html element.
- Set import auto detect insert or update based on unique key data present in import
- Number of small bug fixes and improvements