Skip to content

Commit

Permalink
Update README.md and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-wdmg committed Jul 7, 2023
1 parent c69e882 commit 7b2ec84
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.2.2 (2023-07-07)
* Update README.md and dependencies

## 1.2.1 (2023-06-24)
* Add filter/sort order
* Save autoupdate to user options
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 Activity
*
* @category Module
* @version 1.2.1
* @version 1.2.2
* @author Alexsander Vyshnyvetskyy <alex.vyshnyvetskyy@gmail.com>
* @link https://github.com/wdmg/yii2-activity
* @copyright Copyright (c) 2019 - 2023 W.D.M.Group, Ukraine
Expand Down Expand Up @@ -47,7 +47,7 @@ class Module extends BaseModule
/**
* @var string the module version
*/
private $version = "1.2.1";
private $version = "1.2.2";

/**
* @var integer, priority of initialization
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Use the `Module::dashboardNavItems()` method of the module to generate a navigat
?>

# Status and version [ready to use]
* v.1.2.2 - Update README.md and dependencies
* v.1.2.1 - Add filter/sort order, save autoupdate to user options
* v.1.2.0 - Update copyrights
* v.1.1.13 - Live auto-update for list
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-activity", "activity", "tracking", "wdmg"],
"type": "yii2-extension",
"license": "MIT",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "https://github.com/wdmg/yii2-activity",
"support": {
"source": "https://github.com/wdmg/yii2-activity",
Expand All @@ -21,8 +21,8 @@
}
],
"require": {
"yiisoft/yii2": "^2.0.40",
"wdmg/yii2-base": "^1.2.4"
"yiisoft/yii2": "^2.0.35",
"wdmg/yii2-base": "^1.4.1"
},
"minimum-stability": "dev",
"autoload": {
Expand Down

0 comments on commit 7b2ec84

Please sign in to comment.