Skip to content

Commit 633d2ef

Browse files
committed
release 1.3.3
1 parent 9821afe commit 633d2ef

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
1.3.3
2-
-----
1+
1.3.3 (2022-10-04)
2+
------------------
33
- php 8.0 compatibility fixes [#8](https://github.com/ovos/doctrine1/pull/8)
4+
- migrate test runs from travis to github actions [#10](https://github.com/ovos/doctrine1/pull/10)
45

5-
1.3.2
6-
-----
6+
1.3.2 (2020-08-13)
7+
------------------
78
- fixed Doctrine_Validator_HtmlColor class name to match the filename and fix compatibility with psr-0 autoloading
89

9-
1.3.1
10-
-----
10+
1.3.1 (2019-11-16)
11+
------------------
1112
- fixed MySQL8 compatibility issue - `row_number` is now a reserved word [#5](https://github.com/ovos/doctrine1/pull/5)
1213

13-
1.3.0
14-
-----
14+
1.3.0 (2019-05-29)
15+
------------------
1516
- php 7.3 and mysql 5.7 compatible
1617
- **[BC BREAK]** modified doctrine collection & record serialization - store less data in cache, but losing the feature of keeping state of modified data
1718
- **[BC BREAK]** [OV1] fixed orderBy handling in relations - for ordering m2m relations by columns in `refClass` use `refOrderBy`!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Doctrine 1
33

44
[![Build Status](https://travis-ci.com/ovos/doctrine1.svg?branch=master)](https://travis-ci.com/ovos/doctrine1)
55

6-
This is a fork of [doctrine/doctrine1](https://github.com/doctrine/doctrine1), adjusted for compatibility with php 5.3-7.4
6+
This is a fork of [doctrine/doctrine1](https://github.com/doctrine/doctrine1), adjusted for compatibility with php 5.3-8.0
77
and mysql 5.7 and 8.0. Tested only with mysql.
88

99
It will be maintained as long as we are using it.

0 commit comments

Comments
 (0)