Skip to content

Commit 79468b7

Browse files
committed
v1.7.8
1 parent 53c306b commit 79468b7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

changelog.txt

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

3+
1.7.8 (25.02.2025)
4+
* fix: php 8.4 deprecations #137
5+
* fix: keep existing pivot records when updating m:m fields, #129
6+
37
1.7.7 (06.03.2024)
48
* fix #121: wrong condition variable used for orHas check
59
* fix #125: ensure cached rel obj isn't altered by whitelist

lib/db/cortex.php

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

readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ You can also mash-up multiple engines or use them simultaneously.
2323

2424
It's great for fast and easy data abstraction and offers a bunch of useful filter possibilities.
2525

26+
[![Latest Stable Version](http://poser.pugx.org/ikkez/f3-cortex/v)](https://packagist.org/packages/ikkez/f3-cortex)
27+
[![Total Downloads](http://poser.pugx.org/ikkez/f3-cortex/downloads)](https://packagist.org/packages/ikkez/f3-cortex)
28+
2629
---
2730

2831
## Table of Contents

0 commit comments

Comments
 (0)