We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3104a34 commit 78fe097Copy full SHA for 78fe097
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 3.7.5 - upcoming
+h2. "Version 3.7.5 - 2019/12/16":https://github.com/textile/php-textile/releases/tag/v3.7.5
6
7
* Fix PHP 7.4 compatibility issues (closes "#199":https://github.com/textile/php-textile/issues/199).
8
src/Netcarver/Textile/Parser.php
@@ -371,7 +371,7 @@ class Parser
371
* @var string
372
*/
373
374
- protected $ver = '3.7.5-dev';
+ protected $ver = '3.7.5';
375
376
/**
377
* Regular expression snippets.
0 commit comments