Skip to content

Commit 1b95af5

Browse files
author
netcarver
committed
Bump version to v3.5.5
1 parent 3d2229f commit 1b95af5

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
@@ -2,7 +2,9 @@ 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.5.5 - upcoming
5+
h2. Version 3.5.6 - upcoming
6+
7+
h2. "Version 3.5.5 - 2014/01/02":https://github.com/textile/php-textile/releases/tag/v3.5.5
68

79
* Fix rendering of left and right image alignment in non-lite restricted mode (closes "#132":https://github.com/textile/php-textile/issues/132).
810
* Fix wrong triggered error type when using the deprecated @$encode@ option of @Parser::textileThis()@.

src/Netcarver/Textile/Parser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ class Parser
350350
* @var string
351351
*/
352352

353-
protected $ver = '3.5.4';
353+
protected $ver = '3.5.5';
354354

355355
/**
356356
* Regular expression snippets.

0 commit comments

Comments
 (0)