Skip to content

Commit cc05659

Browse files
author
netcarver
committed
Bump version to 2.5.3
1 parent 4ae2f5b commit cc05659

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 2.5.3 - upcoming
5+
h2. "Version 2.5.3 - 2013/10/30":https://github.com/textile/php-textile/releases/tag/v2.5.3
66

77
* Fix double image URL encoding (closes "#102":https://github.com/textile/php-textile/issues/102.)
88
* Fix URL reference token spoofing.

classTextile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ class Textile
411411
* @var string
412412
*/
413413

414-
protected $ver = '2.5.2';
414+
protected $ver = '2.5.3';
415415

416416
/**
417417
* Regular expression snippets.

0 commit comments

Comments
 (0)