Changeset 2768756
- Timestamp:
- 08/10/2022 08:42:59 AM (4 years ago)
- Location:
- bot-cat
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.10 (copied) (copied from bot-cat/trunk)
-
tags/1.0.10/bot-cat.php (modified) (1 diff)
-
tags/1.0.10/includes/View/Admin/BotCatAdminView.php (modified) (1 diff)
-
tags/1.0.10/readme.txt (modified) (2 diffs)
-
trunk/bot-cat.php (modified) (1 diff)
-
trunk/includes/View/Admin/BotCatAdminView.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bot-cat/tags/1.0.10/bot-cat.php
r2767871 r2768756 8 8 * Author: Eric Wu 9 9 * Author URI: https://ericwu.asia/ 10 * Version: 1.0. 910 * Version: 1.0.10 11 11 * Text Domain: bot-cat 12 12 */ -
bot-cat/tags/1.0.10/includes/View/Admin/BotCatAdminView.php
r2767855 r2768756 12 12 add_menu_page( 13 13 'Home', 14 ' Home',14 'BotCat', 15 15 'manage_options', 16 16 'bot-cat', -
bot-cat/tags/1.0.10/readme.txt
r2767871 r2768756 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.0 7 Stable tag: 1.0. 97 Stable tag: 1.0.10 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 83 83 * Fix some bug. 84 84 85 = 1.0.10 = 86 * Fix menu title. 87 85 88 == Installation == 86 89 -
bot-cat/trunk/bot-cat.php
r2767871 r2768756 8 8 * Author: Eric Wu 9 9 * Author URI: https://ericwu.asia/ 10 * Version: 1.0. 910 * Version: 1.0.10 11 11 * Text Domain: bot-cat 12 12 */ -
bot-cat/trunk/includes/View/Admin/BotCatAdminView.php
r2767855 r2768756 12 12 add_menu_page( 13 13 'Home', 14 ' Home',14 'BotCat', 15 15 'manage_options', 16 16 'bot-cat', -
bot-cat/trunk/readme.txt
r2767871 r2768756 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.0 7 Stable tag: 1.0. 97 Stable tag: 1.0.10 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 83 83 * Fix some bug. 84 84 85 = 1.0.10 = 86 * Fix menu title. 87 85 88 == Installation == 86 89
Note: See TracChangeset
for help on using the changeset viewer.