Skip to content

Commit d4900ed

Browse files
committed
Marks v3.6.1
1 parent 3fd983f commit d4900ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.textile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ 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.6.x - upcoming
5+
h2. "Version 3.6.1 - 2018/10/21":https://github.com/textile/php-textile/releases/tag/v3.6.1
66

77
* Fix problems with attribute parsing under PHP >= 7.1 (closes "#175":https://github.com/textile/php-textile/issues/175 and "#176":https://github.com/textile/php-textile/issues/176).
8-
* Fix test suite compatibility issues under PHP >= 7.2.
8+
* Fix test suite compatibility issues under PHP >= 7.2 (closes "#184":https://github.com/textile/php-textile/issues/184).
99
* Fix missing deprecation notices.
1010
* Add test fixture for Unicode characters in image title attributes.
11-
* Tidy entity encoding process.
11+
* Tidy entity encoding process (closes "#182":https://github.com/textile/php-textile/issues/182).
1212
* Drop legacy PHP 5.5 and 5.4 unit test targets due to test suite's depedencies' requirements.
1313

1414
h2. "Version 3.6.0 - 2016/11/17":https://github.com/textile/php-textile/releases/tag/v3.6.0

src/Netcarver/Textile/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ class Parser
350350
* @var string
351351
*/
352352

353-
protected $ver = '3.6.0';
353+
protected $ver = '3.6.1';
354354

355355
/**
356356
* Regular expression snippets.

0 commit comments

Comments
 (0)