Skip to content

Commit 087ab19

Browse files
Release v5.1.4
1 parent f310be1 commit 087ab19

3 files changed

Lines changed: 4 additions & 4 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
## 5.x Series
44

5-
## Unreleased
6-
##### 2026-XX-YY
5+
## 5.1.4
6+
##### 2026-03-23
77

88
- [SECURITY] Fixed the possible XSS vulnerability on the order show form (Unescaped display of order notes)
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is the Vanilo Admin package that used to be the part of the `vanilo/framewo
1212

1313
#### 5.x
1414

15-
The latest stable release is **5.1.3**, and it was released on January 15th, 2026.
15+
The latest stable release is **5.1.4**, and it was released on March 23rd, 2026.
1616
Vanilo v5.1 supports Laravel 10.48+, 11.46.2+ and 12.38+ versions and PHP 8.3 - 8.5
1717

1818
## Further Information

src/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 Admin',
7-
'version' => '5.1.3',
7+
'version' => '5.1.4',
88
];

0 commit comments

Comments
 (0)