Changeset 2776898
- Timestamp:
- 08/29/2022 04:20:07 AM (4 years ago)
- Location:
- bot-cat
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.3 (copied) (copied from bot-cat/trunk)
-
tags/1.1.3/bot-cat.php (modified) (1 diff)
-
tags/1.1.3/includes/Service/BotCatMessageService.php (modified) (5 diffs)
-
tags/1.1.3/readme.txt (modified) (2 diffs)
-
trunk/bot-cat.php (modified) (1 diff)
-
trunk/includes/Service/BotCatMessageService.php (modified) (5 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bot-cat/tags/1.1.3/bot-cat.php
r2776890 r2776898 8 8 * Author: Eric Wu 9 9 * Author URI: https://ericwu.asia/ 10 * Version: 1.1. 210 * Version: 1.1.3 11 11 * Text Domain: bot-cat 12 12 */ -
bot-cat/tags/1.1.3/includes/Service/BotCatMessageService.php
r2776598 r2776898 35 35 $keyword_text, 36 36 $this->bot_cat_message['admin'][ $action_name ], 37 $this->bot_cat_message['user s'][ $action_name ]37 $this->bot_cat_message['user'][ $action_name ] 38 38 ); 39 39 } … … 65 65 $keyword_text, 66 66 $this->bot_cat_message['admin'][ $action_name ], 67 $this->bot_cat_message['user s'][ $action_name ]67 $this->bot_cat_message['user'][ $action_name ] 68 68 ); 69 69 } … … 91 91 $keyword_text, 92 92 $this->bot_cat_message['admin'][ $action_name ], 93 $this->bot_cat_message['user s'][ $action_name ]93 $this->bot_cat_message['user'][ $action_name ] 94 94 ); 95 95 } … … 133 133 $keyword_text, 134 134 $this->bot_cat_message['admin'][ $action_name ], 135 $this->bot_cat_message['user s'][ $action_name ]135 $this->bot_cat_message['user'][ $action_name ] 136 136 ); 137 137 } … … 185 185 $keyword_text, 186 186 $this->bot_cat_message['admin'][ $action_name ], 187 $this->bot_cat_message['user s'][ $action_name ]187 $this->bot_cat_message['user'][ $action_name ] 188 188 ); 189 189 } -
bot-cat/tags/1.1.3/readme.txt
r2776890 r2776898 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.0 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 52 52 == Changelog == 53 53 54 = 1.1.3 = 55 * Fixed some bugs. 56 57 = 1.1.2 = 58 * Fixed some bugs. 59 60 = 1.1.1 = 61 * Fixed some bugs. 62 54 63 = 1.1.0 = 55 64 * Adjust the logic of get user's uuid. -
bot-cat/trunk/bot-cat.php
r2776890 r2776898 8 8 * Author: Eric Wu 9 9 * Author URI: https://ericwu.asia/ 10 * Version: 1.1. 210 * Version: 1.1.3 11 11 * Text Domain: bot-cat 12 12 */ -
bot-cat/trunk/includes/Service/BotCatMessageService.php
r2776598 r2776898 35 35 $keyword_text, 36 36 $this->bot_cat_message['admin'][ $action_name ], 37 $this->bot_cat_message['user s'][ $action_name ]37 $this->bot_cat_message['user'][ $action_name ] 38 38 ); 39 39 } … … 65 65 $keyword_text, 66 66 $this->bot_cat_message['admin'][ $action_name ], 67 $this->bot_cat_message['user s'][ $action_name ]67 $this->bot_cat_message['user'][ $action_name ] 68 68 ); 69 69 } … … 91 91 $keyword_text, 92 92 $this->bot_cat_message['admin'][ $action_name ], 93 $this->bot_cat_message['user s'][ $action_name ]93 $this->bot_cat_message['user'][ $action_name ] 94 94 ); 95 95 } … … 133 133 $keyword_text, 134 134 $this->bot_cat_message['admin'][ $action_name ], 135 $this->bot_cat_message['user s'][ $action_name ]135 $this->bot_cat_message['user'][ $action_name ] 136 136 ); 137 137 } … … 185 185 $keyword_text, 186 186 $this->bot_cat_message['admin'][ $action_name ], 187 $this->bot_cat_message['user s'][ $action_name ]187 $this->bot_cat_message['user'][ $action_name ] 188 188 ); 189 189 } -
bot-cat/trunk/readme.txt
r2776890 r2776898 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.0 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 52 52 == Changelog == 53 53 54 = 1.1.3 = 55 * Fixed some bugs. 56 57 = 1.1.2 = 58 * Fixed some bugs. 59 60 = 1.1.1 = 61 * Fixed some bugs. 62 54 63 = 1.1.0 = 55 64 * Adjust the logic of get user's uuid.
Note: See TracChangeset
for help on using the changeset viewer.