Plugin Directory

Changeset 3371759


Ignore:
Timestamp:
10/02/2025 12:00:22 PM (5 months ago)
Author:
watchful
Message:

v2.0.7

Location:
watchful
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • watchful/tags/v2.0.7/changelog.txt

    r3370960 r3371759  
     1= v2.0.7 =
     2* Fix XCloner class instantiation logic
     3
    14= v2.0.6 =
    25* Improve backup restoration
  • watchful/tags/v2.0.7/lib/Helpers/BackupPlugins/XClonerBackupPlugin.php

    r3123686 r3371759  
    7878
    7979        if (class_exists('\\Watchfulli\\XClonerCore\\Xcloner')) {
    80             return new Xcloner($hash);
     80            return new \Watchfulli\XClonerCore\Xcloner($hash);
     81        }
     82
     83        if (class_exists('\\XCloner\\Watchfulli\\XClonerCore\\Xcloner')) {
     84            return new \XCloner\Watchfulli\XClonerCore\Xcloner($hash);
    8185        }
    8286
  • watchful/tags/v2.0.7/readme.txt

    r3370960 r3371759  
    8383
    8484== Changelog ==
     85= v2.0.7 =
     86* Fix XCloner class instantiation logic
     87
    8588= v2.0.6 =
    8689* Improve backup restoration
  • watchful/tags/v2.0.7/watchful.php

    r3370960 r3371759  
    44 * Plugin URI: https://app.watchful.net
    55 * Description: Remote Website Management Plugin by Watchful
    6  * Version: 2.0.6
     6 * Version: 2.0.7
    77 * Author: watchful
    88 * Author URI: https://watchful.net
  • watchful/trunk/changelog.txt

    r3370960 r3371759  
     1= v2.0.7 =
     2* Fix XCloner class instantiation logic
     3
    14= v2.0.6 =
    25* Improve backup restoration
  • watchful/trunk/lib/Helpers/BackupPlugins/XClonerBackupPlugin.php

    r3123686 r3371759  
    7878
    7979        if (class_exists('\\Watchfulli\\XClonerCore\\Xcloner')) {
    80             return new Xcloner($hash);
     80            return new \Watchfulli\XClonerCore\Xcloner($hash);
     81        }
     82
     83        if (class_exists('\\XCloner\\Watchfulli\\XClonerCore\\Xcloner')) {
     84            return new \XCloner\Watchfulli\XClonerCore\Xcloner($hash);
    8185        }
    8286
  • watchful/trunk/readme.txt

    r3370960 r3371759  
    8383
    8484== Changelog ==
     85= v2.0.7 =
     86* Fix XCloner class instantiation logic
     87
    8588= v2.0.6 =
    8689* Improve backup restoration
  • watchful/trunk/watchful.php

    r3370960 r3371759  
    44 * Plugin URI: https://app.watchful.net
    55 * Description: Remote Website Management Plugin by Watchful
    6  * Version: 2.0.6
     6 * Version: 2.0.7
    77 * Author: watchful
    88 * Author URI: https://watchful.net
Note: See TracChangeset for help on using the changeset viewer.