|
| 1 | +0.1.0-alpha99 |
| 2 | +============= |
| 3 | + * Released Performance Toolkit |
| 4 | + * GitHub requests: |
| 5 | + * [#665](https://github.com/magento/magento2/issues/665) -- Main menu event in wrong area |
| 6 | + * [#666](https://github.com/magento/magento2/pull/666) -- Update di.xml |
| 7 | + * [#602](https://github.com/magento/magento2/issues/602) -- Magento\Sales\Model\Order::getFullTaxInfo() incorrectly combines percentages |
| 8 | + * [#673](https://github.com/magento/magento2/issues/673) -- Fixed fatal error during installation |
| 9 | + * Functional tests: |
| 10 | + * Updated API-functional test for Customer and Address metadata service |
| 11 | + * Add cross sell |
| 12 | + * Add a product to wishlist |
| 13 | + * Add up sell |
| 14 | + * Checkout with gift messages |
| 15 | + * Create an order from a customer |
| 16 | + * Create a shipment for offline payment methods |
| 17 | + * Delete a product from mini shopping cart |
| 18 | + * Reorder |
| 19 | + * Sales order report |
| 20 | + * Updating URL rewrites from a category page |
| 21 | + * Layout updates: |
| 22 | + * Moved layout files to the page_layout directory |
| 23 | + * Moved layout validation files to framework |
| 24 | + * Theme updates: |
| 25 | + * Blank Theme layouts & templates were unified |
| 26 | + * Search Library: |
| 27 | + * Added ability to aggregate queries for MySQL adapter |
| 28 | + * Implemented automatic range aggregation for MySQL adapter |
| 29 | + * Search module: |
| 30 | + * Introduced the Search module |
| 31 | + * Moved autocomplete to the Search module |
| 32 | + * Added base UI to the Search module |
| 33 | + * Documentation: |
| 34 | + * Added basic description of modules in the README.md files |
| 35 | + * Modularity: |
| 36 | + * Created API and script to get module and dependency information |
| 37 | + * Framework Improvements: |
| 38 | + * Decomposed heavy objects basing on profiling results |
| 39 | + * Refactored the getCustomAttributesCodes method in ProductService |
| 40 | + * Refactored Customer Model to use Group Model instead of Group Service |
| 41 | + * Updated Travis configuration to run "composer install" |
| 42 | + * Performance improvements: |
| 43 | + * Removed unnecessary "save order" call during order submission step |
| 44 | + * Fixed missing installation features of the new setup: |
| 45 | + * Added missing installation parameters: admin_no_form_key, order_increment_prefix, cleanup_database |
| 46 | + * Fixed the link to the license agreement in web installer |
| 47 | + * Fixed the web installation wizard which was stuck at 96% |
| 48 | + * Fixed bugs: |
| 49 | + * Fixed an issue where newly created attribute was always added to the Product Details tab |
| 50 | + * Fixed an issue where it was impossible to change the Stock Availability status of a product from the Advanced Inventory tab |
| 51 | + * Fixed an issue where the Stock Status value changed from In Stock to Out of Stock if quantity was not specified |
| 52 | + * Fixed an issue where performance toolkit failed in case of unknown argument |
| 53 | + * Fixed an issue where 404 error page was displayed instead of the URL Rewrite Information page |
| 54 | + * Fixed an issue where the Click for price link was not working if a product name contained quote mark |
| 55 | + * Fixed an issue where the Compare products link disappeared after switching to other page |
| 56 | + * Fixed an issue where the custom logo was not displayed on the category page |
| 57 | + * Fixed an XSS vulnerability in category name |
| 58 | + * Fixed an issue where a success save message was not displayed after saving a Search term |
| 59 | + * Fixed an issue with Google Analytics where it was impossible to add the code to the pages |
| 60 | + * Fixed an issue where import custom options grid was not displayed on the product creation page |
| 61 | + * Fixed an issue where it was impossible to retrieve a product collection from category in the "adminhtml" area |
| 62 | + * Fixed an issue where product attributes were absent on product creation form after switching to another product template |
| 63 | + * Fixed an issue where the 'URL key for specified store already exists.' error message was displayed when saving a configurable product with variations which have the same name |
| 64 | + * Fixed an issue where search in the Search Terms Report grid did not work |
| 65 | + * Fixed an issue where the unnecessary tab "General" was displayed on the Category page in the Admin panel |
| 66 | + * Fixed an issue where the Stock Status value changed from In Stock to Out of Stock if quantity was not specified for a configurable product when saving to a new template |
| 67 | + * Fixed an issue where product Stock Status was always set to 'In Stock' if product quantity was specified |
| 68 | + * Fixed an IE specific issue where for bundle products the Manage Stock option was reset to Yes |
| 69 | + * Fixed an issue where backorder messages were not displayed |
| 70 | + * Fixed an issue where the Price field was always required during Bundle product update using ProductService |
| 71 | + * Fixed an issue where product name was missing in the error message |
| 72 | + * Fixed an issue where configurable product did not contain a message to select options while adding product from wishlist to shopping cart |
| 73 | + * Fixed an issue where the Validate VAT Number button did not work during order creation in the Admin panel |
| 74 | + * Fixed an issue where Item qty in Wishlist got reset after update without changes |
| 75 | + * Fixed an issue where invoice amount was incorrect when items with discount were partially invoiced |
| 76 | + * Fixed product thumbnails alignment in the storefront |
| 77 | + * Fixed an issue where inactive Categories were not greyed out in the tree in the Admin panel |
| 78 | + * Fixed an issue where it was impossible to disable debug mode |
| 79 | + * Fixed the code sample in the index.php file |
| 80 | + * Removed language selector in the setup UI |
| 81 | + * Fixed an issue where setup was broken if db_prefix was used |
| 82 | + * Implemented usage of Symfony's PHPExecutableFinder for executing CLI tools |
| 83 | + * Fixed an issue with the Import/Export functionality |
| 84 | + * Fixed an issue with catalog product/category and category/product indexers invalidation after import |
| 85 | + * Fixed an issue with entering invalid date in the Product Views Report |
| 86 | + * Fixed an issue where it was impossible to view orders for customers from a deleted customer group |
| 87 | + * Fixed an issue where a duplicate customer record was created after adding an order from the Admin panel |
| 88 | + * Fixed an issue where it was impossible to log in to the Admin panel from the first attempt |
| 89 | + |
1 | 90 | 0.1.0-alpha98
|
2 | 91 | =============
|
3 |
| -* GitHub requests: |
| 92 | + * GitHub requests: |
4 | 93 | * [#678] (https://github.com/magento/magento2/issues/678) -- Fixed Travis CI builds
|
5 |
| -* Functional tests: |
| 94 | + * Functional tests: |
6 | 95 | * Create Sales Order Backend
|
7 | 96 | * Delete Products from Wishlist
|
8 | 97 | * Download Products Report
|
9 | 98 | * Mass Orders Update
|
10 | 99 | * Sales Tax Report
|
11 |
| -* Fixed bugs: |
| 100 | + * Fixed bugs: |
12 | 101 | * Fixed an issue where success message was not displayed after product review submit
|
13 | 102 | * Fixed an issue where it was impossible to start checkout process using PayPal from the JavaScript pop-up window when the Display Actual Price option was set to On Gesture
|
14 | 103 | * Fixed an issue where a fatal error was thrown after shipping method selection in PayPal Express Checkout
|
|
0 commit comments