Plugin Directory

Changeset 3397693


Ignore:
Timestamp:
11/18/2025 03:09:28 AM (4 months ago)
Author:
ejointjp
Message:

v1.1.1

Location:
tiny-backup
Files:
22 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • tiny-backup/trunk/readme.txt

    r3397691 r3397693  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5151== Changelog ==
    5252
     53= 1.1.1 =
     54
     55- Bug fix.
     56
    5357= 1.1.0 =
    5458
    55 * Added an action link to the plugin list for quick access to the settings page.
     59- Added an action link to the plugin list for quick access to the settings page.
    5660
    5761= 1.0.0 =
    5862
    59 * Initial Release.
     63- Initial Release.
    6064
    6165== Upgrade Notice ==
     
    6367= 1.0.0 =
    6468
    65 Initial release.
     69- Initial release.
    6670
    6771
  • tiny-backup/trunk/tiny-backup.php

    r3397691 r3397693  
    33Plugin Name: Tiny Backup
    44Description: Create database and files backups with minimal setup.
    5 Version: 1.1.0
     5Version: 1.1.1
    66Author: Takashi Fujisaki
    77Plugin URI: https://wordpress.org/plugins/tiny-backup/
  • tiny-backup/trunk/uninstall.php

    r3397190 r3397693  
    1515
    1616// 定数を利用するためコアクラスを読み込み
    17 require_once plugin_dir_path(__FILE__) . 'includes/class-core.php';
     17require_once plugin_dir_path(__FILE__) . 'includes/class-tnbu-core.php';
    1818
    1919// プラグインの設定を削除
Note: See TracChangeset for help on using the changeset viewer.