Plugin Directory

Changeset 2768756


Ignore:
Timestamp:
08/10/2022 08:42:59 AM (4 years ago)
Author:
eric0324
Message:

Update to version 1.0.10 from GitHub

Location:
bot-cat
Files:
6 edited
1 copied

Legend:

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

    r2767871 r2768756  
    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 */
  • bot-cat/tags/1.0.10/includes/View/Admin/BotCatAdminView.php

    r2767855 r2768756  
    1212        add_menu_page(
    1313            'Home',
    14             'Home',
     14            'BotCat',
    1515            'manage_options',
    1616            'bot-cat',
  • bot-cat/tags/1.0.10/readme.txt

    r2767871 r2768756  
    55Requires PHP: 7.4
    66Tested up to: 6.0
    7 Stable tag: 1.0.9
     7Stable tag: 1.0.10
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8383* Fix some bug.
    8484
     85= 1.0.10 =
     86* Fix menu title.
     87
    8588== Installation ==
    8689
  • bot-cat/trunk/bot-cat.php

    r2767871 r2768756  
    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 */
  • bot-cat/trunk/includes/View/Admin/BotCatAdminView.php

    r2767855 r2768756  
    1212        add_menu_page(
    1313            'Home',
    14             'Home',
     14            'BotCat',
    1515            'manage_options',
    1616            'bot-cat',
  • bot-cat/trunk/readme.txt

    r2767871 r2768756  
    55Requires PHP: 7.4
    66Tested up to: 6.0
    7 Stable tag: 1.0.9
     7Stable tag: 1.0.10
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8383* Fix some bug.
    8484
     85= 1.0.10 =
     86* Fix menu title.
     87
    8588== Installation ==
    8689
Note: See TracChangeset for help on using the changeset viewer.