Skip to content

Releases: FriendsOfSymfony1/symfony1

v1.5.19

19 Mar 12:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.18...v1.5.19

v1.5.18

28 Feb 08:48
edb850f
Compare
Choose a tag to compare

What's Changed

  • Set min versions of swiftmailer to 5.4.13 and 6.2.5 and updated swiftmailer submodule by @thirsch in #331

Full Changelog: v1.5.17...v1.5.18

v1.5.17

23 Feb 13:17
Compare
Choose a tag to compare

What's Changed

  • Update min PHP requirement to v7.4 or v8.1 by @thePanz in #325
  • Updated gh workflow to use latest actions by @thirsch in #330
  • Backported display_errors-handling to sf1 by @thirsch in #328

Full Changelog: v1.5.16...v1.5.17

v1.5.16

15 Feb 22:07
55a02ab
Compare
Choose a tag to compare

What's Changed

  • Fix(deprecations) Fix deprecations in sfMessageSource_Aggregate, by @thePanz in #277
  • Add(linting) Add code linting to GitHub workflow, use php-cs-fixer by @thePanz in #283
  • Add(gitattributes) Add .gitattributes to repository by @thePanz in #287
  • fix: avoid creating dynamic property $options by @vimar in #290
  • Update(github) Update github workflows by @thePanz in #292
  • php8.3 in the party by @connorhu in #294
  • Fix(php-cs-fixer) Fix php-cs-fixer to v3.45 and apply code fixes by @thePanz in #300
  • 8.3 compat/string to array by @iricketson in #298
  • Fix APC tests and add APCu support by @mentalstring in #267
  • [8.x Compatiblity] sfDebug::shortenFilePath by @iricketson in #299
  • Fix strpos() deprecation on sfCacheSessionStorage check for cookie by @thePanz in #303
  • Fix setrawcookie() deprecation on null parameter by @thePanz in #304
  • Fix str_replace() deprecated null parameter on sfNumberFormat by @thePanz in #305
  • [PHP] Replace default $flags variable with 0 by @iricketson in #307
  • [PHP8] Declare sfDoctrineFormGenerator $params property by @iricketson in #306
  • Update README by @mentalstring in #310
  • minor fix: remove fourth argument by @connorhu in #308
  • Fix PHP8.1 sfForm - Unsupported operand types: array + null on sfForm by @Tybaze in #281
  • Fix link to GitHub pipeline badge by @thePanz in #311
  • fix(phpdoc) remove html code from throws phpdoc. phpstan don't like this by @connorhu in #309
  • fix(phpdoc) remove version tag by @connorhu in #313

New Contributors

Full Changelog: v1.5.15...v1.5.16

v1.5.15

12 Jan 13:11
Compare
Choose a tag to compare

⚠️ Reminder: a new release of symfony1 does not mean you might use it for new projects. You MUST use Symfony 6 instead.

Most of changes for that release are for PHP 7.4, 8.0, 8.1 and 8.2 compatibility.

What's Changed

Full Changelog: v1.5.14...v1.5.15

v1.5.14

25 Nov 16:12
071b8bf
Compare
Choose a tag to compare

⚠️ Reminder: a new release of symfony1 does not mean you might use it for new projects. You MUST use Symfony 6 instead.

Most of changes for that release are for PHP 7.4, 8.0 and 8.1 compatibility.

What's Changed

  • Update composer.json to automatically remove lexpress/symfony1 package by @spirit-q2 in #241
  • Updated lexpress to fos1 in the submodules. by @thirsch in #238
  • Compat for Swiftmailer 6 but preserve compatibility with Swiftmailer 5. by @thirsch in #240
  • Update PHPDoc for sfWebController::redirect() func by @cmdeviant in #246
  • Fixing Issue #234 by @pathumhdes in #235
  • Add consistent local environment for testing with docker and docker-compose by @alquerci in #262
  • Use GitHub actions for Continuous Integration tests by @thePanz in #268
  • Add support for PHP 8.0 & 8.1 by @Tybaze in #266

New Contributors

Full Changelog: v1.5.13...v1.5.14

v1.5.13

08 Jun 13:51
28fa682
Compare
Choose a tag to compare

⚠️ Reminder: a new release of symfony1 does not mean you might use it for new projects. You MUST use Symfony 5 instead.

Most of changes for that release are for PHP 7.4 compatibility.
Also the package has been renamed to friendsofsymfony1/symfony1.

Merged PRs:

  • Fix for Warning: ini_set(): A session is active... #229
  • Php 7.4 Incompatibility Fixes #228
  • Remove notice appeared on php 7.4 #230
  • Rename package to friendsofsymfony1/symfony1 #231

v1.5.12

03 Apr 10:24
2b325c0
Compare
Choose a tag to compare

⚠️ Reminder: a new release of symfony1 does not mean you might use it for new projects. You MUST use Symfony 4/5 instead.

v1.5.11

17 Mar 12:24
40d442b
Compare
Choose a tag to compare

Doc:

  • Update .travis.yml #171
  • Fixes in php doc blocks #174
  • Php doc fixes #176
  • Symfony 4 ready #177
  • Fix typo #191

Fixes:

  • Fix a bug in the lime unit-testing lib #168
  • Fix error 'A non well formed numeric value' on sfValidatorFile #181
  • Fix usage of octet in recent patch #182
  • Allow PATCH as an option in functional tests #185
  • Fix case for isSubclassOf method #189
  • Remove typehint from exception handler #188
  • Fix counting of non-countable var for PHP 7.2 #178

v1.5.10

02 Aug 07:50
bead812
Compare
Choose a tag to compare
  • Add support of Throwables #144
  • Fixed return type in PHPDoc #151
  • Fix sfEventLogger: add priority and event.name overriding #160
  • Don't try to autoload a trait if it's already been declared #162
  • Fix/php 7.2 deprecation warnings #163