Skip to content

Commit

Permalink
1.0.0 | version update
Browse files Browse the repository at this point in the history
  • Loading branch information
caothu159 committed Aug 22, 2017
1 parent 741669f commit 0bcb9e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Catalog amend for Magento 2
==================
[![Latest version](https://img.shields.io/badge/latest-0.0.1-green.svg)](https://github.com/diepxuan/module-catalog)
[![Packagist](https://img.shields.io/badge/packagist-0.0.1-green.svg)](https://packagist.org/packages/diepxuan/module-catalog)
[![Latest version](https://img.shields.io/badge/latest-1.0.0-green.svg)](https://github.com/diepxuan/module-catalog)
[![Packagist](https://img.shields.io/badge/packagist-1.0.0-green.svg)](https://packagist.org/packages/diepxuan/module-catalog)
[![Magento 2](https://img.shields.io/badge/Magento-%3E=2.1-blue.svg)](https://github.com/magento/magento2/tree/2.1)
[![PHP >= 5.5.22](https://img.shields.io/badge/PHP-%3E=5.6.5-blue.svg)](https://packagist.org/packages/diepxuan/module-catalog)

Catalog amend
--------------

This extension amend the some feature to catalog for Magento 2.
- drag and drop positions in category


Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"magento/framework": "100.1.*"
},
"type": "magento2-module",
"version": "0.0.2",
"version": "1.0.0",
"authors": [
{
"name": "Tran Ngoc Duc",
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"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Diepxuan_Catalog" setup_version="0.0.2">
<module name="Diepxuan_Catalog" setup_version="1.0.0">
<sequence>
<module name="Magento_Backend" />
<module name="Magento_Catalog" />
Expand Down

0 comments on commit 0bcb9e1

Please sign in to comment.