Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van Leusden committed Jun 22, 2017
1 parent 1007ffb commit efef533
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ php bin/magento setup:upgrade
![Setting up PHPStorm](docs/phpstorm-config.png)

## Usage
1. Set your Magento 2 installation to developer mode.
1. Set your Magento 2 installation to developer mode (when in production mode make sure to add your IP-address in Developer Client Restrictions).
2. Add `?ath=1` to your URL to activate.
3. Open up your console in you Chrome/Firefox/Safari/~IE~ devtools.
4. hold <kbd>⇧</kbd> (shift)
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"php": "~5.5.0|~5.6.0|~7.0.0"
},
"type": "magento2-module",
"version": "0.2.1",
"license": "BSD-2-Clause",
"autoload": {
"files": [
Expand All @@ -21,5 +20,10 @@
"psr-4": {
"Ho\\Templatehints\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
}
}
}
3 changes: 2 additions & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
~ Copyright © 2017 H&O E-commerce specialisten B.V. (http://www.h-o.nl/)
~ See LICENSE.txt for license details.
-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Ho_Templatehints" setup_version="0.2.1" />
<module name="Ho_Templatehints" setup_version="0.2.2"/>
</config>

0 comments on commit efef533

Please sign in to comment.