diff --git a/assets/plugins/managermanager/mm.inc.php b/assets/plugins/managermanager/mm.inc.php index 0c0645694b..d0a8844dd5 100755 --- a/assets/plugins/managermanager/mm.inc.php +++ b/assets/plugins/managermanager/mm.inc.php @@ -1,9 +1,9 @@ params['config_chunk']); break; } -?> \ No newline at end of file +?> diff --git a/assets/plugins/managermanager/readme.html b/assets/plugins/managermanager/readme.html index a35ebfd647..f4b883e007 100644 --- a/assets/plugins/managermanager/readme.html +++ b/assets/plugins/managermanager/readme.html @@ -1,11 +1,11 @@
-

ManagerManager 0.6.2

-

Customize the MODX Manager to offer bespoke admin functions for end users or manipulate the display of document fields in the manager.

+

ManagerManager 0.6.3

+

Customize the Evo Manager to offer bespoke admin functions for end users or manipulate the display of document fields in the manager.

 

You can put your ManagerManager rules EITHER in a chunk OR in an external file - whichever suits your development style the best.

To use an external file, put your rules in /assets/plugins/managermanager/mm_rules.inc.php  (you can rename default.mm_rules.inc.php and use it as an example).

The chunk SHOULD have php opening tags at the beginning and end.

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.

See also user-friendly module for editing ManagerManager configuration file ddMMEditor at http://code.divandesign.biz/modx/ddmmeditor.

ManagerManager requires jQuery 1.9.1, which is located in /assets/plugins/managermanager/js/ folder.

- \ No newline at end of file + diff --git a/install/assets/plugins/mgrmgr.tpl b/install/assets/plugins/mgrmgr.tpl index 3cf6fd37f7..1d9bfeda83 100644 --- a/install/assets/plugins/mgrmgr.tpl +++ b/install/assets/plugins/mgrmgr.tpl @@ -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 @@ -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'); \ No newline at end of file +include($modx->config['base_path'].'assets/plugins/managermanager/mm.inc.php');