Skip to content

Commit 5621c7b

Browse files
committed
@Version 2.0.2
1 parent 7cda159 commit 5621c7b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+56
-56
lines changed

adm/Adm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @package yii2-adm
55
* @author Pavels Radajevs <[email protected]>
66
* @copyright Copyright &copy; Pavels Radajevs <[email protected]>, 2015
7-
* @version 2.0.1
7+
* @version 2.0.2
88
*/
99

1010
namespace pavlinter\adm;
@@ -20,7 +20,7 @@
2020
*/
2121
class Adm extends \yii\base\Module
2222
{
23-
const VERSION = '2.0.1';
23+
const VERSION = '2.0.2';
2424
/**
2525
* @event Event an event that is triggered by [[beginPage()]].
2626
*/

adm/AdmAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @package yii2-adm
55
* @author Pavels Radajevs <[email protected]>
66
* @copyright Copyright &copy; Pavels Radajevs <[email protected]>, 2015
7-
* @version 2.0.1
7+
* @version 2.0.2
88
*/
99

1010
namespace pavlinter\adm;

adm/AdmBootstrapInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @package yii2-adm
55
* @author Pavels Radajevs <[email protected]>
66
* @copyright Copyright &copy; Pavels Radajevs <[email protected]>, 2015
7-
* @version 2.0.1
7+
* @version 2.0.2
88
*/
99

1010
namespace pavlinter\adm;

adm/AdmIeAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @package yii2-adm
55
* @author Pavels Radajevs <[email protected]>
66
* @copyright Copyright &copy; Pavels Radajevs <[email protected]>, 2015
7-
* @version 2.0.1
7+
* @version 2.0.2
88
*/
99

1010
namespace pavlinter\adm;

adm/AnimateAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @package yii2-adm
55
* @author Pavels Radajevs <[email protected]>
66
* @copyright Copyright &copy; Pavels Radajevs <[email protected]>, 2015
7-
* @version 2.0.1
7+
* @version 2.0.2
88
*/
99

1010
namespace pavlinter\adm;

adm/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @package yii2-adm
55
* @author Pavels Radajevs <[email protected]>
66
* @copyright Copyright &copy; Pavels Radajevs <[email protected]>, 2015
7-
* @version 2.0.1
7+
* @version 2.0.2
88
*/
99

1010
namespace pavlinter\adm;

adm/ModelManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @package yii2-adm
55
* @author Pavels Radajevs <[email protected]>
66
* @copyright Copyright &copy; Pavels Radajevs <[email protected]>, 2015
7-
* @version 2.0.1
7+
* @version 2.0.2
88
*/
99

1010
namespace pavlinter\adm;

adm/NestableAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @package yii2-adm
55
* @author Pavels Radajevs <[email protected]>
66
* @copyright Copyright &copy; Pavels Radajevs <[email protected]>, 2015
7-
* @version 2.0.1
7+
* @version 2.0.2
88
*/
99

1010
namespace pavlinter\adm;

adm/assets/js/nestable/jquery.nestable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @package yii2-adm
33
* @author Pavels Radajevs <[email protected]>
44
* @copyright Copyright &copy; Pavels Radajevs <[email protected]>, 2015
5-
* @version 2.0.1
5+
* @version 2.0.2
66
*
77
* Nestable only for adm module
88
* Nestable jQuery Plugin - http://dbushell.com

adm/controllers/AuthAssignmentController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @package yii2-adm
55
* @author Pavels Radajevs <[email protected]>
66
* @copyright Copyright &copy; Pavels Radajevs <[email protected]>, 2015
7-
* @version 2.0.1
7+
* @version 2.0.2
88
*/
99

1010
namespace pavlinter\adm\controllers;

0 commit comments

Comments
 (0)