Skip to content

Commit

Permalink
Change version from alpha to 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeroff committed Aug 8, 2016
1 parent 7dc2ef2 commit 7193e56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7193e56

Please sign in to comment.