From a16ccd9e7c5ab758cf66fca5ab2b39eaae1b616c Mon Sep 17 00:00:00 2001 From: Jukka Svahn Date: Tue, 7 Jan 2025 16:11:32 +0200 Subject: [PATCH] Version 4.1.3 --- CHANGELOG.textile | 2 +- src/Netcarver/Textile/Parser.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.textile b/CHANGELOG.textile index 41f6cdd..420d313 100644 --- a/CHANGELOG.textile +++ b/CHANGELOG.textile @@ -2,7 +2,7 @@ h1. Changelog Here's a summary of changes in each release. The list doesn't include some small changes or updates to test cases. -h2. Version 4.1.3 - upcoming +h2. "Version 4.1.3 - 2025/01/07":https://github.com/textile/php-textile/releases/tag/v4.1.3 * This is a security update, which fixes stored XSS vulnerability in image link handing. * 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. diff --git a/src/Netcarver/Textile/Parser.php b/src/Netcarver/Textile/Parser.php index f8ae92a..7f13856 100644 --- a/src/Netcarver/Textile/Parser.php +++ b/src/Netcarver/Textile/Parser.php @@ -384,7 +384,7 @@ class Parser * * @var string */ - protected $ver = '4.1.3-dev'; + protected $ver = '4.1.3'; /** * Regular expression snippets.