Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvan Laroo committed Apr 6, 2016
1 parent fb5f00f commit 428ad46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Magento 2.0 Category Sidebar extension
![Alt text](header.jpg?raw=true "Magento2 Category sidebar")

This extension will add the ability to show one of your root categories in a sidebar. The root category can be selected from the Magento2 admin config page.

## Installation with composer
Expand Down
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": "sebwite/magento2-category-sidebar",
"description": "Magento 2.0 sidebar",
"type": "magento2-module",
"version": "1.0.0",
"version": "1.0.1",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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="Sebwite_Sidebar" setup_version="2.0.0.2"/>
<module name="Sebwite_Sidebar" setup_version="2.0.2"/>
</config>

0 comments on commit 428ad46

Please sign in to comment.