Skip to content

Commit 6c735c7

Browse files
committed
v1.7.7
1 parent 4c3f44d commit 6c735c7

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

changelog.txt

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

3+
1.7.7 (06.03.2024)
4+
* fix #121: wrong condition variable used for orHas check
5+
* fix #125: ensure cached rel obj isn't altered by whitelist
6+
* chore: fix load() first parameter type
7+
8+
1.7.6 (23.01.2023)
9+
* fix: wrong driver method used
10+
311
1.7.5 (27.02.2022)
412
* fix: compare feature did not cleanup correctly old initial array values
513
* add BETWEEN to to exclude list

lib/db/cortex.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
* | | < | <| -__|-- __|
1414
* |__|__|__||__|__|_____|_____|
1515
*
16-
* Copyright (c) 2022 by ikkez
16+
* Copyright (c) 2024 by ikkez
1717
* Christian Knuth <[email protected]>
1818
* https://github.com/ikkez/F3-Sugar/
1919
*
2020
* @package DB
21-
* @version 1.7.5
22-
* @date 27.02.2022
23-
* @since 24.04.2012
21+
* @version 1.7.7
22+
* @date 06.03.2024
23+
* @since 22.01.2013
2424
*/
2525

2626
namespace DB;

0 commit comments

Comments
 (0)