Skip to content

Version 0.16

Compare
Choose a tag to compare
@Ronef Ronef released this 26 Apr 06:32
· 433 commits to master since this release
  • * Attention! PHP >= 5.4 is required.
  • * \ddTools::parseText: Updated to 1.3.1:
    • * Refactoring, the method now using named parameters (with backward compatibility).
    • + Added an ability to remove empty placeholders (see $params['removeEmptyPlaceholders']).
    • * The $params['data'] parameter is no longer required.
  • * \ddTools::sendMail: Updated to 2.1:
    • * Refactoring, the method now using named parameters (with backward compatibility).
    • * Default value of the $params['from'] parameter is getting now from $modx->getConfig ('emailsender'). Thank you, MrSwed!.
  • + \ddTools::regEmptyClientScript: Updated to 1.1:
    • + Parameters can be passed as stdClass object.
  • * Refactoring: Short array syntax is used because it’s more convenient.