|
4 | 4 | * Existing Builders were replaced with DataFactories in Customer and Tax modules
|
5 | 5 | * Refactored controller actions in the Checkout and CMS modules
|
6 | 6 | * Increased coverage with static tests for `.phtml` files
|
7 |
| - * Moved Cookie related functionality from the `Theme` and `Core` modules into a new `Cookie` module |
| 7 | + * Moved Cookie related functionality from `Theme` and `Core` modules into a new `Cookie` module |
8 | 8 | * Moved minfication configuration settings to the `View` library level
|
9 | 9 | * UI improvements:
|
10 | 10 | * Restyled installation wizard
|
11 |
| - * Prepared styles for Dashboard in Backend area |
| 11 | + * Prepared styles for Dashboard in the Backend area |
12 | 12 | * Framework improvements:
|
13 |
| - * `setCustomAttribute` and `setCustomAttributes` methods were added to `ExtensibleDataInterface` |
14 |
| - * Setter methods added to data object interfaces |
15 |
| - * `Builders` were replaced with `Factories` |
| 13 | + * Added `setCustomAttribute` and `setCustomAttributes` methods to `ExtensibleDataInterface` |
| 14 | + * Added setter methods to data object interfaces |
| 15 | + * Replaced `Builders` with `Factories` |
16 | 16 | * Added `DataObjectHelper.php` which contains the common set of methods of all builders
|
17 | 17 | * Refactored `__()` to return `Phrase` object
|
18 | 18 | * Allowed usage of `LocalizedException` on the framework's library level
|
19 | 19 | * Added expiration/lifetime management of frontend resources
|
20 | 20 | * Unified MTF configurations format for Framework, TestCase variations and TestCase scenario configurations
|
21 | 21 | * Fixed bugs:
|
22 | 22 | * Fixed an issue with product reviews list paging
|
23 |
| - * Fixed an issue when sold products were not displayed in Bestsellers |
| 23 | + * Fixed an issue where sold products were not displayed in Bestsellers |
24 | 24 | * Fixed an issue with image rendering on the CMS page on Frontend when `webserver rewrites = no`
|
25 | 25 | * GitHub requests:
|
26 | 26 | * [#790](https://github.com/magento/magento2/issues/790) -- Magento API fails in a CGI env (zf1 issue)
|
|
0 commit comments