Skip to content

Commit 02ed0cb

Browse files
committed
Marks 3.8.0
1 parent 226ab8d commit 02ed0cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.textile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +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.8.0 - upcoming
5+
h2. "Version 3.8.0 - 2022/12/03":https://github.com/textile/php-textile/releases/tag/v3.8.0
66

7-
* Added @Parser::setAlignClasses()@ and @Parser::isAlignClassesEnabled@. This can be used to enable img alignment classes in XHTML output document mode, instead of the default align attribute.
7+
* Added @Parser::setAlignClasses()@ and @Parser::isAlignClassesEnabled()@. This can be used to enable img alignment classes in XHTML output document mode, instead of the default align attribute.
88
* Added @Parser::DOCTYPE_HTML5@ and @Parser::DOCTYPE_XHTML@ constants. These can be used with @Parser::setDocumentType()@ to specify the output document type.
99

1010
h2. "Version 3.7.7 - 2022/05/01":https://github.com/textile/php-textile/releases/tag/v3.7.7

src/Netcarver/Textile/Parser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ class Parser
384384
*
385385
* @var string
386386
*/
387-
protected $ver = '3.8.0-dev';
387+
protected $ver = '3.8.0';
388388

389389
/**
390390
* Regular expression snippets.

0 commit comments

Comments
 (0)