|
| 1 | +0.74.0-beta10 |
| 2 | +============= |
| 3 | +* Framework improvements: |
| 4 | + * Created Admin Login support into the Upgrade Setup Tool |
| 5 | + * Added support for image types as custom attributes |
| 6 | + * Added @api annotations to all classes that are considered as stable public APIs; marked public data interfaces with '@api' |
| 7 | + * Defined Public API for modules: Catalog, CatalogRule, Msrp, UrlRewrite, CatalogUrlRewrite, CmsUrlRewrite, Sales, Quote, SalesRule, Captcha, Cms, Widget |
| 8 | + * Created documentation and code samples for Sales & Checkout Module Integration APIs |
| 9 | + * Increased code coverage of Integration module |
| 10 | + * Fixed performance issues in unit tests |
| 11 | + * Moved Sample Data install.php, dev/shell/cron.sh, performance-toolkit/generate.php, dependencies tools, and xmlUpdater to new bin/magento CLI |
| 12 | + * Separated Config File (config.php) into Environmental and App configs |
| 13 | + * Better validation of install and setup CLI commands |
| 14 | + * Changed option names to use dashes in order to conform to naming convention |
| 15 | +* Code quality improvements: |
| 16 | + * Removed unused classes in Magento\Reports module |
| 17 | + * Overall unit test coverage was improved |
| 18 | + * Replaced all functional tests which were not end-to-end with injectable test |
| 19 | + * Replaced end-to-end test for automatic tax applying with injectable test |
| 20 | + * Functional tests maintained |
| 21 | + * Updated getElements method for Selenium Driver class in MTF |
| 22 | + * Implemented mechanism of cleaning up all data after scenario execution |
| 23 | + * Fixed integration testLayoutFilesTest |
| 24 | +* Design improvements: |
| 25 | + * New look&feel for Collapsible Panels in backend |
| 26 | + * New look&feel for System Warnings Pop-Ups in backend |
| 27 | + * New look&feel for Grid Tables in backend |
| 28 | +* Various improvements: |
| 29 | + * Implemented checkout UI rendering in browser |
| 30 | + * Added exact image sizes provision in templates |
| 31 | + * Added width and height attributes to Frontend logo |
| 32 | + * Integrated JIT(Just In Time) plugin loader for Grunt.js |
| 33 | + * Handling Invalid Less During PHP Compilation |
| 34 | + * Enhanced PageCache invalidation |
| 35 | + * Private data rendering in browser based on JSON data obtained from server side and kept in Local Storage instead of HTML obtained using AJAX PageCache action |
| 36 | + * Refactor blocks on most frequently used pages (Catalog, CMS) to use new private data rendering mechanism |
| 37 | + * Refactor blocks which can be added on any page (like widgets, banners) to use new private data rendering mechanism |
| 38 | + * Default PageCache entries TTL value increased from 2 minutes to 24 hours |
| 39 | + * Cache entries invalidation logging was introduced in order to simplify running of invalidation process |
| 40 | +* Fixed bugs: |
| 41 | + * Fixed an issue where orders total report was not showing results grouped by day |
| 42 | + * Fixed an issue with non-displaying Abandoned Carts report grid |
| 43 | + * Fixed integration test failure in Reports GridTest |
| 44 | + * Fixed an issue where fixed bundle product could not be created |
| 45 | + * Fixed an issue where grouped product with quantity 0 was added to cart with quantity of 1 |
| 46 | + * Fixed an issue where versions tab was absent after publish CMS page |
| 47 | + * Fixed an issue where shopping cart was empty after attempt to update it |
| 48 | + * Fixed an issue where there was no redirect to shopping cart after EDIT/UPDATE cart product if custom options |
| 49 | + * Fixed an issue where New Accounts report did not work |
| 50 | + * Fixed bug when Admin user wasn't locked after exceeding maximum login failures attempts |
| 51 | + * Fixed an issue where downloadable Product detailed info wasn't displayed in Cart & on Checkout |
| 52 | + * Fixed an issue with wrong copyright year for store front |
| 53 | + * Fixed: JSMinException when deploying static files in production mode with minification enabled |
| 54 | + * Fixed: Overlapped FPT Attribute in Mini Shopping Cart |
| 55 | + * Fixed: View of current item for Customer menu tabs |
| 56 | + * Fixed an issue where status label was not refreshed when disabling/enabling cache |
| 57 | + * Fixed an issue where Success Page of Web Setup did not show https |
| 58 | + * Fixed an issue with irrelevant/unused template |
| 59 | + * Fixed an issue where static content running setup:static-content:deploy with language code {a-Z}{a-Z}{a-Z} couldn't be generated |
| 60 | + * [Usability] Output from language, and timezone help commands is alphabetized |
| 61 | + * Fixed an issue with two identical IdentityInterface definitions in code base. |
| 62 | + * Fixed an issue where default value of timezone in installer was not correct |
| 63 | + * Fixed an issue where bank Transfer payment instructions were not displayed |
| 64 | + * Fixed an issue when New Accounts report did not work |
| 65 | + * Fixed an issue when New Accounts report showed invalid data |
| 66 | + * Fixed an issue with Exception in setup wizard after Magento is installed |
| 67 | + * Fixed visual misfits for Custom Options on "edit Bundle Product" Frontend page |
| 68 | + * Fixed broken layout for configurable variations when changing from pricing measure from $ to % |
| 69 | + * Fixed widget UI issues on Frontend |
| 70 | + * Fixed an issue with Float button bar on Backend |
| 71 | + * Fixed UI issue shown in ACL Resource Tree |
| 72 | + * Fixed an issue where it was not possible to place order on frontend using secure urls |
| 73 | + * Fixed an issue with wrong behaviour for save new shipping address during checkout |
| 74 | + * Fixed an issue with customers information leak via Checkout |
| 75 | + * Fixed an issue where users could not login to Magento admin & front on HipHop Virtual Machine |
| 76 | + * Fixed an issue where product Options details were not shown in Mini Cart |
| 77 | + * Fixed an issue where Create Permanent Redirect check-box was inactive on Edit Category page |
| 78 | + * Fixed an issue where it was impossible to perform product mass update |
| 79 | + * Fixed an issue where category redirect was absent after update category url |
| 80 | +* Github issues: |
| 81 | + * [#566](https://github.com/magento/magento2/issues/566) -- Fulltext search index: slow query in resetSearchResults() |
| 82 | + * [#1269](https://github.com/magento/magento2/issues/1269) -- Magento dashboard revenue ,shipping ,qty,tax all are 0. |
| 83 | + * [#1200](https://github.com/magento/magento2/issues/1200) -- I'm not getting default values (name & email) in contact form when i logged in |
| 84 | + * [#1087](https://github.com/magento/magento2/pull/1087) -- Check for select and multiselect to ignore corrupted attributes |
| 85 | + * [#1268](https://github.com/magento/magento2/issues/1268) -- Dist front: search is broken |
| 86 | + * [#1195](https://github.com/magento/magento2/pull/1195) -- Use table alias for qty field |
| 87 | + * [#1274](https://github.com/magento/magento2/pull/1274) -- CatalogImportExport validation |
| 88 | + * [#1233](https://github.com/magento/magento2/issues/1233) -- Wrong message when moving a category |
| 89 | + * [#1040](https://github.com/magento/magento2/issues/1040) -- Required date validation on Magento2 Backend |
| 90 | + * [#1246](https://github.com/magento/magento2/issues/1246) -- How to load product store wise? |
| 91 | + * [#1222](https://github.com/magento/magento2/issues/1222) -- Sku attribute save error |
| 92 | + * [#1237](https://github.com/magento/magento2/issues/1237) -- Category admin reset button does nothing |
| 93 | + * [#1046](https://github.com/magento/magento2/issues/1046) -- Two equal files |
| 94 | + * [#1282](https://github.com/magento/magento2/pull/1282), [#1285](https://github.com/magento/magento2/pull/1285) -- Fix broken link in CHANGELOG.md |
| 95 | + * [#1223](https://github.com/magento/magento2/issues/1223) -- Store config re-encrypt encrypted values on save |
| 96 | + * [#1242](https://github.com/magento/magento2/issues/1242) -- Eclipse pdt validator error |
| 97 | + |
1 | 98 | 0.74.0-beta9
|
2 | 99 | =============
|
3 | 100 | * Framework improvements
|
|
0 commit comments