Skip to content

Commit 6003369

Browse files
committed
Marks version 3.7.4
1 parent 1b748fc commit 6003369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.textile

Lines changed: 1 addition & 1 deletion
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 3.7.4 - upcoming
5+
h2. "Version 3.7.4 - 2019/12/15":https://github.com/textile/php-textile/releases/tag/v3.7.4
66

77
* Fix issue where an inline tag preceding the last character, that is a glyph, is not rendered if the block tags are disabled with @Parser::setBlockTags@ (closes "#198":https://github.com/textile/php-textile/issues/198).
88

src/Netcarver/Textile/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ class Parser
371371
* @var string
372372
*/
373373

374-
protected $ver = '3.7.4-dev';
374+
protected $ver = '3.7.4';
375375

376376
/**
377377
* Regular expression snippets.

0 commit comments

Comments
 (0)