You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch '4.2' into merge-4.1-into-4.2-1710254470287
* 4.2:
PHPORM-139 Implement `Model::createOrFirst()` using `findOneAndUpdate` operation (#2742)
Test Laravel 10 and 11 (#2746)
PHPORM-150 Run CI on Laravel 11 (#2735)
PHPORM-152 Fix tests for Carbon 3 (#2733)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## [unreleased]
5
+
6
+
* Add support for Laravel 11 by @GromNaN in [#2735](https://github.com/mongodb/laravel-mongodb/pull/2735)
7
+
* Implement Model::createOrFirst() using findOneAndUpdate operation by @GromNaN in [#2742](https://github.com/mongodb/laravel-mongodb/pull/2742)
8
+
4
9
## [4.1.3] - 2024-03-05
5
10
6
11
* Fix the timezone of `datetime` fields when they are read from the database. By @GromNaN in [#2739](https://github.com/mongodb/laravel-mongodb/pull/2739)
0 commit comments