Changeset 3397693
- Timestamp:
- 11/18/2025 03:09:28 AM (4 months ago)
- Location:
- tiny-backup
- Files:
-
- 22 added
- 1 deleted
- 3 edited
-
tags/1.1.0 (deleted)
-
tags/1.1.1 (added)
-
tags/1.1.1/assets (added)
-
tags/1.1.1/assets/css (added)
-
tags/1.1.1/assets/css/admin.css (added)
-
tags/1.1.1/assets/js (added)
-
tags/1.1.1/assets/js/admin.js (added)
-
tags/1.1.1/includes (added)
-
tags/1.1.1/includes/class-tnbu-admin-interface.php (added)
-
tags/1.1.1/includes/class-tnbu-ajax-handler.php (added)
-
tags/1.1.1/includes/class-tnbu-core.php (added)
-
tags/1.1.1/includes/class-tnbu-database-backup.php (added)
-
tags/1.1.1/includes/class-tnbu-file-backup.php (added)
-
tags/1.1.1/includes/class-tnbu-progress-manager.php (added)
-
tags/1.1.1/includes/class-tnbu-utilities.php (added)
-
tags/1.1.1/languages (added)
-
tags/1.1.1/languages/tiny-backup-ja-tnbu-admin.json (added)
-
tags/1.1.1/languages/tiny-backup-ja.mo (added)
-
tags/1.1.1/languages/tiny-backup-ja.po (added)
-
tags/1.1.1/languages/tiny-backup.pot (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/tiny-backup.php (added)
-
tags/1.1.1/uninstall.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/tiny-backup.php (modified) (1 diff)
-
trunk/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tiny-backup/trunk/readme.txt
r3397691 r3397693 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 51 51 == Changelog == 52 52 53 = 1.1.1 = 54 55 - Bug fix. 56 53 57 = 1.1.0 = 54 58 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. 56 60 57 61 = 1.0.0 = 58 62 59 *Initial Release.63 - Initial Release. 60 64 61 65 == Upgrade Notice == … … 63 67 = 1.0.0 = 64 68 65 Initial release.69 - Initial release. 66 70 67 71 -
tiny-backup/trunk/tiny-backup.php
r3397691 r3397693 3 3 Plugin Name: Tiny Backup 4 4 Description: Create database and files backups with minimal setup. 5 Version: 1.1. 05 Version: 1.1.1 6 6 Author: Takashi Fujisaki 7 7 Plugin URI: https://wordpress.org/plugins/tiny-backup/ -
tiny-backup/trunk/uninstall.php
r3397190 r3397693 15 15 16 16 // 定数を利用するためコアクラスを読み込み 17 require_once plugin_dir_path(__FILE__) . 'includes/class- core.php';17 require_once plugin_dir_path(__FILE__) . 'includes/class-tnbu-core.php'; 18 18 19 19 // プラグインの設定を削除
Note: See TracChangeset
for help on using the changeset viewer.