Skip to content

Commit

Permalink
Release 2.12.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Oct 5, 2022
1 parent 266f84b commit 968377c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
2.12.0 (2022-10-05)
===================

[Full commit log](https://github.com/s9e/TextFormatter/compare/186b633ee825a93e0060368bfdf8bd46311e3163...266f84b50e5c08cd876711089506e2ce97c36ef6)

### Added

- `71e5bbe78` Added CSP headers to live preview demos
- `6ceca4fff` Added doc
- `5ce43ed08` JavaScript: added messaging-related externs

### Removed

- `440817eb0` JavaScript: removed support for Internet Explorer

### Changed

- `20a3c1333` BBCodes: updated default SPOILER
- `87223f85e` Bumped requirements to PHP >= 7.4
- `266f84b50` FunctionCache: don't add a semicolon if there's aleady one followed by whitespace
- `babb3f094` JavaScript: hash function content as key in function cache
- `ac7984af4` JavaScript: made the XSLT generator public
- `c4f347bc2` JavaScript: moved function cache generator to its own class
- `dd4553f4f` JavaScript: unescape braces before generating the function cache key
- `6404747b1` JavaScript: updated externs
- `ff36ac05d` JavaScript: updated externs
- `47cba5e05` JavaScript: use ES6 syntax for variable declarations
- `8f58dcb9f` JavaScript: use arrow functions where appropriate
- `cf678e15b` MediaEmbed: replaced var with let in onload handlers
- `a9ac9d364` MediaEmbed: updated Odysee
- `b4f8a86df` MediaEmbed: updated TikTok
- `c3e1c382b` Updated live preview demo
- `d55692342` Updated live preview demos


2.11.5 (2022-09-19)
===================

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.12.0-dev"
"version": "2.12.0"
}
}

0 comments on commit 968377c

Please sign in to comment.