Skip to content

Commit

Permalink
fixes #19: fix unescaped apostrophe in javascript mouseover on admin …
Browse files Browse the repository at this point in the history
…console
  • Loading branch information
guusdk committed Nov 20, 2024
1 parent a8af004 commit 2de00b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ <h1>
Threaddump Plugin Changelog
</h1>

<p><b>1.2.1</b> -- (to be determined)</p>
<ul>
<li><a href="https://github.com/igniterealtime/openfire-threaddump-plugin/pull/19">Issue 19</a>: unescaped apostrophe in javascript mouseover on admin console</li>
</ul>


<p><b>1.2.0</b> -- November 5, 2024</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion src/main/i18n/threaddump_i18n.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global.save_settings=Save Settings
global.csrf.failed=CSRF Error: No changes made, you'll need to retry.
admin.sidebar.threaddump.name=Thread Dumps
admin.sidebar.threaddump.description=Configuration page for (automatically) generating thread dumps of the Java process that's running Openfire.
admin.sidebar.threaddump.description=Configuration page for (automatically) generating thread dumps of the Java process that is running Openfire.
threadump.page.title=Thread Dumps
threaddump.page.description=The properties as configured on this page determine if and when a thread dump will be created. Thread dumps are a snapshot of the state of every thread in the Java Virtual Machine that is running Openfire. They are typically used when analyzing issues with the programming of Openfire.
threaddump.page.threaddump.header=Thread Dump
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>${project.description}</description>
<author>Ignite Realtime</author>
<version>${project.version}</version>
<date>2024-11-05</date>
<date>2024-11-20</date>
<minServerVersion>4.8.0</minServerVersion>

<adminconsole>
Expand Down

0 comments on commit 2de00b1

Please sign in to comment.