We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ff72f commit 117aa3aCopy full SHA for 117aa3a
1 file changed
assets/plugins/managermanager/mm.inc.php
@@ -1,9 +1,9 @@
1
<?php
2
/**
3
* ManagerManager plugin
4
- * @version 0.6.2 (2014-05-28)
+ * @version 0.6.3 (2018-01-22)
5
*
6
- * @for MODx Evolution 1.0.x
+ * @for Evo 1.4.x
7
8
* @desc Used to manipulate the display of document fields in the manager.
9
@@ -19,7 +19,7 @@
19
*/
20
21
global $mm_version;
22
-$mm_version = '0.6.2';
+$mm_version = '0.6.3';
23
24
// Bring in some preferences which have been set on the configuration tab of the plugin, and normalise them
25
@@ -463,4 +463,4 @@ function initJQddManagerManager(){
463
make_changes($e->params['config_chunk']);
464
break;
465
}
466
-?>
+?>
0 commit comments