You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- migrate test runs from travis to github actions [#10](https://github.com/ovos/doctrine1/pull/10)
4
5
5
-
1.3.2
6
-
-----
6
+
1.3.2 (2020-08-13)
7
+
------------------
7
8
- fixed Doctrine_Validator_HtmlColor class name to match the filename and fix compatibility with psr-0 autoloading
8
9
9
-
1.3.1
10
-
-----
10
+
1.3.1 (2019-11-16)
11
+
------------------
11
12
- fixed MySQL8 compatibility issue - `row_number` is now a reserved word [#5](https://github.com/ovos/doctrine1/pull/5)
12
13
13
-
1.3.0
14
-
-----
14
+
1.3.0 (2019-05-29)
15
+
------------------
15
16
- php 7.3 and mysql 5.7 compatible
16
17
-**[BC BREAK]** modified doctrine collection & record serialization - store less data in cache, but losing the feature of keeping state of modified data
17
18
-**[BC BREAK]**[OV1] fixed orderBy handling in relations - for ordering m2m relations by columns in `refClass` use `refOrderBy`!
0 commit comments