Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions assets/plugins/managermanager/mm.inc.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* ManagerManager plugin
* @version 0.6.2 (2014-05-28)
* @version 0.6.3 (2018-01-22)
*
* @for MODx Evolution 1.0.x
* @for Evo 1.4.x
*
* @desc Used to manipulate the display of document fields in the manager.
*
Expand All @@ -19,7 +19,7 @@
*/

global $mm_version;
$mm_version = '0.6.2';
$mm_version = '0.6.3';

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

Expand Down Expand Up @@ -463,4 +463,4 @@ function initJQddManagerManager(){
make_changes($e->params['config_chunk']);
break;
}
?>
?>
6 changes: 3 additions & 3 deletions assets/plugins/managermanager/readme.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<html>
<body>
<div style="max-width:1100px;margin:auto;font-family:sans-serif">
<p><strong>ManagerManager 0.6.2</strong></p>
<p>Customize the MODX Manager to offer bespoke admin functions for end users or manipulate the display of document fields in the manager.</p>
<p><strong>ManagerManager 0.6.3</strong></p>
<p>Customize the Evo Manager to offer bespoke admin functions for end users or manipulate the display of document fields in the manager.</p>
<p>&nbsp;</p>
<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>
<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>
</div>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions install/assets/plugins/mgrmgr.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Customize the EVO Manager to offer bespoke admin functions for end users or manipulate the display of document fields in the manager.
*
* @category plugin
* @version 0.6.2
* @version 0.6.3
* @license http://creativecommons.org/licenses/GPL/2.0/ GNU Public License (GPL v2)
* @internal @properties &remove_deprecated_tv_types_pref=Remove deprecated TV types;list;yes,no;yes &config_chunk=Configuration Chunk;text;mm_rules
* @internal @events OnDocFormRender,OnDocFormPrerender,OnBeforeDocFormSave,OnDocFormSave,OnDocDuplicate,OnPluginFormRender,OnTVFormRender
Expand All @@ -22,8 +22,8 @@
* @author DivanDesign studio http://www.DivanDesign.biz
* @author Nick Crossland http://www.rckt.co.uk
* @author Many others
* @lastupdate 06/03/2016
* @lastupdate 22/01/2018
*/

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