Skip to content

Commit 73bd49e

Browse files
committed
raise version to 8.2.0.0
1 parent 470c457 commit 73bd49e

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-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.9.0
25-
* 18-FEB-2023
24+
* Version 8.2.0.0
25+
* 09-MAY-2023
2626
*
2727
* Automatic Update Information
28-
* <version_code>8.1.9.0</version_code>
28+
* <version_code>8.2.0.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.9.0";
71+
private const String PluginVersion = "8.2.0.0";
7272

7373
public enum GameVersionEnum
7474
{

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,3 +1635,20 @@ Added small improvements to fuzzy player match response text.</li>
16351635
<ul>
16361636
<li>None</li>
16371637
</ul>
1638+
1639+
<h4>8.2.0.0 (09-MAY-2023)</h4>
1640+
<b>Enhancements</b><br/>
1641+
<ul>
1642+
<li>Battlefield Agency Whitelist Support. This requires a modified BA plugin <a href="https://github.com/Hedius/BAPlugin">(Repo)</a></li>
1643+
<li>New setting 'Feed Battlefield Agency Whitelist'</li>
1644+
<li>New commands !bawhitelist !unbawhitelist </li>
1645+
<li>New list: whitelist_ba </li>
1646+
</ul>
1647+
<b>Changes</b><br/>
1648+
<ul>
1649+
<li>None</li>
1650+
</ul>
1651+
<b>Bugs Fixed</b><br/>
1652+
<ul>
1653+
<li>None</li>
1654+
</ul>

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.9.0</latest_stable_release>"
1+
[//]: # "<latest_stable_release>8.2.0.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)