Skip to content

Releases: AppsDevTeam/utils

v2.14.4

08 Jan 18:08
508d7d9

Choose a tag to compare

Update Image.php

v2.14.3

08 Jan 17:56
31c7dc7

Choose a tag to compare

Update Image.php

v2.14.2

05 Dec 14:18
765a175

Choose a tag to compare

Add license field to composer.json

v2.14.1: Merge pull request #21 from AppsDevTeam/f-fix_warnings

30 Oct 15:37
48dd959

Choose a tag to compare

v2.14: Merge pull request #20 from AppsDevTeam/f-disable_format_animated_gif

23 Sep 16:55
0996d44

Choose a tag to compare

v2.13.2

26 Aug 05:30
f7f0172

Choose a tag to compare

Update Utils.php

v2.13.1: Adds utility function for checking emptiness

17 Jun 06:09

Choose a tag to compare

Adds a utility function that provides a more reliable way to determine if a variable is considered "empty".

The native `empty()` function treats '0' and 0 as empty, which is often not the desired behavior. The new function `realEmpty()` addresses this by explicitly checking for these cases.

v2.13: Adds utility function to create DateTimeImmutable

17 Jun 06:06

Choose a tag to compare

Adds a static method that attempts to create a DateTimeImmutable object from an array containing date and timezone information.

Returns null if the input data is invalid or if an exception occurs during DateTimeImmutable creation.

v2.12.7

03 May 10:02
b81c8a4

Choose a tag to compare

Update Image.php

v2.12.6

01 May 07:52
a3730f6

Choose a tag to compare

Update Image.php