Skip to content

Commit 9c253b7

Browse files
committed
Update changelog and version for 1.2.4
1 parent 404dbd7 commit 9c253b7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to `twill` will be documented in this file.
44

5+
## 1.2.4 (2021-09-16)
6+
7+
Twill 1.2.4 is backporting a fix introduced in 2.5.2, which is addressing a security vulnerability.
8+
9+
### Fixed
10+
11+
- 🚨 Fix XSS security vulnerability [#1158](https://github.com/area17/twill/pull/1158) [`404dbd74`](https://github.com/area17/twill/commit/404dbd74)
12+
513
## 1.2.3 (2021-06-15)
614

715
Twill 1.2.3 is backporting a fix introduced in 2.4.0, which is addressing a security vulnerability on the CMS logout action.

src/TwillServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class TwillServiceProvider extends ServiceProvider
4040
*
4141
* @var string
4242
*/
43-
const VERSION = '1.2.3';
43+
const VERSION = '1.2.4';
4444

4545
/**
4646
* Service providers to be registered.

0 commit comments

Comments
 (0)