diff --git a/CHANGELOG.md b/CHANGELOG.md index 146d52c..1e4c6fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -## 1.0.* +## 1.0.9 (2020-06-28) * Update README.md and dependencies ## 1.0.8 (2020-03-31) diff --git a/Module.php b/Module.php index 8653d8d..d8e8c0b 100644 --- a/Module.php +++ b/Module.php @@ -6,7 +6,7 @@ * Yii2 Newsletters * * @category Module - * @version 1.0.8 + * @version 1.0.9 * @author Alexsander Vyshnyvetskyy * @link https://github.com/wdmg/yii2-newsletters * @copyright Copyright (c) 2019 - 2020 W.D.M.Group, Ukraine @@ -55,7 +55,7 @@ class Module extends BaseModule /** * @var string the module version */ - private $version = "1.0.8"; + private $version = "1.0.9"; /** * @var integer, priority of initialization @@ -100,7 +100,7 @@ public function dashboardNavItems($createLink = false) $items = [ 'label' => $this->name, 'url' => [$this->routePrefix . '/'. $this->id], - 'icon' => 'fa fa-fw fa-rocket', + 'icon' => 'fa fa-fw fa-mail-bulk', 'active' => in_array(\Yii::$app->controller->module->id, [$this->id]) ]; return $items; diff --git a/README.md b/README.md index 82a44d3..8d63014 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,21 @@ -[![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-newsletters.svg)](https://packagist.org/packages/wdmg/yii2-newsletters) [![Packagist Version](https://img.shields.io/packagist/v/wdmg/yii2-newsletters.svg)](https://packagist.org/packages/wdmg/yii2-newsletters) -![Progress](https://img.shields.io/badge/progress-in_development-red.svg) +![Progress](https://img.shields.io/badge/progress-ready_to_use-green.svg) [![GitHub license](https://img.shields.io/github/license/wdmg/yii2-newsletters.svg)](https://github.com/wdmg/yii2-newsletters/blob/master/LICENSE) -# Yii2 newsletters -Newsletters manager for Yii2 +Yii2 Newsletters + +# Yii2 Newsletters +Newsletters manager 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 -* 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 Mailer](https://github.com/wdmg/yii2-mailer) module (optionality) * [Yii2 Options](https://github.com/wdmg/yii2-options) module (optionality) @@ -63,7 +69,8 @@ Use the `Module::dashboardNavItems()` method of the module to generate a navigat ]); ?> -# Status and version [in progress development] +# Status and version [ready to use] +* v.1.0.9 - Update dependencies, README.md * v.1.0.8 - Log activity * v.1.0.7 - Up to date dependencies * v.1.0.6 - Fixed count of emails in views and models diff --git a/composer.json b/composer.json index 9075ad6..1f81048 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["yii2", "yii2-newsletters", "newsletters manager", "wdmg"], "type": "yii2-extension", "license": "MIT", - "version": "1.0.8", + "version": "1.0.9", "homepage": "https://github.com/wdmg/yii2-newsletters", "support": { "source": "https://github.com/wdmg/yii2-newsletters", @@ -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-newsletters.png b/docs/images/yii2-newsletters.png new file mode 100755 index 0000000..05fb7bb Binary files /dev/null and b/docs/images/yii2-newsletters.png differ