mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Discord Plugin 19 beta 1
This commit is contained in:
parent
717ad0a697
commit
6e716c5adf
4 changed files with 16 additions and 8 deletions
|
|
@ -5,21 +5,27 @@
|
|||
<title>Discord Plugin Version Feed</title>
|
||||
<subtitle>This is the Discord Plugin beta version feed.</subtitle>
|
||||
<link href="" />
|
||||
<updated>2021-12-03T00:00:00Z</updated>
|
||||
<updated>2021-12-09T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:C01A4AA0-D839-4732-9814-301DAC6EB094</id>
|
||||
<title>1.0.18 (1.0.18.1)</title>
|
||||
<summary>1.0.18.1</summary>
|
||||
<id>urn:uuid:A9EC2F32-E026-485F-BD7B-C657DBA95B54</id>
|
||||
<title>1.0.19 (1.0.19.1)</title>
|
||||
<summary>1.0.19.1</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-03T00:00:00Z</updated>
|
||||
<updated>2021-12-09T00:00:00Z</updated>
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||
<p>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<u style="font-size: .9em;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Have enabled globalization support for the plugin.</li>
|
||||
<li>Fixed alert test message to support globalization.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>de-DE Translation file added.</li>
|
||||
<li>pt-BR Translation file added.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -118,6 +118,8 @@
|
|||
<sys:String x:Key="ConfigProfileWindow_TestErrorTitle">Test Action Error</sys:String>
|
||||
<sys:String x:Key="ConfigProfileWindow_TestErrorLabel">An error occurred while trying to test the config profile.</sys:String>
|
||||
<sys:String x:Key="ConfigProfileWindow_TestEnabledErrorLabel">The profile is not enabled and cannot be tested.</sys:String>
|
||||
|
||||
<sys:String x:Key="ConfigProfileWindow_TestAlertMessage">Test '{0}' alert type message for profile name '{1}'</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Version Feed Window -->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.0.18.1
|
||||
1.0.19.1
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue