Skip to content

Commit

Permalink
1.1.6 release
Browse files Browse the repository at this point in the history
1.1.6 release
  • Loading branch information
DominicWatts authored Dec 27, 2019
2 parents 37bb0f8 + 8f82364 commit ffb7b86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Controller/Index/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ public function __construct(
public function execute()
{
$resultPage = $this->pageFactory->create();
$resultPage->getConfig()->getTitle()->set('Special Offers');
$resultPage->getConfig()
->getTitle()
->set(__('Special Offers'));
return $resultPage;
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Special offers landing page with layered navigation and widget",
"type": "magento2-module",
"license": "proprietary",
"version": "1.1.5",
"version": "1.1.6",
"authors": [
{
"name": "Dominic Xigen",
Expand All @@ -29,4 +29,4 @@
"registration.php"
]
}
}
}
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Xigen_Special" setup_version="1.1.5">
<module name="Xigen_Special" setup_version="1.1.6">
</module>
</config>

0 comments on commit ffb7b86

Please sign in to comment.