From c5c4f48b2dec5997e43af344b0526cc9d200c7d1 Mon Sep 17 00:00:00 2001 From: Mr B Date: Thu, 25 Jan 2018 08:25:41 +0000 Subject: [PATCH 1/3] Update mgrmgr.tpl --- install/assets/plugins/mgrmgr.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'); From e2ff72f3fe4ae349c7a517c39b8d4b6e78036f97 Mon Sep 17 00:00:00 2001 From: Mr B Date: Thu, 25 Jan 2018 08:26:26 +0000 Subject: [PATCH 2/3] Update readme.html --- assets/plugins/managermanager/readme.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 + From 117aa3aa08573b2c5ef15b9268906deb085723bb Mon Sep 17 00:00:00 2001 From: Mr B Date: Thu, 25 Jan 2018 08:27:22 +0000 Subject: [PATCH 3/3] Update mm.inc.php --- assets/plugins/managermanager/mm.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +?>