Skip to content

Releases: Delo-Design/radicalform

RadicalForm 3.1.5

01 May 06:41
da81d14
Compare
Choose a tag to compare

совместимость с Joomla 5

RadicalForm 3.1.4

09 Oct 14:29
Compare
Choose a tag to compare

fixes

  • Fixed warning: filemtime()
  • Fixed previous button for multisteps forms

RadicalForm 3.1.2

26 Jun 18:15
Compare
Choose a tag to compare
  • fix warnings with php 8.2
  • fix compatibilty with yootheme pro 4

RadicalForm 3.1.0

24 Jan 20:30
Compare
Choose a tag to compare

GitHub all releases

  • removed integration with the messenger dialog - the messenger has become closed and does not work with private clients
  • added Joomla 4 compatibility. Corrected appearance and behavior in the admin panel
  • jQuery dependency in the site's admin panel was removed
  • Added error interceptor for external plugins and custom code. Now if an error occurs in custom plugin or code, it will not crash.
  • external cosmetic changes
  • corrected output of links to plugin options

Radical Form v3.0.5

24 Sep 15:57
28c18af
Compare
Choose a tag to compare

GitHub all releases

[fixed] System cache cleaned every time when page loads
[fixed] Compatibility with multisiting component (showing loaded images)

Radical Form ver. 3.0.4

25 Jul 10:58
663afe5
Compare
Choose a tag to compare

GitHub all releases

[added] Compatibility with new version of RadicalForm Elements

Radical Form ver. 3.0.3

27 Jun 19:33
6efd62f
Compare
Choose a tag to compare

Github Releases

[fixed] Compatibility with Yootheme Pro
[fixed] Some cosmetic changes

Radical Form ver. 3.0.2

17 Jun 08:47
7f142a2
Compare
Choose a tag to compare

Github Releases

[fixed] Не работали скрипты в админке, если история отправки форм пуста. В том числе не было возможности подключить интеграцию с телеграм
[fixed] Если в качестве CSS классов ошибок использовано несколько классов - скрипт работал некорректно и невозможно было удалить сообщение об ошибке при загрузке корректного файла


[fixed] Scripts in the admin panel did not work if the history of sending forms is empty. In particular, it was not possible to connect integration with Telegram
[fixed] If several classes were used as CSS error classes - the script did not work correctly and it was impossible to delete the error message when the correct file was loaded

Radical Form ver. 3.0.1

20 Dec 14:38
3611e25
Compare
Choose a tag to compare

Github Releases

[added ]Теперь сама форма не требует наличия тега form для создания формы – ограничителем может являться любой тег с классом rf-form. Таким образом можно создавать формы внутри других форм, что не позволяет ни одна из существующих форм для Joomla, а так же повышается защита от спама – роботам сложнее обнаружить такую форму на странице
[added ]Ошибка с неверным токеном теперь попадает в лог файл отправки форм – это позволяет отслеживать сложные ситуации у пользователей
[added ]Теперь поддержание сессии пользователя не требует загрузки дополнительных скриптов – этим занимается основной скрипт Radical Form
[added ]Записывается и передается в качестве дополнительной следующая информация – время отправки формы на устройстве пользователя (может отличаться из-за разных часовых поясов), а так же через какое время после загрузки была отправлена форма
[added ]Изменена логика работы формы, благодаря чему стала возможной работа RadicalForm на сайтах с полностраничным кешированием. Насколько нам известно – таких форм для Joomla больше не существует
[added ]Заложена основа для интеграции RadicalForm с билдером форм для Yootheme Pro
[added ]Исправлена ошибка с неверным подсчетом количества полей не имеющих имени (не учитывались textarea)
[added] добавлена возможность для пользователя удалять свои загруженные файлы до момента отправки формы
[fixed] Исправлена ошибка с неверным подсчетом количества полей не имеющих имени (не учитывались textarea)


[added ]Now form itself does not require form tag to create form - any tag with class rf-form can be a limiter. So you can create forms inside other forms, which none of the existing Joomla forms allow, and also spam protection is improved - it's harder for robots to find such a form on a page
[added ]Error with invalid token is now included into form submission log file - this allows to track complex situations for users
[added ]Maintaining user session now doesn't require uploading additional scripts - the main Radical Form script does that
[added ]The following information is logged and sent as additional information - the time the form was submitted on the user's device (can be different for different time zones), as well as how long after the upload the form was submitted
[added ]The form logic has been changed, making it possible to use RadicalForm on websites with full-page caching. As far as we know, there are no such forms for Joomla anymore.
[added ]Laid foundation for RadicalForm integration with Yootheme Pro form builder
[added ]Fixed bug with wrong count of fields without names (no textarea was counted)
[added] Added ability for user to delete his uploaded files before submitting a form
[fixed] Fixed bug with wrong count of fields without names (no textarea was counted)

Radical Form ver. 2.7.1

11 Dec 19:16
ae7ff85
Compare
Choose a tag to compare

Github Releases

[fixed] исправлена работа формы, если перед классами для невалидных полей присутствует пробел, или количество пробелов между классами больше одного


[fixed] fixed RadicalForm if there is a space before CSS classes for invalid fields, or the number of spaces between classes is more than one