CHANGELOG
Added
- PRO Added support hidden input types in Template Manager variables, eg: ${Extension:hidden} will hide the input field by still apply a passed in value to the template for processing. This can be used with the ${URL:image} variable for selecting a file and using a property of that file without exposing it for editing.
- PRO Added new Columns layouts : 2-2-1, 2-1-2 and 1-2-2
- PRO Added support for size, date, filename and extension variable values passed from the File Browser when using a media type in a Template Manager variable, eg: ${URL:image}
Changed
- The Paste and Paste as Plain Text buttons (in the editor toolbar and context menu) can now perform a single paste of editor content that has been copied to the clipboard using shortcut keys or the Cut and Copy buttons.
Fixed
- PRO Video and audio urls that conatined a query string, eg: video.mp4?id=2, would incorrectly be assigned to iframes instead of an <video> or <audio> tag.
- PRO Saving any text file in the Text Editor would always result in an "Invalid Text File" error.
- Retain <br> elements in content in Custom XML Code Blocks
- Pressing Enter in a Code Block would create a paragraph instead of a linebreak.
- Parameters set for the Fields - Media JCE plugin would override parameters set for individual fields.
- Changes in the Code Editor tab would not be saved in SP PageBuilder 3.8.10 unless you switched back to the Editor tab.
- Enabling Allow Root Access would overwrite any value set in the File Directory Path, when it should only be applied if the File Directory Path was empty.
- Removed the flag from content in the Preview tab.
- Pass default variable values to editor onDisplay method as a workaround for a bug in the AcyMailing extension that triggers an unrelated onDisplay event when an editor is initialized.
- The wrong profile would be used for the File Browser in some nultiple profile configurations.