Skip to content

Commit 117aa3a

Browse files
authored
Update mm.inc.php
1 parent e2ff72f commit 117aa3a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

assets/plugins/managermanager/mm.inc.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/**
33
* ManagerManager plugin
4-
* @version 0.6.2 (2014-05-28)
4+
* @version 0.6.3 (2018-01-22)
55
*
6-
* @for MODx Evolution 1.0.x
6+
* @for Evo 1.4.x
77
*
88
* @desc Used to manipulate the display of document fields in the manager.
99
*
@@ -19,7 +19,7 @@
1919
*/
2020

2121
global $mm_version;
22-
$mm_version = '0.6.2';
22+
$mm_version = '0.6.3';
2323

2424
// Bring in some preferences which have been set on the configuration tab of the plugin, and normalise them
2525

@@ -463,4 +463,4 @@ function initJQddManagerManager(){
463463
make_changes($e->params['config_chunk']);
464464
break;
465465
}
466-
?>
466+
?>

0 commit comments

Comments
 (0)