Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 3f3a9d7

Browse files
authored
Merge pull request #294 from pacoorozco/release-1.3.0
Bump version 1.2.0 -> 1.3.0
2 parents 513cf1d + 441fafd commit 3f3a9d7

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
55

66
## Unreleased
77

8+
## 1.3.0 - 2023-03-11
9+
10+
> NOTE: This release has **non-backwards compatible** changes. It may include some changes in the database tables.
11+
12+
### Changed
13+
- **Important**: The required minimum version of PHP is v8.1.
14+
- **Important**: This application has been upgraded to [Laravel 10.x](https://laravel.com/docs).
15+
- **Important**: Database schema has been modified in a **non-backwards compatible way**.
16+
- The `password_resets` table renamed to `password_resets_tokens`.
17+
- Test running against a real database instead of memory (SQLite).
18+
19+
### Removed
20+
- Unused `fuitcake/cors` dependency.
21+
22+
823
## 1.2.0 - 2022-06-13
924

1025

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
|
132132
*/
133133

134-
'version' => '1.2.0',
134+
'version' => '1.3.0',
135135

136136
/*
137137
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)