Skip to content

Releases: thecodingmachine/safe

v1.3.3

28 Oct 17:54
a8ab087
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug with socket_write
  • Updated the readme

v1.3.2

22 Oct 09:23
72d9fee
Compare
Choose a tag to compare

Changelog:

  • added the date and gmdate functions ( #246 )
  • imap_fetchstructure, imap_mail_compose and imap_sort were automatically added because of the updated documentation.

v1.3.1

08 Oct 08:50
a6b795a
Compare
Choose a tag to compare

Changelog:

  • jdtounix was added

v1.3.0

06 Oct 16:11
a6b795a
Compare
Choose a tag to compare

Changelog:

  • A lot of functions were removed from the php doc. Rather than also removing them from safe, I decided to move them to a deprecated folder.
    The functions should still be usables, although they should be flagged as deprecated in a future feature.

  • 'imagepsencodefont', 'imagepsextendfont', 'imagepsfreefont', 'imagepsslantfont' were removed because their corresponding functions were removed in php7.0 , meaning theses safe functions never actually worked.

  • pack and unpack were added

v1.2.1

25 Sep 17:27
f781b93
Compare
Choose a tag to compare

Changelog:

  • Improved the github workflow
  • Regenerated the files

v1.2.0

03 Sep 14:22
53e6692
Compare
Choose a tag to compare

Changelog:

  • Added DateTimeImmutable->getInnerDateTime() and DateTimeImmutable::createFromRegular() (technically already existed but it is now a public method) to switch easily between safe and regular versions (see #229 )
    This is because a bug with DatePeriod was found (thanks @rodnaph in #227). Since the bug comes fromphp itself, we can only add workarounds: like reverting to a regular DateTimeImmutable with ->getInnerDateTime()

  • Fixed a bug with rector0.7 (the RenameFunction rule was, ironically, renamed) (#234 )

  • improved our github workflows (for example #230 )

v1.1.3

10 Jul 09:37
9f27717
Compare
Choose a tag to compare
  • Fixed an error where 'ressource' was used as a typehint ( #226 ). Thanks @fezfez

v1.1.2

24 Jun 14:18
85e21ee
Compare
Choose a tag to compare

Changelog:

  • Added appropriates @throw tags in our custom DateTime and DateTimeImmutable ( #222 )
  • regenerated the files

v1.1.1

04 May 15:27
04f9ffa
Compare
Choose a tag to compare

Added imagecreatefromstring()

v1.1

24 Mar 15:43
f440677
Compare
Choose a tag to compare

Changelog:

A big thanks to @localheinz for basically everything in this release!