From 7193e56bd2c53af0868f998e93febe409aa1a0e9 Mon Sep 17 00:00:00 2001 From: Dmitry Erofeev Date: Tue, 9 Aug 2016 00:36:20 +0300 Subject: [PATCH] Change version from alpha to 0.9.7 --- CHANGELOG.md | 2 +- Module.php | 2 +- README.md | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 790badec0..2c5e8ebfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 1.0.0-alpha1 [09 March 2016] +## 0.9.7 [09 March 2016] - Enh: Updated Yii2-authclient required version to 2.1.0 (dmeroff) - Fix: Max password length set to 72 chars (dmeroff) diff --git a/Module.php b/Module.php index 4c14360d4..6ae6982c6 100644 --- a/Module.php +++ b/Module.php @@ -22,7 +22,7 @@ */ class Module extends BaseModule { - const VERSION = '1.0.0-alpha1'; + const VERSION = '0.9.7'; /** Email is changed right after user enter's new email address. */ const STRATEGY_INSECURE = 0; diff --git a/README.md b/README.md index 6fbef17f4..29a5f74e5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,13 @@ The latest version includes following features: ## Documentation -[Installation instructions](docs/getting-started.md) | [Definitive guide to Yii2-user](docs/README.md) +[Read the Documentation for master](docs/README.md) + +[Read the Documentation for v0.9.7](https://github.com/dektrium/yii2-user/blob/v0.9.7/docs/README.md) + +## Installation + +All installation instructions are located in documentation. ## Support