|
| 1 | +2.1.16 |
| 2 | +============= |
| 3 | +* GitHub issues: |
| 4 | + * [#16653](https://github.com/magento/magento2/issues/16653) -- Not possible to create an invoice (fixed in [magento/magento2#17413](https://github.com/magento/magento2/pull/17413)) |
| 5 | + * [#16655](https://github.com/magento/magento2/issues/16655) -- Block totalbar not used in invoice create and credit memo create screens (fixed in [magento/magento2#17413](https://github.com/magento/magento2/pull/17413)) |
| 6 | + * [#4803](https://github.com/magento/magento2/issues/4803) -- Incorrect return value from Product Attribute Repository (fixed in [magento/magento2#15688](https://github.com/magento/magento2/pull/15688)) |
| 7 | + * [#12250](https://github.com/magento/magento2/issues/12250) -- View.xml is inheriting image sizes from parent (so an optional field is replaced by the value of parent) (fixed in [magento/magento2#17439](https://github.com/magento/magento2/pull/17439)) |
| 8 | + * [#13429](https://github.com/magento/magento2/issues/13429) -- Magento 2.2.2 password reset strength meter (fixed in [magento/magento2#17290](https://github.com/magento/magento2/pull/17290)) |
| 9 | + * [#15028](https://github.com/magento/magento2/issues/15028) -- Configurable product addtocart with restAPI not working as expected (fixed in [magento/magento2#17476](https://github.com/magento/magento2/pull/17476)) |
| 10 | + * [#17289](https://github.com/magento/magento2/issues/17289) -- Magento 2.2.5: Year-to-date dropdown in Stores>Configuration>General>Reports>Dashboard (fixed in [magento/magento2#17496](https://github.com/magento/magento2/pull/17496)) |
| 11 | + * [#16555](https://github.com/magento/magento2/issues/16555) -- "Shipping address is not set" exception in Multishipping Checkout. (fixed in [magento/magento2#16783](https://github.com/magento/magento2/pull/16783)) |
| 12 | + * [#14056](https://github.com/magento/magento2/issues/14056) -- Coupon API not working for guest user (fixed in [magento/magento2#16782](https://github.com/magento/magento2/pull/16782)) |
| 13 | + * [#6305](https://github.com/magento/magento2/issues/6305) -- Can't save Customizable options (fixed in [magento/magento2#17609](https://github.com/magento/magento2/pull/17609)) |
| 14 | + * [#16273](https://github.com/magento/magento2/issues/16273) -- Method $product->getUrlInStore() returning extremely long URLs, could be a bug (fixed in [magento/magento2#16310](https://github.com/magento/magento2/pull/16310)) |
| 15 | + * [#16499](https://github.com/magento/magento2/issues/16499) -- User role issue with customer group (fixed in [magento/magento2#17629](https://github.com/magento/magento2/pull/17629)) |
| 16 | + * [#13102](https://github.com/magento/magento2/issues/13102) -- review/product/listAjax/id/{{non existent id}/ (fixed in [magento/magento2#17632](https://github.com/magento/magento2/pull/17632)) |
| 17 | + * [#17648](https://github.com/magento/magento2/issues/17648) -- UI validation rule for valid time am/pm doesn't work when js is minified (fixed in [magento/magento2#17689](https://github.com/magento/magento2/pull/17689)) |
| 18 | + * [#17700](https://github.com/magento/magento2/issues/17700) -- Message list component: the message type is always error when parameters specified (fixed in [magento/magento2#17702](https://github.com/magento/magento2/pull/17702)) |
| 19 | + * [#14248](https://github.com/magento/magento2/issues/14248) -- Transparent background becomes black for thumbnails of PNG into Wysiwyg editor... (fixed in [magento/magento2#17855](https://github.com/magento/magento2/pull/17855)) |
| 20 | + * [#17851](https://github.com/magento/magento2/issues/17851) -- Wishlist icon cut on Shopping cart page in mobile view (fixed in [magento/magento2#17912](https://github.com/magento/magento2/pull/17912)) |
| 21 | + * [#10687](https://github.com/magento/magento2/issues/10687) -- Product image roles randomly disappear (fixed in [magento/magento2#17553](https://github.com/magento/magento2/pull/17553)) |
| 22 | + * [#8035](https://github.com/magento/magento2/issues/8035) -- Join extension attributes are not added to Order results (REST api) (fixed in [magento/magento2#16169](https://github.com/magento/magento2/pull/16169)) |
| 23 | + * [#2146](https://github.com/magento/magento2/issues/2146) -- Countries dropdown is empty (fixed in [magento/magento2#17194](https://github.com/magento/magento2/pull/17194)) |
| 24 | + * [#4547](https://github.com/magento/magento2/issues/4547) -- Support for new .tech TLD and others required (fixed in [magento/magento2#11576](https://github.com/magento/magento2/pull/11576)) |
| 25 | +* GitHub pull requests: |
| 26 | + * [magento/magento2#17413](https://github.com/magento/magento2/pull/17413) -- [Backport] [Fix #16655] Block totalbar not used in invoice create and credit memo create screens (by @dverkade) |
| 27 | + * [magento/magento2#17422](https://github.com/magento/magento2/pull/17422) -- [Backport] Resolved special character issue for sidebar (by @mage2pratik) |
| 28 | + * [magento/magento2#15688](https://github.com/magento/magento2/pull/15688) -- [Backport] Fix #4803: Incorrect return value from Product Attribute Repository (by @cream-julian) |
| 29 | + * [magento/magento2#17439](https://github.com/magento/magento2/pull/17439) -- [Backport] magento/magento2#12250: View.xml is inheriting image sizes from parennt (by @quisse) |
| 30 | + * [magento/magento2#17290](https://github.com/magento/magento2/pull/17290) -- [Backport] Fix bug Magento 2.2.2 password reset strength meter #13429 (by @jignesh-baldha) |
| 31 | + * [magento/magento2#17476](https://github.com/magento/magento2/pull/17476) -- [Backport] Convert to string $option->getValue, in order to be compared with other (by @mage2pratik) |
| 32 | + * [magento/magento2#17496](https://github.com/magento/magento2/pull/17496) -- [Backport] Magento 2.2.5: Year-to-date dropdown in Stores>Configuration>General>Reports>Dashboard #17289 (by @ronak2ram) |
| 33 | + * [magento/magento2#16783](https://github.com/magento/magento2/pull/16783) -- [Backport] Fix the issue with "Shipping address is not set" exception (by @dmytro-ch) |
| 34 | + * [magento/magento2#17366](https://github.com/magento/magento2/pull/17366) -- [Backport] Fixed some minor css issue (by @arnoudhgz) |
| 35 | + * [magento/magento2#16782](https://github.com/magento/magento2/pull/16782) -- [Backport] issue/14056 - Coupon API not working for guest user (by @gelanivishal) |
| 36 | + * [magento/magento2#17083](https://github.com/magento/magento2/pull/17083) -- [Backport] Make scope parameters of methods to save/delete config optional (by @mageprince) |
| 37 | + * [magento/magento2#17609](https://github.com/magento/magento2/pull/17609) -- [Backport] 6305 - Resolved product custom option title save issue (by @jignesh-baldha) |
| 38 | + * [magento/magento2#17613](https://github.com/magento/magento2/pull/17613) -- [Backport] Added template as argument to the store address renderer to allow custom formatting (by @TomashKhamlai) |
| 39 | + * [magento/magento2#16310](https://github.com/magento/magento2/pull/16310) -- #16273: [Backport] Fix bug in method getUrlInStore() of product model (by @vasilii-b) |
| 40 | + * [magento/magento2#17629](https://github.com/magento/magento2/pull/17629) -- [Backport] Solution for User role issue with customer group (by @jignesh-baldha) |
| 41 | + * [magento/magento2#17632](https://github.com/magento/magento2/pull/17632) -- [Backport] Fixed review list ajax if product not exist redirect to 404 page #13102 (by @mage2pratik) |
| 42 | + * [magento/magento2#17667](https://github.com/magento/magento2/pull/17667) -- [Backport] Added unit test for newsletter problem model (by @jignesh-baldha) |
| 43 | + * [magento/magento2#17684](https://github.com/magento/magento2/pull/17684) -- [Backport] Fix Custom Attribute Group can not translate in catalog/product page (by @dmytro-ch) |
| 44 | + * [magento/magento2#17689](https://github.com/magento/magento2/pull/17689) -- [Backport] Update time12h javascript validation rule to be compatible with js minify (by @dmytro-ch) |
| 45 | + * [magento/magento2#17682](https://github.com/magento/magento2/pull/17682) -- [Backport] CMS: Add missing unit tests for model classes (by @dmytro-ch) |
| 46 | + * [magento/magento2#17702](https://github.com/magento/magento2/pull/17702) -- [Backport] Message list component fix: the message type is always error when parameters specified (by @dmytro-ch) |
| 47 | + * [magento/magento2#17606](https://github.com/magento/magento2/pull/17606) -- [Backport] Catalog: Add unit tests for Cron classes (by @jignesh-baldha) |
| 48 | + * [magento/magento2#17774](https://github.com/magento/magento2/pull/17774) -- Fix for ProductLink - setterName was incorrectly being set (by @insanityinside) |
| 49 | + * [magento/magento2#17855](https://github.com/magento/magento2/pull/17855) -- [Backport] Fixes black background for png images in wysiwyg editors. (by @eduard13) |
| 50 | + * [magento/magento2#17839](https://github.com/magento/magento2/pull/17839) -- [Backport] [Search] Unit test for SynonymAnalyzer model. 2.1 back port. (by @furseyev) |
| 51 | + * [magento/magento2#17912](https://github.com/magento/magento2/pull/17912) -- [Backport] Resolved : Wishlist icon cut on Shopping cart page in mobile view #17851 #28 (by @hitesh-wagento) |
| 52 | + * [magento/magento2#17940](https://github.com/magento/magento2/pull/17940) -- [Backport] Sales: Add unit test for validator model class (by @dmytro-ch) |
| 53 | + * [magento/magento2#17883](https://github.com/magento/magento2/pull/17883) -- Update for pull request #17774 - now using SimpleDataObjectConverter: (by @insanityinside) |
| 54 | + * [magento/magento2#17553](https://github.com/magento/magento2/pull/17553) -- [Backport] Fix #10687 - Product image roles disappearing (by @eduard13) |
| 55 | + * [magento/magento2#16169](https://github.com/magento/magento2/pull/16169) -- [Backport] #8035 join extension attributes not added to orders (by @Scarraban) |
| 56 | + * [magento/magento2#17194](https://github.com/magento/magento2/pull/17194) -- [Backport] Fixes reverted for remove space when only one country in drop-down on both cart (by @nilesh2jcommerce) |
| 57 | + * [magento/magento2#11576](https://github.com/magento/magento2/pull/11576) -- Fix Support for new Email address domain #4547 (by @elachino) |
| 58 | + |
1 | 59 | 2.1.15
|
2 | 60 | =============
|
3 | 61 | * GitHub issues:
|
|
0 commit comments