Skip to content

Commit

Permalink
Marks v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gocom committed Oct 21, 2018
1 parent 3fd983f commit d4900ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ 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 3.6.x - upcoming
h2. "Version 3.6.1 - 2018/10/21":https://github.com/textile/php-textile/releases/tag/v3.6.1

* 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).
* Fix test suite compatibility issues under PHP >= 7.2.
* Fix test suite compatibility issues under PHP >= 7.2 (closes "#184":https://github.com/textile/php-textile/issues/184).
* Fix missing deprecation notices.
* Add test fixture for Unicode characters in image title attributes.
* Tidy entity encoding process.
* Tidy entity encoding process (closes "#182":https://github.com/textile/php-textile/issues/182).
* Drop legacy PHP 5.5 and 5.4 unit test targets due to test suite's depedencies' requirements.

h2. "Version 3.6.0 - 2016/11/17":https://github.com/textile/php-textile/releases/tag/v3.6.0
Expand Down
2 changes: 1 addition & 1 deletion src/Netcarver/Textile/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ class Parser
* @var string
*/

protected $ver = '3.6.0';
protected $ver = '3.6.1';

/**
* Regular expression snippets.
Expand Down

0 comments on commit d4900ed

Please sign in to comment.