Skip to content

v2.21.0

Choose a tag to compare

@ivictbor ivictbor released this 17 Feb 08:50
· 1 commit to main since this release
7e2bad3

2.21.0 (2026-02-17)

Bug Fixes

  • add is_ip_private function (b8c330d)
  • add missing spaces (6743320)
  • added the ability to accept an object if the json type is specified (1cbafe4)
  • correct detecting if user ip is private (366044b)
  • correct detecting if user ip is private [2] (1a1da91)
  • enhance XSS protection by adding video and source tag attributes (not xss still) (d00ca2f)
  • separation of private IP and default user (349a76c)
  • streamline client IP retrieval in AdminForthRestAPI (6c13157)
  • update boolean value handling in PostgresConnector to return true/[secure] instead of 1/0 (770ae3c)
  • update condition for default user notification in Sidebar component (2a2547a)
  • update condition to handle non-string current values in ResourceForm (17718ae)
  • update Sidebar component to check for localhost instead of private IP (04f8e16)
  • update upload API documentation to clarify usage of XMLHttpRequest and HTTP PUT method (7f6c4e8)
  • wait for finish loading before render afterBreadcrumbs injection (f934489)

Features

  • add configuration options to allow modifying hidden fields during create and edit (edca1e3)
  • add default user detection and private IP check to AdminForthRestAPI (4c67998)
  • add upload plugin documentation for S3 and API usage (01fa2e4)
  • export filtersTools module from index (9a58bba)