10 Oct 2023
- Updated - Birthday Field will now display the current year when 'End Year' is set to 0 or empty.
- Updated - RSForm! Pro will no longer install on Joomla! 5 without the Behaviour - Backward Compatibility plugin being enabled first.
- Fixed - Backend menus with no permissions were still showing up on Joomla! 4 with PHP 8+
- Fixed - Some translations from 'Permissions' were no longer used.
- Fixed - SEF Router will now create form paths as '1-form-name' instead of '1:form-name'.
- Fixed - Some misconfigured hosts do not send emails if 'From Email' is set - if 'From Email' is left blank, emails now attempt to be sent.
25 Sep 2023
- Added - Adding form fields is now done from an 'Offcanvas' element.
- Added - Form fields can be created in a specified row and column of the form.
- Added - When using 'Enable Confirmation By Email' the IP and date of confirmation are now stored.
- Added - {global:confirmedip} and {global:confirmeddate} placeholders.
- Added - Can set a different Itemid when clicking on 'Preview' form.
- Added - 'HashCash Honeypot' spam prevention field as a GDPR alternative to Captcha.
- Updated - Fields now have <label>, 'form-control' and 'form-select' classes when editing a submission in the 'Submissions - Directory' menu item.
- Updated - UIkit 3 updated to 3.16.26
- Updated - Using native UIkit 3 classes for grid sizing where these are available.
- Updated - Custom UIkit 3 grid classes are now loaded from a separate file.
- Updated - Nonce added to scripts and stylesheets when using the 'System - HTTP Headers' plugin and the 'System - RSForm! Pro' plugin.
- Updated - Can use the {nonce} placeholder in the CSS and JS sections.
- Fixed - 'Confirmed' field will no longer show up in the Directory configuration unless the form has 'Enable Confirmation By Email' set to 'Yes'.
- Fixed - 'Date and Time Picker' now allows dates up from 1920.
- Fixed - No longer allowing buttons to be rendered as <input> tags.
- Fixed - Confirming a submission from the backend did not trigger the confirmation flow (email sending, plugins triggering).
- Fixed - A PHP error could occur when specifying a wrong 'Date Submitted' value in the 'Submissions - Directory' menu item.
- Fixed - Having 'Enable Email Logging' set to 'Yes' and a wrong 'Path to Log Folder' could prevent emails from being sent.
23 Jun 2023
- Added - {fileupload:count} placeholder that returns the number of uploaded files.
- Fixed - In some installations the 'Name' and 'Default Value' of a 'Hidden Field' were showing in reverse order.
- Fixed - Restoring form backups was not working on some servers.
- Fixed - Uploading a file through the 'Select File From Server' window would show an error on Joomla! 4.
07 Jun 2023
- Added - Event triggers after emails have been sent: onRsformAfterUserEmail, onRsformAfterAdminEmail, onRsformAfterAdditionalEmail.
- Added - Directory fields can now be configured to be sorted as 'Number' or 'Date'.
- Added - 'Minimum Length' and 'Maximum Length' validations.
- Updated - PHP 8.2 compatibility improvements.
- Updated - Newly created forms will now default to '{global:mailfrom}' and '{global:fromname}' in the Admin Emails section.
- Updated - 'Textarea' fields now accept '%' or 'px' in 'Rows' and 'Cols' properties.
- Fixed - Uikit 3 tooltip markup was not generated correctly.
Version 3.1.9
- Fixed - PHP Code could not be saved in the 'Submissions - Directory' menu item's 'Dynamic Filtering Values' area.
- Fixed - 'Show Only Filtering Results' now works with 'Dynamic Filtering Values'.
- Fixed - Importing submissions from a CSV would throw an error if the 'Confirmed' column did not contain numeric values.
Changelog v3.1.8
UPG'File Upload' will now accept 'webp' images when 'Allow Only Images' is set to 'Yes'.
UPGThumbs from the 'File Upload' field can now be created as webp images.
UPGTCPDF updated to 6.6.2 for PHP 8.1 compatibility.
FIXGoogle Maps API was showing a warning in the console due to a missing callback.
FIXViewing PDF submissions in the frontend could display a PHP warning due to a missing $app->close() call.
FIXSpecifying a 'List of Disposable Email Domains' in combination with the 'Email Validation' rule could throw a PHP warning in some cases.
- Updated - Editing a submission using the 'Submissions - Directory' menu item now uses a simple CSS layout instead of relying on tables.
- Updated - IP address now takes into account the 'Behind Load Balancer' setting from Global Configuration.
- Updated - Bumped minimum requirements to use Joomla! 3.9.0+
- Updated - All layouts now generate an 'rsform-type-[field-type]' class for field containers.
- Fixed - If 'Enable Syntax Highlighting' was set to 'Yes' other editors on the page would show duplicate buttons when editing a form.
- Fixed - Built-in Captcha could throw an error on PHP 8.1
- Fixed - In some cases the File Upload validation message was not escaped correctly.
13 Dec 2022
- Added - 'System - RSForm! Pro CLI' plugin to interact with the Joomla! 4 cli/joomla.php script and provide automatic backups, old submissions removal and CSV export.
- Added - 'Download All Submissions in CSV' option when configuring a Directory, allowing users to download all submissions in the frontend.
- Added - 'Allow HTML' for 'Calendar' and 'Date and Time Picker' fields - this will allow to write HTML in the 'Popup Label' so you can, for example, place icons inside your buttons.
- Added - 'Placeholder' attribute for the 'Calendar' and 'Date and Time Picker' fields (when 'Calendar Layout' is set to 'Popup').
- Added - 'Dynamic Filtering Values' for the 'Submissions - Directory' menu item.
- Updated - CSS and Javascript has been minified.
- Updated - media/com_rsform/directory.css is now loaded on the 'Directory - Submissions' page as well.
- Fixed - A PHP Warning could show up on PHP 8+ when exporting submissions into CSV format.
- Fixed - Submissions could not be viewed or downloaded as PDF in the Directory menu item if 'Show Submissions For User ID' was used and the logged-in user didn't match.
- Fixed - 'Date and Time Picker' field will now allow escaping the date format by using the forward slash \ character.
17 Oct 2022
- Added - Emails can be deferred until submission is confirmed through the 'Defer Emails Until Confirmation' option.
- Updated - 'Confirmation Link' when editing a submission in the backend, to manually confirm a submission and trigger deferred emails.
- Updated - Placed all submission confirmation options inside their own group under Form Properties - Form Info - Confirmation.