Skip to content

Commit c5a4810

Browse files
committed
v1.5.1
1 parent ef145b7 commit c5a4810

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

changelog.txt

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
CHANGELOG - Cortex ORM
22

3+
1.5.1 (25.04.2018)
4+
* new: Cortex->getMapper to access the raw mapper
5+
* added has-many <> belongs-to-one inverse save handler, which was not implemented before
6+
* clear virtual fields on reset
7+
* improved mongodb support
8+
* apply auto-quoting to order statement, if not already quoted, #60
9+
* reset internal schema cache upon setup
10+
* fix Jig sorting issue on camelCase fields
11+
* fix unit test for php7.2
12+
* fix field matching for jig filter
13+
* fix changed field check for `_id` field
14+
* fix custom primary key with m:m relation usage, #56
15+
* fix issue with certain whitespace in filters for mongodb
16+
* fix countRel mm-table quotation
17+
* fix jig order issue on count
18+
319
1.5.0 (30.06.2017)
420
* F3 3.6.2 compatibility fixes
521
* new: Collection->contains method

lib/db/cortex.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
* https://github.com/ikkez/F3-Sugar/
1919
*
2020
* @package DB
21-
* @version 1.5.1-dev
22-
* @date 30.06.2017
21+
* @version 1.5.1
22+
* @date 25.04.2018
2323
* @since 24.04.2012
2424
*/
2525

0 commit comments

Comments
 (0)