Skip to content

Commit 5a76f3a

Browse files
committed
Version 4.1.1
1 parent 0554cb1 commit 5a76f3a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.textile

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Here's a summary of changes in each release. The list doesn't include some small
44

55
h2. Version 4.2.0 - upcoming
66

7-
* Links are still rendered when block tags are disabled (closes "#225":https://github.com/textile/php-textile/issues/225).
7+
h2. "Version 4.1.1 - 2024/06/07":https://github.com/textile/php-textile/releases/tag/v4.1.1
8+
9+
* Links are now rendered when block tags are disabled (closes "#225":https://github.com/textile/php-textile/issues/225).
810

911
h2. "Version 4.1.0 - 2024/01/02":https://github.com/textile/php-textile/releases/tag/v4.1.0
1012

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.2.0-dev';
387+
protected $ver = '4.1.1';
388388

389389
/**
390390
* Regular expression snippets.

0 commit comments

Comments
 (0)