Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 1, 2018
1 parent 0dc604c commit db9f49e
Show file tree
Hide file tree
Showing 3 changed files with 8 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.2.5"
,"version": "0.2.6"
,"description": "A custom module for frugue.com"
,"type": "magento2-module"
,"homepage": "https://github.com/frugue/core"
Expand Down
1 change: 1 addition & 0 deletions etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<module name='Frugue_Core' setup_version='0.0.1'>
<sequence>
<module name='Magento_CatalogSearch'/>
<module name='Magento_Contact'/>
<module name='Magento_Sales'/>
<module name='Magento_Search'/>
<module name='Magento_Theme'/>
Expand Down
6 changes: 6 additions & 0 deletions view/frontend/layout/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ https://www.upwork.com/ab/f/contracts/20124474
https://github.com/magento/magento2/blob/2.1.9/app/code/Magento/CatalogSearch/view/frontend/layout/default.xml#L13-L23
-->
<referenceBlock name='catalog-search-advanced-link' remove='true'/>
<!-- 2018-06-01
«Magento 2 store footer update & content page update»
https://www.upwork.com/ab/f/contracts/20124474
https://github.com/magento/magento2/blob/2.1.9/app/code/Magento/Contact/view/frontend/layout/default.xml#L10-L17
-->
<referenceBlock name='contact-us-link' remove='true'/>
<!-- 2018-05-15
«Remove the possibility to switch the store's currency by customers»
https://github.com/mage2pro/frugue.com/issues/6 -->
Expand Down

0 comments on commit db9f49e

Please sign in to comment.