Skip to content

Releases: FriendsOfSymfony1/symfony1

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

v1.5.9

09 Feb 08:13
64ed988
Compare
Choose a tag to compare
  • Fix notice in sfValidatorSchema::getBytes PHP 7.1 #148
  • Fix dumpArray() for PHP 7.1 #146
  • Fix some bugs with new PHP versions #143
  • Fix yaml dumpArray() for PHP 7.1 #142

v1.5.8

06 Oct 07:49
472cade
Compare
Choose a tag to compare
  • PHP7 compatibility #121
  • sfMemcacheCache fix #124
  • sfAutoload include fix for HHVM support #127
  • sfAutoload include: eval only if forced on HHVM #130
  • Fix phpdoc for sfDoctrineRecord::setDateTimeObject() #136
  • Fix session data losing under certain situation #139

Submodules update:

  • doctrine to 1.3.4
  • swiftmailer to 5.4.3

v1.5.7

02 Feb 14:30
Compare
Choose a tag to compare
  • Fix error in embedded form #105
  • Added HTTP PATCH request method #110
  • Fix integers used in mt_rand() #113
  • Remove array cast from parameter of sfAction::renderJson #115
  • Don't post unnamed submit fields in sfBrowserBase #112
  • Add support for traits in autoloaders #112
  • Php Inspections (EA Extended): Static Code Analysis #111

v1.5.6

22 Jul 13:03
Compare
Choose a tag to compare
  • Reverts #94. APCu 4.0.7+ is required for PHP 5.5+ #99

v1.5.5

20 Jul 13:09
Compare
Choose a tag to compare
  • Static Code Analysis with Php Inspections #97
  • Change log level of sfException to CRITICAL #96

v1.5.4

15 Jun 10:55
Compare
Choose a tag to compare
  • Add blob support to yaml files #38
  • Ability to integrate a psr compliant log #71
  • Add OPTIONS method in sfRequest #75
  • Add multiple file input #86
  • Allows newer versions of Swiftmailer #90
  • Allow to specify environment in sfI18nExtractTask #92

v1.5.3

17 Sep 07:56
Compare
Choose a tag to compare
  • Use late static binding for config classes #25
  • Remove Doctrine from dependencies (add Doctrine and Propel as suggestions) #35
  • Add relative option for PublishAssetsTask #43
  • Add an option to test:all task to show full output #55
  • Improve PHP built-in webserver compatibility #58
  • Update Swiftmailer to ~5.2.1 #59
  • Re-add Propel in sfDatabaseSessionStorage #66

v1.5.2

15 Jun 10:54
Compare
Choose a tag to compare
  • Drop support for PHP 5.2
  • Add support for PHP 5.5