Skip to content

Commit c3220c0

Browse files
committed
release v8.1.4.0
1 parent f064187 commit c3220c0

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

AdKats.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
* Work on fork by Hedius (Version >= 8.0.0.0)
2222
*
2323
* AdKats.cs
24-
* Version 8.1.3.2
25-
* 06-MAY-2022
24+
* Version 8.1.4.0
25+
* 15-AUG-2022
2626
*
2727
* Automatic Update Information
28-
* <version_code>8.1.3.2</version_code>
28+
* <version_code>8.1.4.0</version_code>
2929
*/
3030

3131
using System;
@@ -68,7 +68,7 @@ public class AdKats : PRoConPluginAPI, IPRoConPluginInterface
6868
{
6969

7070
//Current Plugin Version
71-
private const String PluginVersion = "8.1.3.2";
71+
private const String PluginVersion = "8.1.4.0";
7272

7373
public enum GameVersionEnum
7474
{

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,3 +1508,22 @@ Added small improvements to fuzzy player match response text.</li>
15081508
<li><b>No upgrade SQL required.</b></li>
15091509
</ul>
15101510

1511+
<h4>8.1.4.0 (15-AUG-2022)</h4>
1512+
<b>Enhancements</b><br/>
1513+
<ul>
1514+
<li>None</li>
1515+
</ul>
1516+
<b>Changes</b><br/>
1517+
<ul>
1518+
<li>Use adkats.e4gl.com as a backup source if GitHub is down. Otherwise, our plugin might be overwritten with an old release from myrcon.net.</li>
1519+
<li>Update Documentation to match the new repo.</li>
1520+
</ul>
1521+
<b>Bugs Fixed</b><br/>
1522+
<ul>
1523+
<li>None</li>
1524+
</ul>
1525+
<b>Upgrade SQL from 4.0.0.0 - Current</b><br/>
1526+
<ul>
1527+
<li><b>No upgrade SQL required.</b></li>
1528+
</ul>
1529+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[//]: # "<latest_stable_release>8.1.3.2</latest_stable_release>"
1+
[//]: # "<latest_stable_release>8.1.4.0</latest_stable_release>"
22
<p>
33
<a name=adkats />
44
<img src="https://i.imgur.com/r9pwH3A.png" alt="AdKats Advanced In-Game Admin Tools">

0 commit comments

Comments
 (0)