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 1db265a commit 3fc95d3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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 Redirects
*
* @category Module
* @version 1.0.11
* @version 1.0.12
* @author Alexsander Vyshnyvetskyy <[email protected]>
* @link https://github.com/wdmg/yii2-redirects
* @copyright Copyright (c) 2019 - 2020 W.D.M.Group, Ukraine
Expand Down Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<img src="./docs/images/yii2-redirects.png" width="100%" alt="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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/Redirects.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Yii2 Redirects
*
* @category Component
* @version 1.0.11
* @version 1.0.12
* @author Alexsander Vyshnyvetskyy <[email protected]>
* @link https://github.com/wdmg/yii2-redirects
* @copyright Copyright (c) 2019 - 2020 W.D.M.Group, Ukraine
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Binary file added docs/images/yii2-redirects.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 3fc95d3

Please sign in to comment.