Aleksey Lynnyk
Aleksey Lynnyk
sftp-config.json -> [name].sftp-config.json
Sometimes in Gallery snippet on line 101 ``` foreach ($data['items'] as $item) { ``` $data['items'] is empty... So needed before: ``` if (!empty($data['items'])) { ```
Adds the ability to use level placeholder ([[+wf.level]]) in wrapper tpls like &outerTpl and &innerTpl
fix issue when QuipReply receive not empty $_POST but without postAction and return errors with empty fields: name, email etc...
It would be nice to add a license file in order to get a possibility use this library for enterprise projects.