Plugin Directory

Changeset 2776898


Ignore:
Timestamp:
08/29/2022 04:20:07 AM (4 years ago)
Author:
eric0324
Message:

Update to version 1.1.3 from GitHub

Location:
bot-cat
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bot-cat/tags/1.1.3/bot-cat.php

    r2776890 r2776898  
    88 * Author:            Eric Wu
    99 * Author URI:        https://ericwu.asia/
    10  * Version:           1.1.2
     10 * Version:           1.1.3
    1111 * Text Domain:       bot-cat
    1212 */
  • bot-cat/tags/1.1.3/includes/Service/BotCatMessageService.php

    r2776598 r2776898  
    3535            $keyword_text,
    3636            $this->bot_cat_message['admin'][ $action_name ],
    37             $this->bot_cat_message['users'][ $action_name ]
     37            $this->bot_cat_message['user'][ $action_name ]
    3838        );
    3939    }
     
    6565            $keyword_text,
    6666            $this->bot_cat_message['admin'][ $action_name ],
    67             $this->bot_cat_message['users'][ $action_name ]
     67            $this->bot_cat_message['user'][ $action_name ]
    6868        );
    6969    }
     
    9191            $keyword_text,
    9292            $this->bot_cat_message['admin'][ $action_name ],
    93             $this->bot_cat_message['users'][ $action_name ]
     93            $this->bot_cat_message['user'][ $action_name ]
    9494        );
    9595    }
     
    133133            $keyword_text,
    134134            $this->bot_cat_message['admin'][ $action_name ],
    135             $this->bot_cat_message['users'][ $action_name ]
     135            $this->bot_cat_message['user'][ $action_name ]
    136136        );
    137137    }
     
    185185            $keyword_text,
    186186            $this->bot_cat_message['admin'][ $action_name ],
    187             $this->bot_cat_message['users'][ $action_name ]
     187            $this->bot_cat_message['user'][ $action_name ]
    188188        );
    189189    }
  • bot-cat/tags/1.1.3/readme.txt

    r2776890 r2776898  
    55Requires PHP: 7.4
    66Tested up to: 6.0
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5252== Changelog ==
    5353
     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
    5463= 1.1.0 =
    5564* Adjust the logic of get user's uuid.
  • bot-cat/trunk/bot-cat.php

    r2776890 r2776898  
    88 * Author:            Eric Wu
    99 * Author URI:        https://ericwu.asia/
    10  * Version:           1.1.2
     10 * Version:           1.1.3
    1111 * Text Domain:       bot-cat
    1212 */
  • bot-cat/trunk/includes/Service/BotCatMessageService.php

    r2776598 r2776898  
    3535            $keyword_text,
    3636            $this->bot_cat_message['admin'][ $action_name ],
    37             $this->bot_cat_message['users'][ $action_name ]
     37            $this->bot_cat_message['user'][ $action_name ]
    3838        );
    3939    }
     
    6565            $keyword_text,
    6666            $this->bot_cat_message['admin'][ $action_name ],
    67             $this->bot_cat_message['users'][ $action_name ]
     67            $this->bot_cat_message['user'][ $action_name ]
    6868        );
    6969    }
     
    9191            $keyword_text,
    9292            $this->bot_cat_message['admin'][ $action_name ],
    93             $this->bot_cat_message['users'][ $action_name ]
     93            $this->bot_cat_message['user'][ $action_name ]
    9494        );
    9595    }
     
    133133            $keyword_text,
    134134            $this->bot_cat_message['admin'][ $action_name ],
    135             $this->bot_cat_message['users'][ $action_name ]
     135            $this->bot_cat_message['user'][ $action_name ]
    136136        );
    137137    }
     
    185185            $keyword_text,
    186186            $this->bot_cat_message['admin'][ $action_name ],
    187             $this->bot_cat_message['users'][ $action_name ]
     187            $this->bot_cat_message['user'][ $action_name ]
    188188        );
    189189    }
  • bot-cat/trunk/readme.txt

    r2776890 r2776898  
    55Requires PHP: 7.4
    66Tested up to: 6.0
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5252== Changelog ==
    5353
     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
    5463= 1.1.0 =
    5564* Adjust the logic of get user's uuid.
Note: See TracChangeset for help on using the changeset viewer.