This repository was archived by the owner on Mar 8, 2021. It is now read-only.
MODX Evolution 1.0.13
- KCFinder - change uploaded image/file names with TransAlias
- ManagerManager updated up to 0.6.1
- Updated API functions: clearCache, now you can call it with parameter full (
$modx->clearCache('full');) - Updated API functions: getDocuments, getTemplateVars, getTemplateVarOutput, getDocumentChildren, getDocumentChildrenTVarOutput, you can call getDocumentChildren with parameter
allfor view all documents (not only published or unpublished, and the same with deleted) - Updated Wayfinder to 2.0.2 (available document specific placeholders [+pagetitle+], [+longtitle+] etc.; fixed work of @inherit for custom TVs)
- Managers with role = 1 can see all documents in manager panel and in frontend (in earlier versions documents with restrinctions to special groups could not be seen by those manager users)
- Added API function: $modx->parseText()
- Added document ID to title during editing document, also added to QM+
- Breadcrumbs 1.0.4 (you can exclude documents with the specified templates)
- phpthumb 1.2 (if images on page processed already, phpthumb class will not included)
- eForm 1.4.5 (added parameters: &attachmentFields/&attachmentPath)
- FirstChildRedirect 2.0 (added parameters: &default, &sortBy, &sortDir, &responseCode)