diff --git a/CHANGELOG.md b/CHANGELOG.md index e5547b0..4aa0d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ Changelog ========= -## 1.2.* +## 1.2.3 (2020-06-28) + * Update dependencies, README.md * URL redirect notify in views * Added `defaultController` property for module diff --git a/Module.php b/Module.php index 78ab477..040dd75 100644 --- a/Module.php +++ b/Module.php @@ -6,7 +6,7 @@ * Yii2 Blog * * @category Module - * @version 1.2.2 + * @version 1.2.3 * @author Alexsander Vyshnyvetskyy * @link https://github.com/wdmg/yii2-blog * @copyright Copyright (c) 2019 - 2020 W.D.M.Group, Ukraine @@ -46,7 +46,7 @@ class Module extends BaseModule /** * @var string the module version */ - private $version = "1.2.1"; + private $version = "1.2.3"; /** * @var integer, priority of initialization diff --git a/README.md b/README.md index bcb4aa9..3c3f41c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,23 @@ -[![Yii2](https://img.shields.io/badge/required-Yii2_v2.0.33-blue.svg)](https://packagist.org/packages/yiisoft/yii2) +[![Yii2](https://img.shields.io/badge/required-Yii2_v2.0.35-blue.svg)](https://packagist.org/packages/yiisoft/yii2) [![Downloads](https://img.shields.io/packagist/dt/wdmg/yii2-blog.svg)](https://packagist.org/packages/wdmg/yii2-blog) [![Packagist Version](https://img.shields.io/packagist/v/wdmg/yii2-blog.svg)](https://packagist.org/packages/wdmg/yii2-blog) ![Progress](https://img.shields.io/badge/progress-ready_to_use-green.svg) [![GitHub license](https://img.shields.io/github/license/wdmg/yii2-blog.svg)](https://github.com/wdmg/yii2-blog/blob/master/LICENSE) +Yii2 Blog Module + # Yii2 Blog -Publications manager for Yii2 +Publications manager for Yii2. + +The module have multilanguage support and integration with Sitemaps, RSS-feeds, Google AMP and Yandex.Turbo modules. + +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 -* Yii2 v.2.0.33 and newest +* Yii2 v.2.0.35 and newest * [Yii2 Base](https://github.com/wdmg/yii2-base) module (required) * [Yii2 Translations](https://github.com/wdmg/yii2-translations) module (optionaly) * [Yii2 Editor](https://github.com/wdmg/yii2-editor) widget @@ -65,6 +73,7 @@ Use the `Module::dashboardNavItems()` method of the module to generate a navigat ?> # Status and version [ready to use] +* v.1.2.3 - URL redirect notify, defaultController property, update dependencies and README.md * v.1.2.2 - Fixed JsonValidator in dependencies * v.1.2.1 - Added AliasInput::widget() * v.1.2.0 - Multi-language support diff --git a/composer.json b/composer.json index 5a9e93a..c9ab51a 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["yii2", "yii2-blog", "blog", "wdmg"], "type": "yii2-extension", "license": "MIT", - "version": "1.2.2", + "version": "1.2.3", "homepage": "https://github.com/wdmg/yii2-blog", "support": { "source": "https://github.com/wdmg/yii2-blog", @@ -21,8 +21,8 @@ } ], "require": { - "yiisoft/yii2": "^2.0.33", - "wdmg/yii2-base": "^1.2.0", + "yiisoft/yii2": "^2.0.35", + "wdmg/yii2-base": "^1.2.4", "wdmg/yii2-selectinput": "^1.0.9", "wdmg/yii2-tagsinput": "^1.0.4", "wdmg/yii2-helpers": "^1.3.2", diff --git a/docs/images/yii2-blog.png b/docs/images/yii2-blog.png new file mode 100755 index 0000000..c94f799 Binary files /dev/null and b/docs/images/yii2-blog.png differ