Skip to content

Commit

Permalink
Release 2.11.5 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Sep 19, 2022
1 parent 02f0d41 commit 186b633
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
2.11.5 (2022-09-19)
===================

[Full commit log](https://github.com/s9e/TextFormatter/compare/a7f31582f97abe17ae6b7c95a198dc0d48e7d1a1...02f0d41f2501610940636598cd56d3b044162ed4)

### Removed

- `e3245de01` BBCodes: removed redundant higlighting in CODE

### Fixed

- `c87eb3f35` BBCodes: fixed Closure Compiler warning in CODE

### Changed

- `02f0d41f2` BBCodes: updated hljs-loader in CODE
- `cdd9d190e` ElementInspector: updated to latest specs
- `df8440c2b` JavaScript: prefill the function cache with static code


2.11.4 (2022-08-17)
===================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"post-update-cmd": "php scripts/patchReadme.php"
},
"extra": {
"version": "2.11.5-dev"
"version": "2.11.5"
}
}

0 comments on commit 186b633

Please sign in to comment.