diff --git a/CHANGELOG.md b/CHANGELOG.md index 0751547..2e2f81f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Security +## [2.0.1] - 2017-12-07 + +### Added +- Module available on packagist + ## [2.0.0] - 2017-12-05 ### Changed diff --git a/README.md b/README.md index 2e501dd..dd83b41 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ In order to install the module via composer, run the following commands in comma (where the shop's composer.json file resides). ``` -composer config repositories.oxid-esales/captcha-module vcs https://github.com/OXIDprojects/captcha-module -composer require oxid-esales/captcha-module:dev-master +composer require oxid-projects/captcha-module ``` ### Module installation via repository cloning diff --git a/composer.json b/composer.json index 02717e9..b24f871 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "oxid-esales/captcha-module", + "name": "oxid-projects/captcha-module", "description": "This is Captcha module for OXID eShop.", "type": "oxideshop-module", "keywords": ["oxid", "modules", "eShop", "captcha"], diff --git a/metadata.php b/metadata.php index 3256dc1..4a5fa21 100755 --- a/metadata.php +++ b/metadata.php @@ -33,7 +33,7 @@ $aModule = array( 'en' => 'OXID eSales Simple Captcha Module', ), 'thumbnail' => 'out/pictures/picture.png', - 'version' => '2.0.0', + 'version' => '2.0.1', 'author' => 'OXID eSales AG', 'url' => 'http://www.oxid-esales.com/', 'email' => '',