Releases: jenkinsci/antisamy-markup-formatter-plugin
Releases · jenkinsci/antisamy-markup-formatter-plugin
162.v0e6ec0fcfcf6
159.v25b_c67cd35fb_
👷 Changes for plugin developers
📦 Dependency updates
- Bump git-changelist-maven-extension from 1.4 to 1.6 (#111) @dependabot
155.v795fb_8702324
👷 Changes for plugin developers
- JENKINS-60866 - Valid JSON snippet to configure CodeMirror (#91) @daniel-beck
👻 Maintenance
- Remove
javaLevel
(#71) @basil - Use standard CD flow (#104) @jglick
- Remove deprecated
java.level
property (#97) @basil - Enable cd (#65) @batmat
📦 Dependency updates
- Bump plugin from 4.46 to 4.49 (#103) @dependabot
- Bump owasp-java-html-sanitizer from 20211018.2 to 20220608.1 (#83) @dependabot
- Bump actions/setup-java from 2 to 3.4.1 (#90) @dependabot
- Bump plugin from 4.33 to 4.46 (#95) @dependabot
- Bump git-changelist-maven-extension from 1.3 to 1.4 (#93) @dependabot
- Bump actions/checkout from 2.3.4 to 2.4.0 (#66) @dependabot
2.7
ℹ️ Last Non-CD release
After this release, the release format will change and use the new CD model.
📦 Dependency updates
- Bump parent pom from 4.31 to 4.33 (#63 & #64) @dependabot
2.6
2.5
What's Changed
- Bump owasp-java-html-sanitizer from 20211018.1 to 20211018.2 by @dependabot in #59
- Bump parent pom from 4.29 to 4.31 by @dependabot in #60
Full Changelog: antisamy-markup-formatter-2.4...antisamy-markup-formatter-2.5
2.4
What's Changed
- Bump owasp-java-html-sanitizer from 20191001.1 to 20211018.1 by @dependabot in #58
- Bump parent pom from 4.28 to 4.29 by @dependabot in #57
Full Changelog: antisamy-markup-formatter-2.3...antisamy-markup-formatter-2.4
2.3
2.2.1
What's Changed
- [JENKINS-55029] Allow target=_blank; add rel='noopener noreferrer' by @daniel-beck in #37
internal
- Enable jdk11 build on CI for linux and windows by @aHenryJard in #54
- Java 11 build fix by @batmat in #56
New Contributors
- @aHenryJard made their first contribution in #54
Full Changelog: antisamy-markup-formatter-2.1...antisamy-markup-formatter-2.2.1
2.1
🚀 New features and improvements
- JENKINS-62176 - Add
pre
tag to policy additions as it is missing in Sanitizers (#22) @rschluecker
🐛 Bug Fixes
- java.lang.NoSuchMethodError: hudson.markup.Messages.EscapedMarkupFormatter_DisplayName()Ljava/lang/String; (#23) @jglick
📝 Documentation updates
- Update readme further, use adoc for admonition support (#19) @daniel-beck
👻 Maintenance
- Further simplify the code (#20) @daniel-beck
🚦 Tests
- JENKINS-55029 - Document the issue as TODO (#21) @daniel-beck