Discord Plugin 18 beta 1

This commit is contained in:
Brett Hewitson 2021-12-03 11:42:41 +10:00
parent 763094bebd
commit f3a1f558f4
4 changed files with 19 additions and 30 deletions

View file

@ -5,44 +5,21 @@
<title>Discord Plugin Version Feed</title>
<subtitle>This is the Discord Plugin beta version feed.</subtitle>
<link href="" />
<updated>2020-07-12T02:00:00Z</updated>
<updated>2021-12-03T00:00:00Z</updated>
<entry>
<id>urn:uuid:4750D17C-2C8F-4D8C-AA17-B3512F002170</id>
<title>1.0.17 (1.0.17.2)</title>
<summary>1.0.17.2</summary>
<id>urn:uuid:C01A4AA0-D839-4732-9814-301DAC6EB094</id>
<title>1.0.18 (1.0.18.1)</title>
<summary>1.0.18.1</summary>
<link href="" />
<updated>2020-07-12T02:00:00Z</updated>
<updated>2021-12-03T00: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>
<br/>
<ul>
<li>Added drag/drop feature to the config window.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:D8974ABF-8444-4D40-A594-D4443921B3B8</id>
<title>1.0.17 (1.0.17.1)</title>
<summary>1.0.17.1</summary>
<link href="" />
<updated>2020-07-12T00: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>
<br/>
<ul>
<li>Profile name has been converted to a droplist and is now populated with the Server Manager Profile Names for selection.</li>
<li>Have enabled globalization support for the plugin.</li>
</ul>
</p>
</div>

View file

@ -4,6 +4,18 @@
xmlns:sys="clr-namespace:System;assembly=mscorlib"
>
<!--#region Alert Types -->
<sys:String x:Key="AlertType_Backup">Backup</sys:String>
<sys:String x:Key="AlertType_Error">Error</sys:String>
<sys:String x:Key="AlertType_ModUpdateDetected">Mod Update Detected</sys:String>
<sys:String x:Key="AlertType_Shutdown">Shutdown</sys:String>
<sys:String x:Key="AlertType_ShutdownMessage">Shutdown Message</sys:String>
<sys:String x:Key="AlertType_ShutdownReason">Shutdown Reason</sys:String>
<sys:String x:Key="AlertType_ServerStatusChange">Server Status Change</sys:String>
<sys:String x:Key="AlertType_Startup">Startup</sys:String>
<sys:String x:Key="AlertType_UpdateResults">Update Results</sys:String>
<!--#endregion-->
<!--#region Global -->
<sys:String x:Key="Global_CancelButtonLabel">Cancel</sys:String>
<sys:String x:Key="Global_CloseButtonLabel">Close</sys:String>

View file

@ -1 +1 @@
1.0.17.2
1.0.18.1

Binary file not shown.