Skip to content

Commit a16ccd9

Browse files
committed
Version 4.1.3
1 parent ab18ae9 commit a16ccd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.textile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ h1. Changelog
22

33
Here's a summary of changes in each release. The list doesn't include some small changes or updates to test cases.
44

5-
h2. Version 4.1.3 - upcoming
5+
h2. "Version 4.1.3 - 2025/01/07":https://github.com/textile/php-textile/releases/tag/v4.1.3
66

77
* This is a security update, which fixes stored XSS vulnerability in image link handing.
88
* Fixed: In restricted mode, restrict image link protocol. Previously and an image link's href allowed all protocols in restricted mode. Now it goes through the same validation as text links.

src/Netcarver/Textile/Parser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ class Parser
384384
*
385385
* @var string
386386
*/
387-
protected $ver = '4.1.3-dev';
387+
protected $ver = '4.1.3';
388388

389389
/**
390390
* Regular expression snippets.

0 commit comments

Comments
 (0)