Skip to content

Version 1.4

Compare
Choose a tag to compare
@Ronef Ronef released this 27 Jul 22:02
· 37 commits to master since this release
  • * Attention! PHP >= 5.6 is required.
  • * Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.50 is required.
  • + Parameters → providerParams, outputterParams, extendersParams: Can also be set as HJSON or as a native PHP object or array (e. g. for calls through $modx->runSnippet).
  • + You can just call \DDTools\Snippet::runSnippet to run the snippet without DB and eval (see README → Examples).
  • + Outputters → Json → Parameters → outputterParams->templates: The new parameters. You can use templates for some document fields.
  • * Outputters → String → Parameters → outputterParams->templates: The following parameters moved here (with backward compatibility):
    • * outputterParams->itemTploutputterParams->templates->item.
    • * outputterParams->itemTplFirstoutputterParams->templates->itemFirst.
    • * outputterParams->itemTplLastoutputterParams->templates->itemLast.
    • * outputterParams->wrapperTploutputterParams->templates->wrapper.
    • * outputterParams->noResultsoutputterParams->templates->noResults.
  • * Outputters → Sitemap → Parameters → outputterParams->templates: The following parameters moved here (with backward compatibility):
    • * outputterParams->itemTploutputterParams->templates->item.
    • * outputterParams->wrapperTploutputterParams->templates->wrapper.
  • + README → Documentation → Installation → Using (MODX)EvolutionCMS.libraries.ddInstaller.
  • + Composer.json.
    • + support.
    • + authors: Added missed authors.