Skip to content

Commit 894987b

Browse files
Release v1.18.0
1 parent f498709 commit 894987b

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 1.X Series
44

5-
## Unreleased
6-
##### 2026-XX-YY
5+
## 1.18.0
6+
##### 2026-04-17
77

88
- Added Laravel 13 support
99
- Dropped Laravel 10 support

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ It also offers some conventions that help you to better structure complex system
2525
| 7.x | 1.5 - 1.10 |
2626
| 8.x | 1.8 - 1.11 |
2727
| 9.x | 1.10.2 - 1.15 |
28-
| 10.x | 1.13+ |
28+
| 10.x | 1.13 - 1.17 |
2929
| 11.x | 1.14+ |
3030
| 12.x | 1.16+ |
31+
| 13.x | 1.18+ |
3132

3233
## Basics
3334

docs/installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
| 7.x | 1.5 - 1.10 |
1414
| 8.x | 1.8 - 1.11 |
1515
| 9.x | 1.10.2 - 1.15 |
16-
| 10.x | 1.13+ |
16+
| 10.x | 1.13 - 1.17 |
1717
| 11.x | 1.14+ |
1818
| 12.x | 1.16+ |
19+
| 13.x | 1.18+ |
1920

2021
## Installing Concord with Composer
2122

src/Concord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
class Concord implements ConcordContract
2929
{
30-
const VERSION = '1.17.1';
30+
const VERSION = '1.18.0';
3131

3232
/** @var Collection */
3333
protected $modules;

0 commit comments

Comments
 (0)