Releases: FriendsOfSymfony1/doctrine1
Releases · FriendsOfSymfony1/doctrine1
v1.4.1
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
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
- @xNatek made their first contribution in #82
- @Tybaze made their first contribution in #85
- @connorhu made their first contribution in #94
Full Changelog: v1.3.8...v1.4.0
v1.4.0-RC2
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
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
v1.3.7
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
v1.3.5
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 inDoctrine_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