Skip to content

Commit

Permalink
API Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavius12 committed Apr 26, 2018
1 parent 999d13e commit 7ed5de0
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ChatCensor
main: ChatCensor\ChatCensor
version: 2.1
api: [3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11]
version: 2.2
api: [3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11, 3.0.0-ALPHA12]
load: STARTUP
author: EvolSoft
description: A powerful chat censoring plugin
Expand Down
2 changes: 1 addition & 1 deletion src/ChatCensor/ChatCensor.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ChatCensor (v2.1) by EvolSoft
* ChatCensor (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 08/01/2018 04:05 PM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/ChatCensor/Commands/AddWord.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ChatCensor (v2.1) by EvolSoft
* ChatCensor (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 08/01/2018 01:37 PM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/ChatCensor/Commands/Commands.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ChatCensor (v2.1) by EvolSoft
* ChatCensor (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 08/01/2018 01:39 PM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/ChatCensor/Commands/ListMuted.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ChatCensor (v2.1) by EvolSoft
* ChatCensor (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 08/01/2018 01:37 PM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/ChatCensor/Commands/Mute.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ChatCensor (v2.1) by EvolSoft
* ChatCensor (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 19/02/2018 12:44 AM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/ChatCensor/Commands/RemoveWord.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ChatCensor (v2.1) by EvolSoft
* ChatCensor (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 08/01/2018 01:38 PM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/ChatCensor/Commands/Unmute.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ChatCensor (v2.1) by EvolSoft
* ChatCensor (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 08/01/2018 01:38 PM (UTC)
Expand Down
2 changes: 1 addition & 1 deletion src/ChatCensor/EventListener.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* ChatCensor (v2.1) by EvolSoft
* ChatCensor (v2.2) by EvolSoft
* Developer: EvolSoft (Flavius12)
* Website: https://www.evolsoft.tk
* Date: 08/01/2018 01:37 PM (UTC)
Expand Down

0 comments on commit 7ed5de0

Please sign in to comment.