Skip to content

Commit

Permalink
Update dependencies, README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-wdmg committed Jun 28, 2020
1 parent 55b07cd commit eff16a3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Yii2 Blog
*
* @category Module
* @version 1.2.2
* @version 1.2.3
* @author Alexsander Vyshnyvetskyy <[email protected]>
* @link https://github.com/wdmg/yii2-blog
* @copyright Copyright (c) 2019 - 2020 W.D.M.Group, Ukraine
Expand Down Expand Up @@ -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
Expand Down
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<img src="./docs/images/yii2-blog.png" width="100%" alt="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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Binary file added docs/images/yii2-blog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eff16a3

Please sign in to comment.