Plugin Directory

Changeset 2811114


Ignore:
Timestamp:
11/03/2022 01:44:28 PM (3 years ago)
Author:
freediver
Message:

version 4.9.15

Location:
worker
Files:
20 edited
1 copied

Legend:

Unmodified
Added
Removed
  • worker/tags/4.9.15/init.php

    r2739771 r2811114  
    44Plugin URI: https://managewp.com
    55Description: We help you efficiently manage all your WordPress websites. <strong>Updates, backups, 1-click login, migrations, security</strong> and more, on one dashboard. This service comes in two versions: standalone <a href="https://managewp.com">ManageWP</a> service that focuses on website management, and <a href="https://godaddy.com/pro">GoDaddy Pro</a> that includes additional tools for hosting, client management, lead generation, and more.
    6 Version: 4.9.14
     6Version: 4.9.15
    77Author: GoDaddy
    88Author URI: https://godaddy.com
     
    569569        register_activation_hook(__FILE__, 'mwp_activation_hook');
    570570
    571         $GLOBALS['MMB_WORKER_VERSION']  = '4.9.14';
    572         $GLOBALS['MMB_WORKER_REVISION'] = '2022-06-09 00:00:00';
     571        $GLOBALS['MMB_WORKER_VERSION']  = '4.9.15';
     572        $GLOBALS['MMB_WORKER_REVISION'] = '2022-11-03 00:00:00';
    573573
    574574        // Ensure PHP version compatibility.
  • worker/tags/4.9.15/readme.txt

    r2739771 r2811114  
    33Tags: manage multiple sites, backup, security, migrate, performance, analytics, Manage WordPress, Managed WordPress, WordPress management, WordPress manager, WordPress management, site management, control multiple sites, WordPress management dashboard, administration, automate, automatic, comments, clone, dashboard, duplicate, google analytics, login, manage, managewp, multiple, multisite, remote, seo, spam
    44Requires at least: 3.1
    5 Tested up to: 6.0
     5Tested up to: 6.1
    66Stable tag: trunk
    77License: GPLv3 or later
     
    5656
    5757== Changelog ==
     58= 4.9.15 =
     59- Fix: WordPress 6.1 compatibility
     60
    5861= 4.9.14 =
    5962- Worker update tested to the latest version of WordPress
  • worker/tags/4.9.15/src/MWP/Action/IncrementalBackup/FetchFiles.php

    r1211793 r2811114  
    4848        return $result;
    4949    }
    50 } 
     50}
  • worker/tags/4.9.15/src/MWP/Configuration/Conf.php

    r2030113 r2811114  
    367367            border-bottom-color: rgba(50, 53, 57, 0.25);
    368368        }
    369        
     369
    370370        .mwp-notice-button:hover {
    371371            background-color: #609905;
  • worker/tags/4.9.15/src/MWP/IncrementalBackup/FileReader.php

    r1143328 r2811114  
    7777        return array($buffer, $contentLength);
    7878    }
    79 } 
     79}
  • worker/tags/4.9.15/src/MWP/IncrementalBackup/HashComputer.php

    r1840160 r2811114  
    129129        return null;
    130130    }
    131 } 
     131}
  • worker/tags/4.9.15/src/MWP/WordPress/Context.php

    r2649602 r2811114  
    562562    public function getUsers($criteria)
    563563    {
     564        $this->requirePluggable();
     565
    564566        return get_users($criteria);
    565567    }
  • worker/tags/4.9.15/src/MWP/WordPress/Provider/Theme.php

    r1377816 r2811114  
    8686    }
    8787}
    88 
  • worker/tags/4.9.15/src/MWP/WordPress/Query/User.php

    r1792348 r2811114  
    3939    }
    4040}
    41 
  • worker/tags/4.9.15/version

    r2739771 r2811114  
    1 4.9.14
    2 2022-06-09 00:00:00
     14.9.15
     22022-11-03 00:00:00
  • worker/trunk/init.php

    r2739771 r2811114  
    44Plugin URI: https://managewp.com
    55Description: We help you efficiently manage all your WordPress websites. <strong>Updates, backups, 1-click login, migrations, security</strong> and more, on one dashboard. This service comes in two versions: standalone <a href="https://managewp.com">ManageWP</a> service that focuses on website management, and <a href="https://godaddy.com/pro">GoDaddy Pro</a> that includes additional tools for hosting, client management, lead generation, and more.
    6 Version: 4.9.14
     6Version: 4.9.15
    77Author: GoDaddy
    88Author URI: https://godaddy.com
     
    569569        register_activation_hook(__FILE__, 'mwp_activation_hook');
    570570
    571         $GLOBALS['MMB_WORKER_VERSION']  = '4.9.14';
    572         $GLOBALS['MMB_WORKER_REVISION'] = '2022-06-09 00:00:00';
     571        $GLOBALS['MMB_WORKER_VERSION']  = '4.9.15';
     572        $GLOBALS['MMB_WORKER_REVISION'] = '2022-11-03 00:00:00';
    573573
    574574        // Ensure PHP version compatibility.
  • worker/trunk/readme.txt

    r2739771 r2811114  
    33Tags: manage multiple sites, backup, security, migrate, performance, analytics, Manage WordPress, Managed WordPress, WordPress management, WordPress manager, WordPress management, site management, control multiple sites, WordPress management dashboard, administration, automate, automatic, comments, clone, dashboard, duplicate, google analytics, login, manage, managewp, multiple, multisite, remote, seo, spam
    44Requires at least: 3.1
    5 Tested up to: 6.0
     5Tested up to: 6.1
    66Stable tag: trunk
    77License: GPLv3 or later
     
    5656
    5757== Changelog ==
     58= 4.9.15 =
     59- Fix: WordPress 6.1 compatibility
     60
    5861= 4.9.14 =
    5962- Worker update tested to the latest version of WordPress
  • worker/trunk/src/MWP/Action/IncrementalBackup/FetchFiles.php

    r1211793 r2811114  
    4848        return $result;
    4949    }
    50 } 
     50}
  • worker/trunk/src/MWP/Configuration/Conf.php

    r2030113 r2811114  
    367367            border-bottom-color: rgba(50, 53, 57, 0.25);
    368368        }
    369        
     369
    370370        .mwp-notice-button:hover {
    371371            background-color: #609905;
  • worker/trunk/src/MWP/IncrementalBackup/FileReader.php

    r1143328 r2811114  
    7777        return array($buffer, $contentLength);
    7878    }
    79 } 
     79}
  • worker/trunk/src/MWP/IncrementalBackup/HashComputer.php

    r1840160 r2811114  
    129129        return null;
    130130    }
    131 } 
     131}
  • worker/trunk/src/MWP/WordPress/Context.php

    r2649602 r2811114  
    562562    public function getUsers($criteria)
    563563    {
     564        $this->requirePluggable();
     565
    564566        return get_users($criteria);
    565567    }
  • worker/trunk/src/MWP/WordPress/Provider/Theme.php

    r1377816 r2811114  
    8686    }
    8787}
    88 
  • worker/trunk/src/MWP/WordPress/Query/User.php

    r1792348 r2811114  
    3939    }
    4040}
    41 
  • worker/trunk/version

    r2739771 r2811114  
    1 4.9.14
    2 2022-06-09 00:00:00
     14.9.15
     22022-11-03 00:00:00
Note: See TracChangeset for help on using the changeset viewer.