Skip to content

Commit 2358532

Browse files
authored
Merge pull request #460 from bossloper/patch-37
[F] Update ManagerManager version number to 0.6.3
2 parents df909ce + 117aa3a commit 2358532

3 files changed

Lines changed: 10 additions & 10 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+
?>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<html>
22
<body>
33
<div style="max-width:1100px;margin:auto;font-family:sans-serif">
4-
<p><strong>ManagerManager 0.6.2</strong></p>
5-
<p>Customize the MODX Manager to offer bespoke admin functions for end users or manipulate the display of document fields in the manager.</p>
4+
<p><strong>ManagerManager 0.6.3</strong></p>
5+
<p>Customize the Evo Manager to offer bespoke admin functions for end users or manipulate the display of document fields in the manager.</p>
66
<p>&nbsp;</p>
77
<p>You can put your ManagerManager rules EITHER in a chunk OR in an external file - whichever suits your development style the best.<br /><br />To use an external file, put your rules in /assets/plugins/managermanager/mm_rules.inc.php&nbsp; (you can rename default.mm_rules.inc.php and use it as an example).</p>
88
<p>The chunk SHOULD have php opening tags at the beginning and end.<br /><br />If you want to put your rules in a chunk (so you can edit them through the Manager), create the chunk, and enter its name in the configuration tab. The chunk should NOT have php tags at the beginning or end.<br /><br />See also user-friendly module for editing ManagerManager configuration file ddMMEditor at <a href="http://code.divandesign.biz/modx/ddmmeditor">http://code.divandesign.biz/modx/ddmmeditor</a>.<br /><br />ManagerManager requires jQuery 1.9.1, which is located in /assets/plugins/managermanager/js/ folder.</p>
99
</div>
1010
</body>
11-
</html>
11+
</html>

install/assets/plugins/mgrmgr.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Customize the EVO Manager to offer bespoke admin functions for end users or manipulate the display of document fields in the manager.
66
*
77
* @category plugin
8-
* @version 0.6.2
8+
* @version 0.6.3
99
* @license http://creativecommons.org/licenses/GPL/2.0/ GNU Public License (GPL v2)
1010
* @internal @properties &remove_deprecated_tv_types_pref=Remove deprecated TV types;list;yes,no;yes &config_chunk=Configuration Chunk;text;mm_rules
1111
* @internal @events OnDocFormRender,OnDocFormPrerender,OnBeforeDocFormSave,OnDocFormSave,OnDocDuplicate,OnPluginFormRender,OnTVFormRender
@@ -22,8 +22,8 @@
2222
* @author DivanDesign studio http://www.DivanDesign.biz
2323
* @author Nick Crossland http://www.rckt.co.uk
2424
* @author Many others
25-
* @lastupdate 06/03/2016
25+
* @lastupdate 22/01/2018
2626
*/
2727

2828
// Run the main code
29-
include($modx->config['base_path'].'assets/plugins/managermanager/mm.inc.php');
29+
include($modx->config['base_path'].'assets/plugins/managermanager/mm.inc.php');

0 commit comments

Comments
 (0)