Skip to content

Releases: RadicalMart/RadicalForm

v4.2.4

Choose a tag to compare

@progreccor progreccor released this 28 May 17:11
e9eeb3a
  • Merge pull request #4 from RadicalMart/pr-3-add-utm
  • feat: improve UTM tracking settings
  • feat: add UTM parameters support

v4.2.3

Choose a tag to compare

@progreccor progreccor released this 21 May 08:52
  • RadicalForm 4.2.3: Update version
  • Fix English localization wording
  • Merge pull request #2 from studio-express/fix/telegram-socks5-dns-resolution
  • Fix: use remote DNS resolution for SOCKS5 proxy (socks5h)

v4.2.2

Choose a tag to compare

@progreccor progreccor released this 15 May 12:19
  • RadicalForm 4.2.2
  • Fix MAX bot recipient refresh with update markers

v4.2.1

Choose a tag to compare

@progreccor progreccor released this 13 May 15:56
  • Fix RadicalForm history rendering and log diagnostics
  • Change usage instruction link style in README

v4.2.0

Choose a tag to compare

@progreccor progreccor released this 08 May 08:09
  • Improve RadicalForm warning/error logging
  • Fix RadicalForm email error logging and history display
  • Improve RadicalForm log history and CSV export
  • Separate spam log history and rotate RadicalForm logs
  • feat(admin): improve history table and file upload state
  • Show RadicalForm plugin names in form history
  • RadicalForm 4.2.0
  • Add plugin rejection support for RadicalForm submits
  • Improve uploaded file name sanitization and reject empty names
  • Set Joomla message rendering as default RadicalForm alert

v4.1.0

Choose a tag to compare

@progreccor progreccor released this 27 Apr 17:10
  • RadicalForm 4.1.0
  • Fix PHP 8.4 fgetcsv escape deprecation warning
  • Update log rotation notice for Joomla 5/6 scheduler
  • Add plugin version note to settings form
  • Add file upload toggle and fix uninstall notice
  • Add MAX messenger integration
  • Multiple file upload and antispam block reasons

RadicalForm 4.0.0

Choose a tag to compare

@progreccor progreccor released this 25 Apr 11:45

RadicalForm 4.0.0: security and form handling fixes

  • Move uploaded file processing after Joomla session/CSRF token validation.
  • Send the Joomla form token with AJAX file upload requests.
  • Sanitize uploaded file field keys before using them as storage folder names.
  • Add neutral handling for invalid uploaded file delete parameters.
  • Fix rfCall 1-3 handling in frontend scripts.
  • Fix broken CSV export.
  • Add antispam reason output to export/history views and adjust related CSS.