Skip to content

Commit

Permalink
v1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkez committed Mar 6, 2024
1 parent 4c3f44d commit 6c735c7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
CHANGELOG - Cortex ORM

1.7.7 (06.03.2024)
* fix #121: wrong condition variable used for orHas check
* fix #125: ensure cached rel obj isn't altered by whitelist
* chore: fix load() first parameter type

1.7.6 (23.01.2023)
* fix: wrong driver method used

1.7.5 (27.02.2022)
* fix: compare feature did not cleanup correctly old initial array values
* add BETWEEN to to exclude list
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) 2022 by ikkez
* Copyright (c) 2024 by ikkez
* Christian Knuth <[email protected]>
* https://github.com/ikkez/F3-Sugar/
*
* @package DB
* @version 1.7.5
* @date 27.02.2022
* @since 24.04.2012
* @version 1.7.7
* @date 06.03.2024
* @since 22.01.2013
*/

namespace DB;
Expand Down

0 comments on commit 6c735c7

Please sign in to comment.