Skip to content

Commit

Permalink
Marks 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gocom committed Dec 3, 2022
1 parent 226ab8d commit 02ed0cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ h1. Changelog

Here's a summary of changes in each release. The list doesn't include some small changes or updates to test cases.

h2. Version 3.8.0 - upcoming
h2. "Version 3.8.0 - 2022/12/03":https://github.com/textile/php-textile/releases/tag/v3.8.0

* 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.
* 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.
* Added @Parser::DOCTYPE_HTML5@ and @Parser::DOCTYPE_XHTML@ constants. These can be used with @Parser::setDocumentType()@ to specify the output document type.

h2. "Version 3.7.7 - 2022/05/01":https://github.com/textile/php-textile/releases/tag/v3.7.7
Expand Down
2 changes: 1 addition & 1 deletion src/Netcarver/Textile/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ class Parser
*
* @var string
*/
protected $ver = '3.8.0-dev';
protected $ver = '3.8.0';

/**
* Regular expression snippets.
Expand Down

0 comments on commit 02ed0cb

Please sign in to comment.