diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb687f..9e48ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog ========= +## 1.0.12 (2020-06-28) + * Update dependencies, README.md + ## 1.0.11 (2020-06-06) * Added log activity * Fixed check for redirection (only frontend) diff --git a/Module.php b/Module.php index 59a4721..14bd664 100644 --- a/Module.php +++ b/Module.php @@ -6,7 +6,7 @@ * Yii2 Redirects * * @category Module - * @version 1.0.11 + * @version 1.0.12 * @author Alexsander Vyshnyvetskyy * @link https://github.com/wdmg/yii2-redirects * @copyright Copyright (c) 2019 - 2020 W.D.M.Group, Ukraine @@ -57,7 +57,7 @@ class Module extends BaseModule /** * @var string the module version */ - private $version = "1.0.11"; + private $version = "1.0.12"; /** * @var integer, priority of initialization diff --git a/README.md b/README.md index f7aee8c..7a97c8b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,14 @@ ![Progress](https://img.shields.io/badge/progress-ready_to_use-green.svg) [![GitHub license](https://img.shields.io/github/license/wdmg/yii2-redirects.svg)](https://github.com/wdmg/yii2-redirects/blob/master/LICENSE) +Yii2 Redirects Module + # Yii2 Redirects Module -Redirects module for Yii2 +Redirects module for Yii2. + +This module is an integral part of the [Butterfly.СMS](https://butterflycms.com/) content management system, but can also be used as an standalone extension. + +Copyrights (c) 2019-2020 [W.D.M.Group, Ukraine](https://wdmg.com.ua/) # Requirements * PHP 5.6 or higher @@ -70,6 +76,7 @@ Use the `Module::dashboardNavItems()` method of the module to generate a navigat ?> # Status and version [ready to use] +* v.1.0.12 - Update dependencies, README.md * v.1.0.11 - Added log activity, fixed check for redirection * v.1.0.10 - Update dependencies, fixed migrations * v.1.0.9 - Added pagination, up to date dependencies diff --git a/components/Redirects.php b/components/Redirects.php index e21dab0..45e6976 100644 --- a/components/Redirects.php +++ b/components/Redirects.php @@ -7,7 +7,7 @@ * Yii2 Redirects * * @category Component - * @version 1.0.11 + * @version 1.0.12 * @author Alexsander Vyshnyvetskyy * @link https://github.com/wdmg/yii2-redirects * @copyright Copyright (c) 2019 - 2020 W.D.M.Group, Ukraine diff --git a/composer.json b/composer.json index 35d2a02..b7a3d57 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["yii2", "yii2-redirects", "redirects", "redirect", "wdmg"], "type": "yii2-extension", "license": "MIT", - "version": "1.0.11", + "version": "1.0.12", "homepage": "https://github.com/wdmg/yii2-redirects", "support": { "source": "https://github.com/wdmg/yii2-redirects", @@ -22,7 +22,7 @@ ], "require": { "yiisoft/yii2": "^2.0.35", - "wdmg/yii2-base": "^1.2.3", + "wdmg/yii2-base": "^1.2.4", "wdmg/yii2-selectinput": "^1.0.9" }, "minimum-stability": "dev", diff --git a/docs/images/yii2-redirects.png b/docs/images/yii2-redirects.png new file mode 100755 index 0000000..1903396 Binary files /dev/null and b/docs/images/yii2-redirects.png differ