Skip to content

Commit 7fb42b9

Browse files
Release v5.1.1
1 parent b4c1ffb commit 7fb42b9

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php: ['8.3', '8.4', '8.5']
17-
laravel: ['10.48', '11.46', '11.47', '12.38', '12.40']
17+
laravel: ['10.48', '11.46', '11.47', '12.38', '12.42']
1818
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1919
steps:
2020
- name: Checkout

Changelog.md

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

33
## 5.x Series
44

5-
## Unreleased
6-
##### 2025-XX-YY
5+
## 5.1.1
6+
##### 2025-12-16
77

88
- Fixed the dynamic resolution of the order number generator, when the config is changed after the app has booted
99

src/Foundation/resources/manifest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
return [
66
'name' => 'Vanilo Foundation',
7-
'version' => '5.1.0',
7+
'version' => '5.1.1',
88
];

src/Order/.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [ '8.3', '8.4', '8.5' ]
12-
laravel: [ '10.48', '11.46', '11.47', '12.38', '12.40' ]
12+
laravel: [ '10.48', '11.46', '11.47', '12.38', '12.42' ]
1313
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1414
steps:
1515
- name: Checkout

src/Order/Changelog.md

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

33
## 5.x Series
44

5-
## Unreleased
6-
##### 2025-XX-YY
5+
## 5.1.1
6+
##### 2025-12-16
77

88
- Fixed the dynamic resolution of the order number generator, when the config is changed after the app has booted
99

src/Order/resources/manifest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
return [
66
'name' => 'Vanilo Order Module',
7-
'version' => '5.1.0',
7+
'version' => '5.1.1',
88
];

0 commit comments

Comments
 (0)