diff --git a/changelog.txt b/changelog.txt index 4f930b9..ff37b51 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/lib/db/cortex.php b/lib/db/cortex.php index f92b97c..caef213 100644 --- a/lib/db/cortex.php +++ b/lib/db/cortex.php @@ -13,14 +13,14 @@ * | | < | <| -__|-- __| * |__|__|__||__|__|_____|_____| * - * Copyright (c) 2022 by ikkez + * Copyright (c) 2024 by ikkez * Christian Knuth * 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;