Skip to content

Commit d6aabda

Browse files
committed
Fix menu title
1 parent 7fbec5c commit d6aabda

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

bot-cat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Requires PHP: 5.6
88
* Author: Eric Wu
99
* Author URI: https://ericwu.asia/
10-
* Version: 1.0.9
10+
* Version: 1.0.10
1111
* Text Domain: bot-cat
1212
*/
1313

includes/View/Admin/BotCatAdminView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function bot_cat_admin(): void
1111
{
1212
add_menu_page(
1313
'Home',
14-
'Home',
14+
'BotCat',
1515
'manage_options',
1616
'bot-cat',
1717
[&$this, 'view'],

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: notification, WooCommerce, contact form 7, LINE, telegram
44
Requires at least: 6.0
55
Requires PHP: 7.4
66
Tested up to: 6.0
7-
Stable tag: 1.0.9
7+
Stable tag: 1.0.10
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -82,6 +82,9 @@ We already support common chatbot platforms, and we will support more.
8282
= 1.0.9 =
8383
* Fix some bug.
8484

85+
= 1.0.10 =
86+
* Fix menu title.
87+
8588
== Installation ==
8689

8790
1. Install the "BotCat" plugin

0 commit comments

Comments
 (0)