Skip to content

Releases: technicalguru/php-utils

v1.2.4

07 Oct 15:51
67cd405
Compare
Choose a tag to compare

#35 - Enhance DefaultCredentialsProvider

v1.2.3

29 Jan 09:49
Compare
Choose a tag to compare
  • Bump up HTMLPurifier version (better PHP/8 compat and fixes)

v1.2.2

29 Jan 09:23
Compare
Choose a tag to compare
  • Improve string filter by traversing structures
  • Add PurifierStringFilter to allow simple HTML tags and attributes

v1.2.1

28 Jan 16:13
Compare
Choose a tag to compare

Fix syntax issues

v1.2.0

28 Jan 15:54
Compare
Choose a tag to compare

This version adds request paramter filtering. The default filtering always strips off HTML tags from input parameters.

v1.1.24

28 Jan 15:53
Compare
Choose a tag to compare
v1.1.24

v1.1.22

28 May 15:49
Compare
Choose a tag to compare

Fix a boolean issue with Utils::isEmail() method

v1.1.19

29 Oct 17:39
Compare
Choose a tag to compare
v1.1.19

v1.1.18

18 Oct 14:27
Compare
Choose a tag to compare

Introducing LinkBuilder interface

v1.1.14

14 Jul 12:58
Compare
Choose a tag to compare

#34 - Adds custom data to Log objects