All Versions
32
Latest Version
Avg Release Cycle
97 days
Latest Release
118 days ago

Changelog History
Page 2

  • v2.3.1 Changes

    September 20, 2022

    What's Changed

    • Automatically regenerate the files by @github-actions in #391
    • Automatically regenerate the files by @github-actions in #393
    • ๐Ÿ›  Fix undefined sleep() function due to autoloading issue by @colinodell in #390

    ๐Ÿ†• New Contributors

    Full Changelog : v2.3.0...v2.3.1

  • v1.3.3 Changes

    October 28, 2020

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  Fixed a bug with socket_write
    • โšก๏ธ Updated the readme
  • v1.3.2 Changes

    October 22, 2020

    ๐Ÿ”„ 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 Changes

    October 08, 2020

    ๐Ÿ”„ Changelog:

    • jdtounix was added
  • v1.3 Changes

    October 06, 2020

    ๐Ÿ”„ 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.

  • v1.2.1 Changes

    September 25, 2020

    ๐Ÿ”„ Changelog:

    • ๐Ÿ‘Œ Improved the github workflow
    • Regenerated the files
  • v1.2.0 Changes

    September 03, 2020

    ๐Ÿ”„ 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 Changes

    July 10, 2020
    • ๐Ÿ›  Fixed an error where 'ressource' was used as a typehint ( #226 ). Thanks @fezfez
  • v1.1.2 Changes

    June 24, 2020

    ๐Ÿ”„ Changelog:

    • โž• Added appropriates @throw tags in our custom DateTime and DateTimeImmutable ( #222 )
    • regenerated the files
  • v1.1.1 Changes

    May 04, 2020

    โž• Added imagecreatefromstring()