Skip to content

Commit

Permalink
Release 2.15.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Dec 21, 2023
1 parent 25714e6 commit 520538f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2.15.1 (2023-12-21)
===================

[Full commit log](https://github.com/s9e/TextFormatter/compare/3eccb693643b65b2ffcda4baa34bd435c3b578f0...25714e6dc8e63f62f370018fa31426ff2f7393a8)

### Added

- `e1ec00821` AbstractNormalization: added workaround for weird DOM quirks
- `07f2468de` MediaEmbed: added Twitter oEmbed endpoint

### Fixed

- `e595860bb` DisallowUnsupportedXSL: fixed the range of allowed characters in dynamic attributes

### Changed

- `25714e6dc` Bumped the requirements for s9e/sweetdom
- `14d759679` OptimizeChoose: minor code simplification
- `31ae9abd5` OptimizeChoose: reorganized code
- `fc9795083` OptimizeChooseText: remove empty text nodes during optimization
- `d8e08b723` UninlineAttributes: refactored how xsl:attribute elements are created
- `195118a53` Updated dependencies


2.15.0 (2023-12-03)
===================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"test": "phpunit --exclude-group ''"
},
"extra": {
"version": "2.15.1-dev"
"version": "2.15.1"
}
}

0 comments on commit 520538f

Please sign in to comment.