2.0.0.0-dev64
* Modularity improvements: * Moved abstract shopping cart logic from the Paypal module to the Payments module * Caching improvements: * Added a new mechanism to uniquely identify page content (a hash-key for cache storage) * Replaced the "magentoZoom" plugin with two widgets: the "gallery" and "zoom" * Fixed bugs: * Fixed an issue with inserting an image in WYSIWYG editor where the selected folder was stored in session * Fixed an issue with CMS Page Links not being shown because of the empty text in the link * Fixed an issue where zooming functionality was not disabled for the responsive design * Fixed an issue with zooming on a configurable product page where the main product image was shown instead of the selected option images * Updated various PHPDoc with parameter and return types * Moved quote-related multishipping logic to the Multishipping module * Resolved dependencies between the Payment and Multishipping modules * Moved the framework part of the Translate functionality from modules to the library * Created the architecture for the email template library * Introduced a consistent approach for using the Config scope * Fixed an issue with the dependency static test
Showing
- CHANGELOG.md 20 additions, 0 deletionsCHANGELOG.md
- app/code/Magento/Authorizenet/Model/Authorizenet.php 0 additions, 1 deletionapp/code/Magento/Authorizenet/Model/Authorizenet.php
- app/code/Magento/Authorizenet/Model/Directpost.php 0 additions, 1 deletionapp/code/Magento/Authorizenet/Model/Directpost.php
- app/code/Magento/Authorizenet/etc/payment.xml 16 additions, 14 deletionsapp/code/Magento/Authorizenet/etc/payment.xml
- app/code/Magento/Backend/App/Config.php 9 additions, 9 deletionsapp/code/Magento/Backend/App/Config.php
- app/code/Magento/Backend/Block/Template/Context.php 2 additions, 2 deletionsapp/code/Magento/Backend/Block/Template/Context.php
- app/code/Magento/Backend/Block/Widget/Button/SplitButton.php 1 addition, 1 deletionapp/code/Magento/Backend/Block/Widget/Button/SplitButton.php
- app/code/Magento/Backend/Model/Config/Backend/Admin/Custom.php 3 additions, 3 deletions...ode/Magento/Backend/Model/Config/Backend/Admin/Custom.php
- app/code/Magento/Backend/Model/Config/Backend/Admin/Usecustom.php 3 additions, 3 deletions.../Magento/Backend/Model/Config/Backend/Admin/Usecustom.php
- app/code/Magento/Backend/Model/Config/Backend/Encrypted.php 1 addition, 1 deletionapp/code/Magento/Backend/Model/Config/Backend/Encrypted.php
- app/code/Magento/Backend/Model/Locale/Manager.php 3 additions, 3 deletionsapp/code/Magento/Backend/Model/Locale/Manager.php
- app/code/Magento/Backend/Model/Translate.php 16 additions, 7 deletionsapp/code/Magento/Backend/Model/Translate.php
- app/code/Magento/Backend/Model/Translate/Inline.php 17 additions, 1 deletionapp/code/Magento/Backend/Model/Translate/Inline.php
- app/code/Magento/Backend/Model/Translate/Inline/Config.php 22 additions, 8 deletionsapp/code/Magento/Backend/Model/Translate/Inline/Config.php
- app/code/Magento/Backend/Model/Translate/Inline/ConfigFactory.php 5 additions, 5 deletions.../Magento/Backend/Model/Translate/Inline/ConfigFactory.php
- app/code/Magento/Backend/Model/View.php 4 additions, 4 deletionsapp/code/Magento/Backend/Model/View.php
- app/code/Magento/Backend/etc/adminhtml/di.xml 5 additions, 2 deletionsapp/code/Magento/Backend/etc/adminhtml/di.xml
- app/code/Magento/Backend/etc/di.xml 1 addition, 1 deletionapp/code/Magento/Backend/etc/di.xml
- app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tabs.php 10 additions, 2 deletions...ode/Magento/Catalog/Block/Adminhtml/Product/Edit/Tabs.php
- app/code/Magento/Catalog/Block/Product/View/Gallery.php 35 additions, 0 deletionsapp/code/Magento/Catalog/Block/Product/View/Gallery.php
Please register or sign in to comment