File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG - Cortex ORM
2
2
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
+
3
7
1.7.7 (06.03.2024)
4
8
* fix #121: wrong condition variable used for orHas check
5
9
* fix #125: ensure cached rel obj isn't altered by whitelist
Original file line number Diff line number Diff line change 13
13
* | | < | <| -__|-- __|
14
14
* |__|__|__||__|__|_____|_____|
15
15
*
16
- * Copyright (c) 2024 by ikkez
16
+ * Copyright (c) 2025 by ikkez
17
17
* Christian Knuth <[email protected] >
18
18
* https://github.com/ikkez/F3-Sugar/
19
19
*
20
20
* @package DB
21
- * @version 1.7.7
22
- * @date 06.03.2024
21
+ * @version 1.7.8
22
+ * @date 25.02.2025
23
23
* @since 22.01.2013
24
24
*/
25
25
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ You can also mash-up multiple engines or use them simultaneously.
23
23
24
24
It's great for fast and easy data abstraction and offers a bunch of useful filter possibilities.
25
25
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
+
26
29
---
27
30
28
31
## Table of Contents
You can’t perform that action at this time.
0 commit comments