Skip to content

Commit 2716227

Browse files
Release v4.2.1
1 parent 6eb613e commit 2716227

7 files changed

Lines changed: 15 additions & 5 deletions

File tree

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 4.x Series
44

5+
## 4.2.1
6+
##### 2025-05-12
7+
8+
- Improved PHP 8.4 compatibility by [Oli Mortimer](https://github.com/olimortimer) in [#202](https://github.com/vanilophp/framework/pull/202)
9+
510
## 4.2.0
611
##### 2024-12-14
712

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Vanilo's aim is that **Laravel developers** can **rapidly** create E-commerce ap
1414

1515
#### 4.x
1616

17-
The latest stable release is **4.2.0**, and it was released on Dec 14th, 2024.
17+
The latest stable release is **4.2.1**, and it was released on May 12th, 2025.
1818
Vanilo v4 supports Laravel 10.x & 11.x versions and PHP 8.2 - 8.4
1919

2020
Refer to the [Roadmap](https://vanilo.io/docs/3.x/roadmap) for upcoming versions.

build-tools/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ then
1616
exit 1
1717
fi
1818

19-
RELEASE_BRANCH="master"
19+
RELEASE_BRANCH="4.x"
2020
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
2121
VERSION=$1
2222

build-tools/split.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44
set -x
55

6-
CURRENT_BRANCH="master"
6+
CURRENT_BRANCH="4.x"
77

88
function split()
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' => '4.2.0'
7+
'version' => '4.2.1'
88
];

src/Links/Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 4.x Series
44

5+
## 4.2.1
6+
##### 2025-05-12
7+
8+
- Improved PHP 8.4 compatibility by [Oli Mortimer](https://github.com/olimortimer) in [#202](https://github.com/vanilophp/framework/pull/202)
9+
510
## 4.2.0
611
##### 2024-12-14
712

src/Links/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 Links Module',
7-
'version' => '4.2.0'
7+
'version' => '4.2.1'
88
];

0 commit comments

Comments
 (0)