Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 5, 2022

Bumps netcarver/textile from 3.7.6 to 4.0.0.

Release notes

Sourced from netcarver/textile's releases.

v4.0.0

  • HTML void tags render a self-closing slash based on the given document type. If Parser::setDocumentType() is given Parser::DOCTYPE_XHTML, self-closing tags are used, otherwise not.

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

v3.7.7

  • Fix deprecation errors that appear on PHP >= 8.1 about preg_split limit argument's NULL value.
Changelog

Sourced from netcarver/textile's changelog.

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 4.1.0 - upcoming

h2. "Version 4.0.0 - 2022/12/03":https://github.com/textile/php-textile/releases/tag/v4.0.0

  • HTML void tags render a self-closing slash based on the given document type. If @​Parser::setDocumentType()@ is given @​Parser::DOCTYPE_XHTML@, self-closing tags are used, otherwise not.

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::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

  • Fix deprecation errors that appear on PHP >= 8.1 about preg_split limit argument's NULL value.

h2. "Version 3.7.6 - 2020/01/08":https://github.com/textile/php-textile/releases/tag/v3.7.6

h2. "Version 3.7.5 - 2019/12/16":https://github.com/textile/php-textile/releases/tag/v3.7.5

h2. "Version 3.7.4 - 2019/12/15":https://github.com/textile/php-textile/releases/tag/v3.7.4

  • Fix issue where an inline tag preceding the last character, that is a glyph, is not rendered if the block tags are disabled with @​Parser::setBlockTags@ (closes "#198":textile/php-textile#198).

h2. "Version 3.7.3 - 2019/08/30":https://github.com/textile/php-textile/releases/tag/v3.7.3

  • Fix issues where divider tags placed on their own line within a paragraph, would disable Textile processing for that paragraph block (closes "#194":textile/php-textile#194).

h2. "Version 3.7.2 - 2019/06/08":https://github.com/textile/php-textile/releases/tag/v3.7.2

h2. "Version 3.7.1 - 2019/01/26":https://github.com/textile/php-textile/releases/tag/v3.7.1

h2. "Version 3.7.0 - 2018/12/15":https://github.com/textile/php-textile/releases/tag/v3.7.0

  • Fix problems with list parsing; no longer matches inline-syntax, such as strongs, as list item markers (closes "#172":textile/php-textile#172).
  • Add option to disable specific substitution symbols by setting them to FALSE (see "#158":textile/php-textile#158).
  • Add option to apply classes, such as language-identifiers, to the code element within a @​bc@ (closes "#96":textile/php-textile#96).
  • Add @​Parser::configure()@, the method can be extended to create pre-configured parser classes.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [netcarver/textile](https://github.com/textile/php-textile) from 3.7.6 to 4.0.0.
- [Release notes](https://github.com/textile/php-textile/releases)
- [Changelog](https://github.com/textile/php-textile/blob/master/CHANGELOG.textile)
- [Commits](textile/php-textile@v3.7.6...v4.0.0)

---
updated-dependencies:
- dependency-name: netcarver/textile
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant