Skip to content

Commit 7d6b9e2

Browse files
committed
1.5.4 - Final Release on 1.x branch
1 parent 02ab9f8 commit 7d6b9e2

File tree

16 files changed

+7374
-1697
lines changed

16 files changed

+7374
-1697
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ Legend:
1010
? = Other stuff
1111
```
1212

13+
(14/02/16): Version 1.5.4
14+
-----------------------
15+
01. * Added Steam3 ID to Ban and Comm list
16+
02. * Added PHP7 Support
17+
03. + Updated Comms page with better CSS
18+
04. + Small misc theme fixes
19+
05. + Small plugin fixes/optimizations
20+
06. ! Fixed config.php bug with APIKey and URL
21+
07. ! Fix MariaDB Empty Ban List
22+
08. ? Optimized and updated IpToCountry.csv
23+
1324
(01/09/15): Version 1.5.3
1425
-----------------------
1526
01. * Added Steam API Key to Installer for Future Use

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SourceBans++
22
============
3-
### [![GitHub release](https://img.shields.io/github/release/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/releases/tag/1.5.3) [![GitHub license](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square)](https://raw.githubusercontent.com/Sarabveer/SourceBans-Fork/master/SOURCEMOD-LICENSE.txt) [![GitHub license](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat-square)](https://raw.githubusercontent.com/Sarabveer/SourceBans-Fork/master/AGPLv3.txt) [![GitHub forks](https://img.shields.io/github/forks/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/network) [![GitHub stars](https://img.shields.io/github/stars/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/stargazers) [![GitHub issues](https://img.shields.io/github/issues/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/issues) [![GitHub commits](https://img.shields.io/github/commits-since/Sarabveer/SourceBans-Fork/1.5.3.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/compare/1.5.3...master) [![Travis](https://img.shields.io/travis/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://travis-ci.org/Sarabveer/SourceBans-Fork) [![Gitter](https://img.shields.io/gitter/room/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://gitter.im/Sarabveer/SourceBans-Fork) [![Codacy](https://img.shields.io/codacy/a167e0b3727447cea49d441fc6dac5a9.svg?style=flat-square)](https://www.codacy.com/app/sarabveer/SourceBans-Fork)
3+
### [![GitHub release](https://img.shields.io/github/release/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/releases/tag/1.5.4) [![GitHub license](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square)](https://raw.githubusercontent.com/Sarabveer/SourceBans-Fork/master/SOURCEMOD-LICENSE.txt) [![GitHub license](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat-square)](https://raw.githubusercontent.com/Sarabveer/SourceBans-Fork/master/AGPLv3.txt) [![GitHub forks](https://img.shields.io/github/forks/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/network) [![GitHub stars](https://img.shields.io/github/stars/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/stargazers) [![GitHub issues](https://img.shields.io/github/issues/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/issues) [![GitHub commits](https://img.shields.io/github/commits-since/Sarabveer/SourceBans-Fork/1.5.3.svg?style=flat-square)](https://github.com/Sarabveer/SourceBans-Fork/compare/1.5.3...master) [![Travis](https://img.shields.io/travis/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://travis-ci.org/Sarabveer/SourceBans-Fork) [![Gitter](https://img.shields.io/gitter/room/Sarabveer/SourceBans-Fork.svg?style=flat-square)](https://gitter.im/Sarabveer/SourceBans-Fork) [![Codacy](https://img.shields.io/codacy/a167e0b3727447cea49d441fc6dac5a9.svg?style=flat-square)](https://www.codacy.com/app/sarabveer/SourceBans-Fork)
44

55
Global admin, ban, and communication management system for the Source engine
66

game_upload/addons/sourcemod/plugins/.gitignore

Lines changed: 0 additions & 43 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

game_upload/addons/sourcemod/scripting/SourceSleuth.sp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#undef REQUIRE_PLUGIN
3030
#include <sourcebans>
3131

32-
#define PLUGIN_VERSION "(SB++) 1.5.4-dev"
32+
#define PLUGIN_VERSION "(SB++) 1.5.4"
3333

3434
#define LENGTH_ORIGINAL 1
3535
#define LENGTH_CUSTOM 2
@@ -64,7 +64,7 @@ public OnPluginStart()
6464
{
6565
LoadTranslations("sourcesleuth.phrases");
6666

67-
CreateConVar("sm_sourcesleuth_version", PLUGIN_VERSION, "SourceSleuth plugin version", FCVAR_PLUGIN | FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY | FCVAR_DONTRECORD);
67+
CreateConVar("sm_sourcesleuth_version", PLUGIN_VERSION, "SourceSleuth plugin version", FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY | FCVAR_DONTRECORD);
6868

6969
g_cVar_actions = CreateConVar("sm_sleuth_actions", "3", "Sleuth Ban Type: 1 - Original Length, 2 - Custom Length, 3 - Double Length, 4 - Notify Admins Only", FCVAR_PLUGIN, true, 1.0, true, 4.0);
7070
g_cVar_banduration = CreateConVar("sm_sleuth_duration", "0", "Required: sm_sleuth_actions 1: Bantime to ban player if we got a match (0 = permanent (defined in minutes) )", FCVAR_PLUGIN);

game_upload/addons/sourcemod/scripting/sb_admcfg.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public Plugin:myinfo =
3333
name = "SourceBans++: Admin Config Loader",
3434
author = "AlliedModders LLC, Sarabveer(VEER™)",
3535
description = "Reads admin files",
36-
version = "1.5.4-dev",
36+
version = "1.5.4",
3737
url = "https://github.com/Sarabveer/SourceBans-Fork"
3838
};
3939

0 commit comments

Comments
 (0)