Skip to content

Commit

Permalink
Update version to 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vpietri committed Jan 5, 2017
1 parent 0748bbc commit d7dc3bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vpietri/adm-quickdevbar",
"description": "QuickDevBar is a developer toolbar for magento 2",
"type": "magento2-module",
"version": "0.1.10",
"version": "0.1.11",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
6 changes: 6 additions & 0 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog: Quick Developer Toolbar for Magento2
====================================

0.1.11
* Improve layout view with a js tree
* Add css lazy load to keep toolbar completly hidden when disabled
* Fix compatibility with Magento 2.1.3. Thanks to [Koc](https://github.com/vpietri/magento2-developer-quickdevbar/pull/15)
* Fix ajax tab load bug

0.1.10
* Fix conflicts in backend with magento tabs widget
* Improve profiler detection
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="ADM_QuickDevBar" setup_version="0.1.10"/>
<module name="ADM_QuickDevBar" setup_version="0.1.11"/>
<!-- Sequence allow to control load order module -->
<sequence>
</sequence>
Expand Down

0 comments on commit d7dc3bb

Please sign in to comment.