Skip to content

Commit 499e15e

Browse files
Merge pull request #326 from shobhit-pathak/dev
0.8.12
2 parents 29fe277 + cb38bb9 commit 499e15e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# MatchZy Changelog
22

3+
# 0.8.12
4+
5+
#### August 25, 2025
6+
7+
- Updated CSS Version to fix `.last` and `.throw` commands.
8+
39
# 0.8.11
410

511
#### August 9, 2025

ConfigConvars.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public void MatchZyBackupUploadURL(CCSPlayerController? player, CommandInfo comm
282282
if (url.Trim() == "") return;
283283
if (!IsValidUrl(url))
284284
{
285-
Log($"[MatchZyBackupUploadURL] Invalid URL: {url}. Please provide a valid URL for uploading the demo!");
285+
Log($"[MatchZyBackupUploadURL] Invalid URL: {url}. Please provide a valid URL for uploading the backup!");
286286
return;
287287
}
288288
backupUploadURL = url;

MatchZy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public partial class MatchZy : BasePlugin
1313
{
1414

1515
public override string ModuleName => "MatchZy";
16-
public override string ModuleVersion => "0.8.11";
16+
public override string ModuleVersion => "0.8.12";
1717

1818
public override string ModuleAuthor => "WD- (https://github.com/shobhit-pathak/)";
1919

MatchZy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.333">
10+
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.337">
1111
<PrivateAssets>none</PrivateAssets>
1212
<ExcludeAssets>runtime</ExcludeAssets>
1313
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)