Skip to content

Commit c4c64e0

Browse files
committed
Updating changelog for Laravel 10 support.
1 parent 688bcd4 commit c4c64e0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.12.0] - 2023-02-15
8+
9+
### Added
10+
- Support for Laravel 10 (Thank you [laravelshift](https://github.com/laravel-shift) ([PR#87](https://github.com/jamesmills/laravel-timezone/pull/87))
11+
712
## [1.11.0] - 2022-02-16
813
### Added
914
- Added Laravel 9 support. (Thank you [grantholle](https://github.com/grantholle)) ([PR#80](https://github.com/jamesmills/laravel-timezone/pull/80))
1015
- Make the message shown to users when timezone is set configurable. (Thank you [samtlewis](https://github.com/samtlewis)) ([PR#66](https://github.com/jamesmills/laravel-timezone/pull/66))
1116
- Added option to enable Carbon's translatedFormat. (Thank you [aldesrahim](https://github.com/aldesrahim)) ([PR#69](https://github.com/jamesmills/laravel-timezone/pull/69))
1217

13-
1418
## [1.8.0] - 2020-01-22
1519
### Added
1620
- Added the ability to turn off flash messages and use others packages. (Thank you [amandiobm](https://github.com/amandiobm)) ([PR#15](https://github.com/jamesmills/laravel-timezone/pull/15))

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"authors": [
1010
{
1111
"name": "James Mills",
12-
"email": "james@clicksco.com"
12+
"email": "james@jamesmills.co.uk"
1313
}
1414
],
1515
"require": {
1616
"php": ">=7.4",
17-
"laravel/framework": "5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9|^10.0",
17+
"laravel/framework": "5.6.*|5.7.*|5.8.*|^6|^7|^8|^9|^10.0",
1818
"torann/geoip": "^3.0",
19-
"nesbot/carbon": "^1.0 || ^2.0",
19+
"nesbot/carbon": "^1.0|^2.0",
2020
"treeware/plant": "dev-main"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)