Skip to content

Commit

Permalink
chore(release): v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stickeepaul committed Nov 29, 2022
1 parent 392ac79 commit 7c340c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [4.0.0] - 2022-11-29

### BREAKING CHANGES

- no longer supports PHP versions lower than 8.0

### Changed
- Cast empty headings to indexed integer
Expand All @@ -14,6 +18,7 @@ All notable changes to this project will be documented in this file.
- Fix testing for multiple stored files by regex matching (#3631).
- Allow `required_unless` rule (#3660)
- Fix output of `WithFormatData` in combination with `SkipsEmptyRows` (#3760)
- Fix not compatible with `psr/simple-cache` `v3.0` (https://github.com/stickeeuk/Laravel-Excel/pull/1)

## [3.1.40] - 2022-05-02

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,5 @@ Versions will be supported for a limited amount of time.
|---- |----|----|----|
| 2.1 | <=5.6 | <=7.0 | Unsupported since 15-5-2018 |
| 3.0 | ^5.5 | ^7.0 | Unsupported since 31-12-2018 |
| 3.1 | ^5.8\|^6.0\|^7.0\|^8.0 | ^7.2\|^8.0 | New features |
| 3.1 | ^5.8\|^6.0\|^7.0\|^8.0 | ^7.2\|^8.0 | Unsupported since 29-11-2022 |
| 4.0 | ^9.0 | ^8.0 | New features |

0 comments on commit 7c340c6

Please sign in to comment.