Skip to content

Commit

Permalink
Version bump to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Dec 29, 2018
1 parent 981cf1c commit f79b006
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "yireo/magento2-serverpush",
"version": "1.0.0",
"license": "OSL-3.0",
"type": "magento2-module",
"homepage": "https://github.com/yireo/Yireo_ServerPush",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="Yireo_ServerPush" setup_version="0.0.8">
<module name="Yireo_ServerPush" setup_version="1.0.0">
<sequence>
<module name="Magento_Store" />
</sequence>
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/layout/default.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:View/Layout:etc/page_configuration.xsd">
<body>
<referenceBlock name="before_body_end">
<referenceBlock name="before.body.end">
<block class="Magento\Framework\View\Element\Template" name="serverpush" template="Yireo_ServerPush::script.phtml"/>
</referenceBlock>
</body>
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/requirejs-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var config = {
"path": {
paths: {
"serverpush": "Yireo_ServerPush/js/cookie"
}
};

0 comments on commit f79b006

Please sign in to comment.