Skip to content

Commit ebaaf14

Browse files
committed
Merge branch '4.1' into 4.2
2 parents a05bd53 + d2d7845 commit ebaaf14

File tree

8 files changed

+567
-17
lines changed

8 files changed

+567
-17
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: "php --ri mongodb"
5050

5151
- name: "Install dependencies with Composer"
52-
uses: "ramsey/composer-install@2.2.0"
52+
uses: "ramsey/composer-install@3.0.0"
5353
with:
5454
composer-options: "--no-suggest"
5555

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55

66
* Add support for Laravel 11 by @GromNaN in [#2735](https://github.com/mongodb/laravel-mongodb/pull/2735)
77

8+
## [4.1.3] - 2024-03-05
9+
10+
* 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)
11+
* Fix support for null values in `datetime` and reset `date` fields with custom format to the start of the day. By @GromNaN in [#2741](https://github.com/mongodb/laravel-mongodb/pull/2741)
12+
813
## [4.1.2] - 2024-02-22
914

1015
* Fix support for subqueries using the query builder by @GromNaN in [#2717](https://github.com/mongodb/laravel-mongodb/pull/2717)

docs/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Laravel MongoDB
1313
:titlesonly:
1414
:maxdepth: 1
1515

16+
/install
1617
/quick-start
18+
/retrieve
1719
/eloquent-models
1820
/query-builder
1921
/user-authentication
@@ -50,6 +52,7 @@ Fundamentals
5052
To learn how to perform the following tasks by using the {+odm-short+},
5153
see the following content:
5254

55+
- :ref:`laravel-fundamentals-retrieve`
5356
- :ref:`laravel-eloquent-models`
5457
- :ref:`laravel-query-builder`
5558
- :ref:`laravel-user-authentication`

0 commit comments

Comments
 (0)