We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae2f5b commit cc05659Copy full SHA for cc05659
CHANGELOG.textile
@@ -2,7 +2,7 @@ h1. Changelog
2
3
Here's a summary of changes in each release. The list doesn't include some small changes or updates to test cases.
4
5
-h2. Version 2.5.3 - upcoming
+h2. "Version 2.5.3 - 2013/10/30":https://github.com/textile/php-textile/releases/tag/v2.5.3
6
7
* Fix double image URL encoding (closes "#102":https://github.com/textile/php-textile/issues/102.)
8
* Fix URL reference token spoofing.
classTextile.php
@@ -411,7 +411,7 @@ class Textile
411
* @var string
412
*/
413
414
- protected $ver = '2.5.2';
+ protected $ver = '2.5.3';
415
416
/**
417
* Regular expression snippets.
0 commit comments