Skip to content

Commit

Permalink
v1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkez committed Jan 29, 2016
1 parent 7f95462 commit f04b3ad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
CHANGELOG - Cortex ORM

1.4.1 (29.01.2016)
* new: mergeFilter method, #7
* fix column rel type recognition, #13
* fix id assignments on collections, #8
* fix relation updates on changed collections, #8
* fix NULL filter arguments for Jig, #6
* keep case-insensitivity for Jig & Mongo, #5
* add return to erase method, #3
* Bug fix: missing relation fields when whitelist is active
* Bug fix: sql expressions in queries
* Bug fix: drop obsolete has-many fields on setup
* Bug fix: table detection

1.4.0 (04.06.2015)
* experimental: nested has() propagation
* new: nested filter() propagation (dot-style chaining)
Expand Down
8 changes: 4 additions & 4 deletions lib/db/cortex.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
* | | < | <| -__|-- __|
* |__|__|__||__|__|_____|_____|
*
* Copyright (c) 2014 by ikkez
* Christian Knuth <ikkez0n3@gmail.com>
* Copyright (c) 2016 by ikkez
* Christian Knuth <mail@ikkez.de>
* https://github.com/ikkez/F3-Sugar/
*
* @package DB
* @version 1.4.1-dev
* @version 1.4.1
* @date 29.01.2016
* @since 24.04.2012
* @date 04.06.2015
*/

namespace DB;
Expand Down

0 comments on commit f04b3ad

Please sign in to comment.