Plugin Directory

Changeset 3488122


Ignore:
Timestamp:
03/22/2026 08:52:24 AM (5 days ago)
Author:
financeweb
Message:

Release version 2.4.4 and update trunk

Location:
migratico-lite
Files:
50 added
4 edited

Legend:

Unmodified
Added
Removed
  • migratico-lite/trunk/CHANGELOG.md

    r3487736 r3488122  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
    66and 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
    718
    819## [2.4.3] - 2026-03-21
  • migratico-lite/trunk/README.txt

    r3487925 r3488122  
    22Contributors: superweby
    33Donate link: https://migratico.com
    4 Tags: migration, backup, clone, move, transfer,export
     4Tags: migration, backup, clone, move, transfer
    55Requires at least: 5.3
    66Tested up to: 6.9
    7 Stable tag: 2.4.3
     7Stable tag: 2.4.4
    88Requires PHP: 7.4
    99License: GPLv2 or later
  • migratico-lite/trunk/installer/installer.tpl

    r3487736 r3488122  
    1313
    1414define( 'MIGRATICO_INSTALLER', true );
    15 define( 'MIGRATICO_INSTALLER_VERSION', '2.4.3' );
     15define( 'MIGRATICO_INSTALLER_VERSION', '2.4.4' );
    1616
    1717// Check PHP version
  • migratico-lite/trunk/migratico.php

    r3487736 r3488122  
    44 * Plugin URI: https://migratico.com
    55 * 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.3
     6 * Version: 2.4.4
    77 * Author: Miroslav Novotny
    88 * Author URI: https://superweby.cz
     
    1515 */
    1616
    17 // Verze: 2.4.3
    18 // Datum: 2026-03-21
    19 // Fix: Final Czech texts - SSL tip, ZipArchive error message
     17// Verze: 2.4.4
     18// Datum: 2026-03-22
     19// Update: README.txt screenshots section updated
    2020
    2121if (!defined('ABSPATH')) {
     
    2424
    2525// Definice konstant
    26 define('MIGRATICO_VERSION', '2.4.3');
     26define('MIGRATICO_VERSION', '2.4.4');
    2727define('MIGRATICO_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2828define('MIGRATICO_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.