Changeset 3488122
- Timestamp:
- 03/22/2026 08:52:24 AM (5 days ago)
- Location:
- migratico-lite
- Files:
-
- 50 added
- 4 edited
-
tags/2.4.4 (added)
-
tags/2.4.4/CHANGELOG.md (added)
-
tags/2.4.4/README.txt (added)
-
tags/2.4.4/admin (added)
-
tags/2.4.4/admin/class-migratico-admin.php (added)
-
tags/2.4.4/admin/index.php (added)
-
tags/2.4.4/admin/views (added)
-
tags/2.4.4/admin/views/create-page.php (added)
-
tags/2.4.4/admin/views/index.php (added)
-
tags/2.4.4/admin/views/main-page.php (added)
-
tags/2.4.4/admin/views/settings-page.php (added)
-
tags/2.4.4/admin/views/stats-page.php (added)
-
tags/2.4.4/assets (added)
-
tags/2.4.4/assets/css (added)
-
tags/2.4.4/assets/css/admin.css (added)
-
tags/2.4.4/assets/css/index.php (added)
-
tags/2.4.4/assets/index.php (added)
-
tags/2.4.4/assets/js (added)
-
tags/2.4.4/assets/js/admin.js (added)
-
tags/2.4.4/assets/js/index.php (added)
-
tags/2.4.4/includes (added)
-
tags/2.4.4/includes/class-migratico-core.php (added)
-
tags/2.4.4/includes/class-migratico-db-export.php (added)
-
tags/2.4.4/includes/class-migratico-files-export.php (added)
-
tags/2.4.4/includes/class-migratico-logger.php (added)
-
tags/2.4.4/includes/class-migratico-package.php (added)
-
tags/2.4.4/includes/class-migratico-progress.php (added)
-
tags/2.4.4/includes/index.php (added)
-
tags/2.4.4/installer (added)
-
tags/2.4.4/installer/assets (added)
-
tags/2.4.4/installer/assets/installer-common.js (added)
-
tags/2.4.4/installer/assets/installer-db-test.js (added)
-
tags/2.4.4/installer/assets/installer-progress.js (added)
-
tags/2.4.4/installer/assets/installer.css (added)
-
tags/2.4.4/installer/index.php (added)
-
tags/2.4.4/installer/installer-log.txt (added)
-
tags/2.4.4/installer/installer.tpl (added)
-
tags/2.4.4/languages (added)
-
tags/2.4.4/languages/migratico-cs_CZ.mo (added)
-
tags/2.4.4/languages/migratico-cs_CZ.po (added)
-
tags/2.4.4/languages/migratico-cs_CZ.po.backup (added)
-
tags/2.4.4/languages/migratico-cs_CZ.po.old (added)
-
tags/2.4.4/languages/migratico-de_DE.mo (added)
-
tags/2.4.4/languages/migratico-de_DE.po (added)
-
tags/2.4.4/languages/migratico-en_US.mo (added)
-
tags/2.4.4/languages/migratico-en_US.po (added)
-
tags/2.4.4/languages/migratico-lite.pot (added)
-
tags/2.4.4/languages/migratico.pot (added)
-
tags/2.4.4/log (added)
-
tags/2.4.4/migratico.php (added)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/installer/installer.tpl (modified) (1 diff)
-
trunk/migratico.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
migratico-lite/trunk/CHANGELOG.md
r3487736 r3488122 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [2.4.4] - 2026-03-22 9 10 ### Changed 11 - **README.txt Screenshots:** Updated screenshot descriptions to better reflect actual plugin features 12 - Screenshot 3: "Package List" → "Statistic - Comprehensive website and server diagnostics" 13 - Screenshot 4: "Site Statistics" → "Performance Optimization - Adjust export presets" 14 - Screenshot 5: Added "Scanning Files - Progress bar" 15 - Screenshot 6: Added "Scan Results - Select directories or files to skip" 16 - Screenshot 7: Added "Export package" 17 - Screenshots 8-11: Reorganized installer steps with better descriptions 7 18 8 19 ## [2.4.3] - 2026-03-21 -
migratico-lite/trunk/README.txt
r3487925 r3488122 2 2 Contributors: superweby 3 3 Donate link: https://migratico.com 4 Tags: migration, backup, clone, move, transfer ,export4 Tags: migration, backup, clone, move, transfer 5 5 Requires at least: 5.3 6 6 Tested up to: 6.9 7 Stable tag: 2.4. 37 Stable tag: 2.4.4 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later -
migratico-lite/trunk/installer/installer.tpl
r3487736 r3488122 13 13 14 14 define( 'MIGRATICO_INSTALLER', true ); 15 define( 'MIGRATICO_INSTALLER_VERSION', '2.4. 3' );15 define( 'MIGRATICO_INSTALLER_VERSION', '2.4.4' ); 16 16 17 17 // Check PHP version -
migratico-lite/trunk/migratico.php
r3487736 r3488122 4 4 * Plugin URI: https://migratico.com 5 5 * Description: Simple and reliable WordPress migration plugin. Exports database and files, splits large sites into smaller parts, and provides an easy installation wizard. 6 * Version: 2.4. 36 * Version: 2.4.4 7 7 * Author: Miroslav Novotny 8 8 * Author URI: https://superweby.cz … … 15 15 */ 16 16 17 // Verze: 2.4. 318 // Datum: 2026-03-2 119 // Fix: Final Czech texts - SSL tip, ZipArchive error message17 // Verze: 2.4.4 18 // Datum: 2026-03-22 19 // Update: README.txt screenshots section updated 20 20 21 21 if (!defined('ABSPATH')) { … … 24 24 25 25 // Definice konstant 26 define('MIGRATICO_VERSION', '2.4. 3');26 define('MIGRATICO_VERSION', '2.4.4'); 27 27 define('MIGRATICO_PLUGIN_DIR', plugin_dir_path(__FILE__)); 28 28 define('MIGRATICO_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.