• News
  • JCE Pro 2.9.94 released

JCE Pro 2.9.94 released

The large changes introduced in JCE Pro 2.9.90 - including the File Directory Path enhancements and improvements in how the editor processes and validates content - were complex, and a handful of bugs have only surfaced in real-world use. JCE Pro 2.9.94 continues to address these with targeted fixes and refinements. Thank you for your patience and assitance in helping to resolve these issues.

Changes in Filesystem Events

Please Note: The File Directory Path changes require an update to the onWfFileSystemGetRootDir event. This event is now triggered once per directory item defined in the File Directory Path, and now passes $path and $label by reference for modification. If your plugin relies on this event, please update it accordingly, eg:

/**
 * onWfFileSystemGetRootDir
 * @param   string  $path  The relative directory path, eg: "images"
 * @params  string  $label The direcotry label, eg: "Images"
 * @return  void
*/
public function onWfFileSystemGetRootDir(&$path, &$label)
{
    if ($something) {
        $path  = 'my/custom/path';
        $label = 'Custom Path';    
    }
}

A changelog for this release is available to view here

Thank you to everyone who submitted bug reports and tested development versions. If you find any more issues please submit a ticket in the forum or on github.

Download and Installation

 JCE Pro is available for download with a JCE Pro Subscription.
If you already have a subscription, please make sure you set your key before updating

Instructions for installing and updating JCE for each Joomla version are available here