Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Mar 25, 2019
1 parent 71d8052 commit 3cc8311
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frugue/core"
,"version": "0.7.1"
,"version": "0.7.2"
,"description": "A custom module for frugue.com"
,"type": "magento2-module"
,"homepage": "https://github.com/frugue/core"
Expand Down
10 changes: 10 additions & 0 deletions view/frontend/layout/catalog_product_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,15 @@ https://github.com/frugue/core/issues/30 -->
destination='product.info.media'
element='product.info.mobile.view.price.stock'
/>
<!-- 2019-03-25 Dmitry Fedyuk https://www.upwork.com/fl/mage2pro
1) «Upgrade Magento 2 from 2.1.9 to 2.3.0»: https://www.upwork.com/ab/f/contracts/21810726
2) My fix removes the links:
*) «Skip to the end of the images gallery»
*) «Skip to the beginning of the images gallery»
https://github.com/magento/magento2/blob/2.3.0/app/code/Magento/Catalog/view/frontend/layout/catalog_product_view.xml#L116-L123
https://github.com/magento/magento2/blob/2.3.0/app/code/Magento/Catalog/view/frontend/layout/catalog_product_view.xml#L125-L132
-->
<referenceContainer name='skip_gallery_after.wrapper' remove='true'/>
<referenceContainer name='skip_gallery_before.wrapper' remove='true'/>
</body>
</page>

0 comments on commit 3cc8311

Please sign in to comment.