|
1 | 1 | 0.74.0-beta15
|
2 | 2 | =============
|
3 |
| -* Framework Improvements: |
4 |
| - * Introduced Drag&Drop Columns functionality in scope of Enhanced Data Grids on CMS |
5 |
| - * Improved Column Actions functionality in scope of Enhanced Data Grids on CMS |
6 |
| - * Adapted Payment\Gateway framework to client requirements |
7 |
| - * Removed 'field_expr' option from filters |
8 |
| - * Added product details renderer list support on Catalog category page |
9 |
| - * Security: Clickjacking solution - introduced X-Frame-Options |
10 |
| - * Gift message was moved to shopping cart |
11 |
| - * Improved simple products export |
12 |
| - * Separated import of advanced prices |
13 |
| - * Changed 'updated_at' filter for products export |
14 |
| - * Added the link with sample product import file |
15 |
| - * Cleared and improved the messages and names in different modules |
16 |
| - * Added mbstring extension as a requirement |
17 |
| -* Tests |
18 |
| - * Increased test coverage for the CatalogInventory, Email and Newsletter modules |
19 |
| - * Added wait to form element before filling a value in functional tests |
20 |
| - * Increased test coverage of Reports module |
21 |
| - * Functional tests were fixed and maintained |
22 |
| -* Fixed Bugs: |
23 |
| - * Fixed loading of images from database media storage with separate connection |
24 |
| - * Eliminated duplication of ComposerInformation class in Magento Framework and Setup Application |
25 |
| - * Fixed an error message format inconsistency in theme uninstall command |
26 |
| - * Fixed an issue where incorrect action name checks led to customer info leak |
27 |
| - * Fixed an issue where /magento_version exposed too detailed version information |
28 |
| - * Fixed an issue where generate data failed when table prefix exceeded length of 5 |
29 |
| - * Fixed an issue where product options were displayed not styled on "Edit Product from Wishlist" Frontend page |
30 |
| - * Fixed an issue where payment information was displayed broken on "Order Management" Backend page forms |
31 |
| - * Fixed an issue where admin panel pop-ups contained lots of empty space |
32 |
| - * Fixed an issue where Customer account form was displayed broken |
33 |
| - * Fixed an issue where all text fields were invisible in Backend "Add New Customer" page |
34 |
| - * Fixed XSS issues in Magento - wishlist sending |
35 |
| - * Fixed an issue where it was unable to specify all values of "Multiple Select" Product Custom Option to purchase |
36 |
| - * Fixed an issue where setting a permission for 'ALL Groups' produced an error if other permissions existed |
37 |
| - * Fixed an issue where stock was not updated when Stock indexer was in Update on Schedule mode |
38 |
| - * Fixed an issue where it was not possible to update stock items of product using API service |
39 |
| - * Fixed an issue where Customer review changes in backend were not reflected in frontend until cache was cleared |
40 |
| - * Fixed an issue where cache was not updated when changing stock status using mass action |
41 |
| - * Fixed an issue where Stock Items API service to return low stock information did not return correct results |
42 |
| - * Fixed an issue where found records in global search in Backend could not be selected via keyboard |
43 |
| - * Fixed an issue where Category menu items went out of screen when page side was reached |
44 |
| - * Fixed an issue where subcategories in menu were shown instantly when user moved mouse quickly |
45 |
| - * Fixed an issue where popup header was our of window range while creating group product |
46 |
| - * Fixed an issue where region field was absent in customer address form on backend for "United Kingdom" country |
47 |
| - * Fixed an ability to edit the Order from Admin panel |
48 |
| - * Fixed an issue where email could not be retrieved from \Magento\Quote\Api\Data\AddressInterface after adding an address on OnePageCheckout |
49 |
| - * Fixed an issue where Products were not displayed correctly across all storeviews of the catalog |
50 |
| -* Github Issues: |
51 |
| - * [#1378](https://github.com/magento/magento2/issues/1319) -- jquery-cookie.js is not published by deploy tool in production mode |
52 |
| - * [#1314](https://github.com/magento/magento2/pull/1314)-- Fixed a bug where type attribute for tag button was missing |
53 |
| - * [#1354](https://github.com/magento/magento2/pull/1354) -- Add gitter.im badge to ReadMe. |
54 |
| - * [#1378](https://github.com/magento/magento2/pull/1378) -- Fix incorrect js filename |
55 |
| - |
| 3 | +* Framework improvements: |
| 4 | + * Introduced Drag&Drop Columns functionality in scope of Enhanced Data Grids on CMS |
| 5 | + * Improved Column Actions functionality in scope of Enhanced Data Grids on CMS |
| 6 | + * Adapted Payment\Gateway framework to client requirements |
| 7 | + * Removed 'field_expr' option from filters |
| 8 | + * Added product details renderer list support on Catalog category page |
| 9 | + * Security: Clickjacking solution - introduced X-Frame-Options |
| 10 | + * Gift message was moved to shopping cart |
| 11 | + * Improved simple products export |
| 12 | + * Separated import of advanced prices |
| 13 | + * Changed 'updated_at' filter for products export |
| 14 | + * Added the link with sample product import file |
| 15 | + * Cleared and improved the messages and names in different modules |
| 16 | + * Added mbstring extension as a requirement |
| 17 | +* Tests: |
| 18 | + * Increased test coverage for the CatalogInventory, Email and Newsletter modules |
| 19 | + * Added wait to form element before filling a value in functional tests |
| 20 | + * Increased test coverage of Reports module |
| 21 | + * Functional tests were fixed and maintained |
| 22 | +* Fixed bugs: |
| 23 | + * Fixed loading of images from database media storage with separate connection |
| 24 | + * Eliminated duplication of ComposerInformation class in Magento Framework and Setup Application |
| 25 | + * Fixed an error message format inconsistency in theme uninstall command |
| 26 | + * Fixed an issue where incorrect action name checks led to customer info leak |
| 27 | + * Fixed an issue where /magento_version exposed too detailed version information |
| 28 | + * Fixed an issue where generate data failed when table prefix exceeded length of 5 |
| 29 | + * Fixed an issue where product options were displayed not styled on "Edit Product from Wishlist" Frontend page |
| 30 | + * Fixed an issue where payment information was displayed broken on "Order Management" Backend page forms |
| 31 | + * Fixed an issue where admin panel pop-ups contained lots of empty space |
| 32 | + * Fixed an issue where Customer account form was displayed broken |
| 33 | + * Fixed an issue where all text fields were invisible in Backend "Add New Customer" page |
| 34 | + * Fixed XSS issues in Magento - wishlist sending |
| 35 | + * Fixed an issue where it was unable to specify all values of "Multiple Select" Product Custom Option to purchase |
| 36 | + * Fixed an issue where setting a permission for 'ALL Groups' produced an error if other permissions existed |
| 37 | + * Fixed an issue where stock was not updated when Stock indexer was in Update on Schedule mode |
| 38 | + * Fixed an issue where it was not possible to update stock items of product using API service |
| 39 | + * Fixed an issue where Customer review changes in backend were not reflected in frontend until cache was cleared |
| 40 | + * Fixed an issue where cache was not updated when changing stock status using mass action |
| 41 | + * Fixed an issue where Stock Items API service to return low stock information did not return correct results |
| 42 | + * Fixed an issue where found records in global search in Backend could not be selected via keyboard |
| 43 | + * Fixed an issue where Category menu items went out of screen when page side was reached |
| 44 | + * Fixed an issue where subcategories in menu were shown instantly when user moved mouse quickly |
| 45 | + * Fixed an issue where popup header was our of window range while creating group product |
| 46 | + * Fixed an issue where region field was absent in customer address form on backend for "United Kingdom" country |
| 47 | + * Fixed an ability to edit the Order from Admin panel |
| 48 | + * Fixed an issue where email could not be retrieved from \Magento\Quote\Api\Data\AddressInterface after adding an address on OnePageCheckout |
| 49 | + * Fixed an issue where Products were not displayed correctly across all storeviews of the catalog |
| 50 | +* GitHub issues: |
| 51 | + * [#1378](https://github.com/magento/magento2/issues/1319) -- jquery-cookie.js is not published by deploy tool in production mode |
| 52 | + * [#1314](https://github.com/magento/magento2/pull/1314)-- Fixed a bug where type attribute for tag button was missing |
| 53 | + * [#1354](https://github.com/magento/magento2/pull/1354) -- Add gitter.im badge to ReadMe. |
| 54 | + * [#1378](https://github.com/magento/magento2/pull/1378) -- Fix incorrect js filename |
56 | 55 |
|
57 | 56 | 0.74.0-beta14
|
58 | 57 | =============
|
|
61 | 60 | * Introduced an ability to uninstall themes (bin/magento theme:uninstall <themeName>)
|
62 | 61 | * Introduced an ability to backup and rollback DB and Media via CLI (bin/magento setup:backup, options are --code, --db or --media)
|
63 | 62 | * Introduced an ability to uninstall language packages (bin/magento i18n:uninstall <languagePack>)
|
64 |
| - * Introduced API notation for the following modules: Backend, Backup, Cron, Log, PageCache |
| 63 | + * Introduced API notation for the following modules: Backend, Backup, Cron, Log, PageCache |
65 | 64 | * Added join processors to search services, joined config for services with extension attributes
|
66 |
| - * Renamed hidden_tax to discount_tax_compensation |
| 65 | + * Renamed hidden_tax to discount_tax_compensation |
67 | 66 | * The customer address entity table was transformed from EAV into a flat model to minimize database operations
|
68 | 67 | * Fixed bugs:
|
69 | 68 | * Fixed an issue where Setup Wizard failed on readiness check when Magento was deployed by composer create-project
|
70 |
| - * Fixed the local file path disclosure when trying to browse image cache directory |
71 |
| - * Fixed an issue where development errors resulted in too many redirects |
72 |
| - * Fixed an integration test failure in Reports ViewedTest |
73 |
| - * Fixed an issue where it was impossible to save existent Grouped Product with no child items |
74 |
| - * Fixed an issue where message "We don't have as many "conf1" as you requested" appeared |
75 |
| - * Fixed an issue where second product from bundle product was ordered as separate item after checkout |
76 |
| - * Fixed an issue where configs for payments and shippings were not encrypted |
77 |
| - * Fixed an issue where Table Rates shipping method did not work |
78 |
| - * Fixed an issue where admin could not set locale properly on Account page |
79 |
| - * Fixed incomplete generated results of single tenant compiler |
80 |
| - * Fixed an issue with full page caching where one set of prices was cached for all customers |
81 |
| - * Fixed incorrect urls for private content |
82 |
| - * Fixed an issue where it was not possible to assign a product link to another product using API |
83 |
| - * Fixed an issue where zipcode was not displayed as required field on Create New Order page |
84 |
| - * Fixed the Sample Data re-installation |
| 69 | + * Fixed the local file path disclosure when trying to browse image cache directory |
| 70 | + * Fixed an issue where development errors resulted in too many redirects |
| 71 | + * Fixed an integration test failure in Reports ViewedTest |
| 72 | + * Fixed an issue where it was impossible to save existent Grouped Product with no child items |
| 73 | + * Fixed an issue where message "We don't have as many "conf1" as you requested" appeared |
| 74 | + * Fixed an issue where second product from bundle product was ordered as separate item after checkout |
| 75 | + * Fixed an issue where configs for payments and shippings were not encrypted |
| 76 | + * Fixed an issue where Table Rates shipping method did not work |
| 77 | + * Fixed an issue where admin could not set locale properly on Account page |
| 78 | + * Fixed incomplete generated results of single tenant compiler |
| 79 | + * Fixed an issue with full page caching where one set of prices was cached for all customers |
| 80 | + * Fixed incorrect urls for private content |
| 81 | + * Fixed an issue where it was not possible to assign a product link to another product using API |
| 82 | + * Fixed an issue where zipcode was not displayed as required field on Create New Order page |
| 83 | + * Fixed the Sample Data re-installation |
85 | 84 | * Fixed random fails on inventory tab for test CreateSimpleProductEntityTest
|
86 | 85 | * Tests:
|
87 |
| - * Covered various modules with unit tests |
| 86 | + * Covered various modules with unit tests |
88 | 87 | * Functional tests fixed and maintained
|
89 | 88 | * GitHub issues:
|
90 | 89 | * [#1156](https://github.com/magento/magento2/pull/1156) -- Moves common code to all auto-generated Interceptor classes into a trait
|
91 | 90 | * [#1206](https://github.com/magento/magento2/pull/1206) -- Allow modules to live outside of app/code directory
|
92 | 91 | * [#1245](https://github.com/magento/magento2/pull/1245) -- Unable to save product per website wise
|
93 | 92 | * [#1347](https://github.com/magento/magento2/pull/1347) -- Fixed failing Install during integration tests (MAGETWO-38482)
|
94 | 93 | * [#1368](https://github.com/magento/magento2/pull/1368) -- Fix typo in getCurrentCategoryKey
|
95 |
| - |
| 94 | + |
96 | 95 | 0.74.0-beta13
|
97 | 96 | =============
|
98 | 97 | * Framework improvements:
|
|
202 | 201 | * Improved component Advanced Filtering component in scope of Enhanced Data Grids on CMS
|
203 | 202 | * Fixed bugs:
|
204 | 203 | * Fixed an issue where incorrect keys in REST request body allowed the request to go through successfully
|
205 |
| - * Fixed an issue where interceptors were Generated with Invalid __wakeup() |
| 204 | + * Fixed an issue where interceptors were Generated with Invalid __wakeup() |
206 | 205 | * Fixed an issue where redirect on the current page was not working in certain conditions
|
207 | 206 | * Fixed an issue where first store could not be selected on frontend
|
208 | 207 | * Fixed an issue with performance toolkit category creation
|
209 | 208 | * Fixed an issue when columns 'Interval', 'Price Rule' had incorrect values in Coupon Usage report
|
210 | 209 | * Fixed an issue where fatal error occurred on Abandoned Carts report grid
|
211 | 210 | * Fixed an issue where it was not possible to add product to shopping cart if Use Secure URLs in Frontend = Yes
|
212 |
| - * Fixed an issue where email was not required during Guest Checkout |
| 211 | + * Fixed an issue where email was not required during Guest Checkout |
213 | 212 | * Fixed broken ability to skip reindex in `bin/magento setup:performance:generate-fixtures` command
|
214 | 213 | * Fixed an issue where `bin/magento indexer:reindex` command failed after `bin/magento setup:di:compile` was run
|
215 | 214 | * Fixed bug with broken JS i18n
|
|
529 | 528 | * The page and block data and repository interfaces
|
530 | 529 | * Updated the public API list
|
531 | 530 | * Framework improvements
|
532 |
| - * Improved the profile generator |
| 531 | + * Improved the profile generator |
533 | 532 | * Introduced the new environment for Jasmine tests
|
534 | 533 | * Design
|
535 | 534 | * Inverted the new admin area styles scope, clean up the old styles
|
|
0 commit comments