Changelog History
Page 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 -
v1.1.2 Changes
June 24, 2020 -
v1.1.1 Changes
May 04, 2020โ Added imagecreatefromstring()
-
v1.1 Changes
March 24, 2020๐ Changelog:
๐ Now depends on the github mirror for the PHP documentation (https://github.com/salathe/phpdoc-base and https://github.com/php/doc-en)
โฌ๏ธ Drop support for unsupported versions of rector/rector (#209)
Regenerated files
๐ท Switch our CI environment to github actions
Now actually run the pipelines on php7.4 (#212)
๐ A big thanks to @localheinz for basically everything in this release!