Skip to content

Releases: FriendsOfSymfony1/doctrine1

v1.4.1

23 Feb 13:19
Compare
Choose a tag to compare

What's Changed

  • Update github workflows, use composer caches by @thePanz in #101
  • Fix array key access in lib/Doctrine/Import/Builder.php by @thePanz in #102
  • CI: add PHP v8.3 to the CI pipelines by @thePanz in #108
  • Remove pear configs by @thePanz in #107
  • Fix PHP deprecations on ArrayAccess and additional classes by @thePanz in #106
  • Fixed test 1325TestCase.php by @thirsch in #116
  • Replace iconv with mb_convert_encoding by @connorhu in #113
  • Adding columns defined in actAs-templates to the docblock of the generated model class by @thirsch in #110
  • Update readme: we dont have 1.5 here by @connorhu in #120
  • Update php minimum to 7.4 by @connorhu in #122
  • Unused local variable and fixed wrong type of the parameter by @miamibc in #118
  • Add sort packages by @connorhu in #121
  • Change dirname w/ file constants to use dir constant by @connorhu in #124
  • Added more ReturnTypeWillChange attributes by @thirsch in #117
  • Fix CI tasks on relevant folders by @connorhu in #127

Full Changelog: v1.4.0...v1.4.1

v1.4.0

20 Feb 20:32
Compare
Choose a tag to compare

What's Changed

  • Fix tests to be able to finish it successfully by @alquerci in #56
  • Add consistent local environment for testing with docker and docker-compose by @alquerci in #86
  • Update Builder.php for PHP8 compatibility by @xNatek in #82
  • PHP 8.0 and 8.1 by @Tybaze in #85
  • Use GitHub actions for Continuous Integration tests by @thePanz in #89
  • A few more php 8.1 things by @thirsch in #92
  • php 8.2 support by @thirsch in #91
  • add double to internal isValueModified check. bug #88 by @connorhu in #94
  • PHP 8.1 > Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated by @thirsch in #96

New Contributors

Full Changelog: v1.3.8...v1.4.0

v1.4.0-RC2

10 Jan 14:01
b4749b5
Compare
Choose a tag to compare
v1.4.0-RC2 Pre-release
Pre-release

What's Changed

  • Use GitHub actions for Continuous Integration tests by @thePanz in #89
  • A few more php 8.1 things by @thirsch in #92
  • php 8.2 support by @thirsch in #91
  • add support for "double" type to internal isValueModified check (closes bug #88) by @connorhu in #94

New Contributors

Full Changelog: v1.4.0-RC1...v1.4.0-RC2

v1.4.0-RC1

25 Nov 13:14
Compare
Choose a tag to compare
v1.4.0-RC1 Pre-release
Pre-release

What's Changed

  • Fix tests to be able to finish it successfully by @alquerci in #56
  • Add consistent local environment for testing with docker and docker-compose by @alquerci in #86
  • Update Builder.php for PHP8 compatibility by @xNatek in #82
  • PHP 8.0 and 8.1 by @Tybaze in #85

New Contributors

Full Changelog: v1.3.8...v1.4.0-RC1

v1.3.8

10 Jul 03:24
3ef8591
Compare
Choose a tag to compare
  • Revert strict decimal comparison #80
  • Remove composer's deprecation psr-0 notice #81

v1.3.7

08 Jun 06:55
ebcfdbb
Compare
Choose a tag to compare

Project name has been renamed from lexpress/doctrine1 to friendsofsymfony1/doctrine1.
Some fixes about PHP 7.2, 7.3 & 7.4.

  • Skip options charset and collation for field validation #51
  • Php doc fixes abstract query #37
  • Check for null in fetchOne (php7.2) #52
  • Fix reverse relations matching while hydrate a one to many related #57
  • Fix and add test for getConnectionDrivers method #59
  • Fix PHP 7.3 backward incompatible with continue statements #67
  • Remove create_function call as it is deprecated in 7.3 #65
  • Cannot declare self-referencing constant 'Doctrine_Query::STATE_CLEAN' #71
  • Remove support for PHP 5.2 #72
  • PHP 7.4 compatibility issue fix #77
  • Test on PHP 7.4 #79

v1.3.6

13 May 12:41
b93335d
Compare
Choose a tag to compare

PHP 7.2 support:

  • deprecated "each" calls #41
  • count() #48

Thanks @vitaliytv for your work 👏

Update license to LGPL-2.1-or-later as LGPL isn't a valid one.

v1.3.5

17 Mar 12:16
19ed440
Compare
Choose a tag to compare

Doc improvements:

  • Phpdoc improvements #21
  • Php doc fixes #38
  • remove useless double semicolons #39
  • Add .gitattributes file #43
  • Fix php doc #45

Some fixes:

  • If you make a fix for Oracle connection only do it ONLY for Oracle! #23
  • Geographical сoordinate accuracy fix #27
  • Fix default value for $params argument in Doctrine_Connection_Statement::execute method #36
  • Use correct case for calls to ReflectionClass::isSubclassOf #47

Misc:

  • Use trusty as base distro for Travis testing and add php 7.1 #30

v1.3.4

17 Jun 09:50
Compare
Choose a tag to compare
  • Do not close cursors while using ON_DEMAND hydration #22

v1.3.3

31 May 15:42
Compare
Choose a tag to compare
  • Fix form generation for HHVM #18
  • Fix breaking changes (related to #16) #19