-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* Yii2 Forms | ||
* | ||
* @category Module | ||
* @version 1.1.0 | ||
* @version 1.1.1 | ||
* @author Alexsander Vyshnyvetskyy <[email protected]> | ||
* @link https://github.com/wdmg/yii2-forms | ||
* @copyright Copyright (c) 2019 - 2020 W.D.M.Group, Ukraine | ||
|
@@ -40,7 +40,7 @@ class Module extends BaseModule | |
/** | ||
* @var string, the description of module | ||
*/ | ||
public $description = "Creation and management of user forms"; | ||
public $description = "Creating and manage composite forms"; | ||
|
||
/** | ||
* @var array, the list of support locales for multi-language versions of page. | ||
|
@@ -51,7 +51,7 @@ class Module extends BaseModule | |
/** | ||
* @var string the module version | ||
*/ | ||
private $version = "1.1.0"; | ||
private $version = "1.1.1"; | ||
|
||
/** | ||
* @var integer, priority of initialization | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* Yii2 Forms | ||
* | ||
* @category Component | ||
* @version 1.1.0 | ||
* @version 1.1.1 | ||
* @author Alexsander Vyshnyvetskyy <[email protected]> | ||
* @link https://github.com/wdmg/yii2-forms | ||
* @copyright Copyright (c) 2019 - 2020 W.D.M.Group, Ukraine | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.