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 ccdad2c commit 9a8a8ca
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 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.1.4 (2020-06-28)
* Update dependencies, README.md

## 1.1.3 (2020-04-28)
* Update README.md and dependencies

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 Sitemap manager
*
* @category Module
* @version 1.1.3
* @version 1.1.4
* @author Alexsander Vyshnyvetskyy <[email protected]>
* @link https://github.com/wdmg/yii2-sitemap
* @copyright Copyright (c) 2019 - 2020 W.D.M.Group, Ukraine
Expand Down Expand Up @@ -78,7 +78,7 @@ class Module extends BaseModule
/**
* @var string the module version
*/
private $version = "1.1.3";
private $version = "1.1.4";

/**
* @var integer, priority of initialization
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[![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-sitemap.svg)](https://packagist.org/packages/wdmg/yii2-sitemap)
[![Packagist Version](https://img.shields.io/packagist/v/wdmg/yii2-sitemap.svg)](https://packagist.org/packages/wdmg/yii2-sitemap)
![Progress](https://img.shields.io/badge/progress-ready_to_use-green.svg)
[![GitHub license](https://img.shields.io/github/license/wdmg/yii2-sitemap.svg)](https://github.com/wdmg/yii2-sitemap/blob/master/LICENSE)

<img src="./docs/images/yii2-sitemap.png" width="100%" alt="Yii2 Sitemap" />

# Yii2 Sitemap
The module polls supported data models and displays links to their representations for front-ends and search engines.

Expand All @@ -17,9 +19,13 @@ In addition, you can add/edit and delete the URL of sitemap in manual mode.

> Be careful when adding URLs manually for pages of dynamic content, since by deleting such a resource the link to it will still be on the site map.
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 SelectInput](https://github.com/wdmg/yii2-selectinput) widget
* [Yii2 Options](https://github.com/wdmg/yii2-options) module (optionality)
Expand Down Expand Up @@ -82,6 +88,7 @@ Use the `Module::dashboardNavItems()` method of the module to generate a navigat
?>

# Status and version [ready to use]
* v.1.1.4 - Update dependencies, README.md
* v.1.1.3 - Update README.md and dependencies
* v.1.1.2 - Added support for Blog module, fixed models items retrieved
* v.1.1.1 - Added pagination
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-sitemap", "sitemap", "manager", "wdmg"],
"type": "yii2-extension",
"license": "MIT",
"version": "1.1.3",
"version": "1.1.4",
"homepage": "https://github.com/wdmg/yii2-sitemap",
"support": {
"source": "https://github.com/wdmg/yii2-sitemap",
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"
},
"minimum-stability": "dev",
Expand Down
Binary file added docs/images/yii2-sitemap.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 9a8a8ca

Please sign in to comment.