ManageWP Worker - Version 4.9.15

Version Description

  • Fix: WordPress 6.1 compatibility
Download this release

Release Info

Developer freediver
Plugin Icon 128x128 ManageWP Worker
Version 4.9.15
Comparing to
See all releases

Code changes from version 4.9.14 to 4.9.15

init.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: ManageWP - Worker
4
  Plugin URI: https://managewp.com
5
  Description: 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
7
  Author: GoDaddy
8
  Author URI: https://godaddy.com
9
  License: GPL2
@@ -568,8 +568,8 @@ if (!function_exists('mwp_init')):
568
  // reason (eg. the site can't ping itself). Handle that case early.
569
  register_activation_hook(__FILE__, 'mwp_activation_hook');
570
 
571
- $GLOBALS['MMB_WORKER_VERSION'] = '4.9.14';
572
- $GLOBALS['MMB_WORKER_REVISION'] = '2022-06-09 00:00:00';
573
 
574
  // Ensure PHP version compatibility.
575
  if (version_compare(PHP_VERSION, '5.2', '<')) {
3
  Plugin Name: ManageWP - Worker
4
  Plugin URI: https://managewp.com
5
  Description: 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.15
7
  Author: GoDaddy
8
  Author URI: https://godaddy.com
9
  License: GPL2
568
  // reason (eg. the site can't ping itself). Handle that case early.
569
  register_activation_hook(__FILE__, 'mwp_activation_hook');
570
 
571
+ $GLOBALS['MMB_WORKER_VERSION'] = '4.9.15';
572
+ $GLOBALS['MMB_WORKER_REVISION'] = '2022-11-03 00:00:00';
573
 
574
  // Ensure PHP version compatibility.
575
  if (version_compare(PHP_VERSION, '5.2', '<')) {
publickeys/partner4.pub CHANGED
@@ -6,4 +6,4 @@ Vu1Ze5ZUWiv+e61kNDvSctInX7nYPxBGuzpCci2tiWAAvvlmKVuRJDMhiSrEAFe2
6
  +5EU5kaUZiQrdXdOViBWhdm1V/QidPD7MubATwVgucsZG0S0DDw7nHyh1t6CcAhd
7
  IgIs13hZJy8FpDt6CLnHU/aM0Oufua42h4uBzkqADQ0Zw6jmTtZI7Dnmj9cnAdic
8
  dwIDAQAB
9
- -----END PUBLIC KEY-----
6
  +5EU5kaUZiQrdXdOViBWhdm1V/QidPD7MubATwVgucsZG0S0DDw7nHyh1t6CcAhd
7
  IgIs13hZJy8FpDt6CLnHU/aM0Oufua42h4uBzkqADQ0Zw6jmTtZI7Dnmj9cnAdic
8
  dwIDAQAB
9
+ -----END PUBLIC KEY-----
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: managewp,freediver
3
  Tags: 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
4
  Requires at least: 3.1
5
- Tested up to: 6.0
6
  Stable tag: trunk
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
@@ -55,6 +55,9 @@ Check out the [ManageWP promo video](https://vimeo.com/220647227).
55
  https://vimeo.com/220647227
56
 
57
  == Changelog ==
 
 
 
58
  = 4.9.14 =
59
  - Worker update tested to the latest version of WordPress
60
  - Minor logging changes
2
  Contributors: managewp,freediver
3
  Tags: 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
4
  Requires at least: 3.1
5
+ Tested up to: 6.1
6
  Stable tag: trunk
7
  License: GPLv3 or later
8
  License URI: http://www.gnu.org/licenses/quick-guide-gplv3.html
55
  https://vimeo.com/220647227
56
 
57
  == Changelog ==
58
+ = 4.9.15 =
59
+ - Fix: WordPress 6.1 compatibility
60
+
61
  = 4.9.14 =
62
  - Worker update tested to the latest version of WordPress
63
  - Minor logging changes
src/MWP/Action/IncrementalBackup/FetchFiles.php CHANGED
@@ -47,4 +47,4 @@ class MWP_Action_IncrementalBackup_FetchFiles extends MWP_Action_IncrementalBack
47
 
48
  return $result;
49
  }
50
- }
47
 
48
  return $result;
49
  }
50
+ }
src/MWP/Configuration/Conf.php CHANGED
@@ -366,7 +366,7 @@ class MWP_Configuration_Conf
366
  box-shadow: 0 -2px 0 0 rgba(50, 53, 57, 0.25) inset;
367
  border-bottom-color: rgba(50, 53, 57, 0.25);
368
  }
369
-
370
  .mwp-notice-button:hover {
371
  background-color: #609905;
372
  }
366
  box-shadow: 0 -2px 0 0 rgba(50, 53, 57, 0.25) inset;
367
  border-bottom-color: rgba(50, 53, 57, 0.25);
368
  }
369
+
370
  .mwp-notice-button:hover {
371
  background-color: #609905;
372
  }
src/MWP/Crypter/Interface.php CHANGED
@@ -33,4 +33,4 @@ interface MWP_Crypter_Interface
33
  * @throws MWP_Worker_Exception If there's anything wrong with the OpenSSL extension.
34
  */
35
  public function publicDecrypt($data, $publicKey);
36
- }
33
  * @throws MWP_Worker_Exception If there's anything wrong with the OpenSSL extension.
34
  */
35
  public function publicDecrypt($data, $publicKey);
36
+ }
src/MWP/IncrementalBackup/FileReader.php CHANGED
@@ -76,4 +76,4 @@ class MWP_IncrementalBackup_FileReader
76
 
77
  return array($buffer, $contentLength);
78
  }
79
- }
76
 
77
  return array($buffer, $contentLength);
78
  }
79
+ }
src/MWP/IncrementalBackup/HashComputer.php CHANGED
@@ -128,4 +128,4 @@ class MWP_IncrementalBackup_HashComputer
128
 
129
  return null;
130
  }
131
- }
128
 
129
  return null;
130
  }
131
+ }
src/MWP/Signer/Interface.php CHANGED
@@ -18,4 +18,4 @@ interface MWP_Signer_Interface
18
  * @return bool
19
  */
20
  public function verify($data, $signature, $publicKey);
21
- }
18
  * @return bool
19
  */
20
  public function verify($data, $signature, $publicKey);
21
+ }
src/MWP/Signer/OpenSslSigner.php CHANGED
@@ -32,4 +32,4 @@ class MWP_Signer_OpenSslSigner implements MWP_Signer_Interface
32
 
33
  return (bool) $verify;
34
  }
35
- }
32
 
33
  return (bool) $verify;
34
  }
35
+ }
src/MWP/WordPress/Context.php CHANGED
@@ -561,6 +561,8 @@ class MWP_WordPress_Context
561
  */
562
  public function getUsers($criteria)
563
  {
 
 
564
  return get_users($criteria);
565
  }
566
 
561
  */
562
  public function getUsers($criteria)
563
  {
564
+ $this->requirePluggable();
565
+
566
  return get_users($criteria);
567
  }
568
 
src/MWP/WordPress/Provider/Theme.php CHANGED
@@ -85,4 +85,3 @@ class MWP_WordPress_Provider_Theme implements MWP_WordPress_Provider_Interface
85
  return array_values($themes);
86
  }
87
  }
88
-
85
  return array_values($themes);
86
  }
87
  }
 
src/MWP/WordPress/Query/User.php CHANGED
@@ -38,4 +38,3 @@ class MWP_WordPress_Query_User extends MWP_WordPress_Query_Abstract
38
  return $users;
39
  }
40
  }
41
-
38
  return $users;
39
  }
40
  }
 
src/Symfony/EventDispatcher/Event.php CHANGED
@@ -59,4 +59,4 @@ class Symfony_EventDispatcher_Event
59
  {
60
  $this->propagationStopped = true;
61
  }
62
- }
59
  {
60
  $this->propagationStopped = true;
61
  }
62
+ }
src/Symfony/EventDispatcher/EventDispatcher.php CHANGED
@@ -174,4 +174,4 @@ class Symfony_EventDispatcher_EventDispatcher implements Symfony_EventDispatcher
174
  $this->sorted[$eventName] = call_user_func_array('array_merge', $this->listeners[$eventName]);
175
  }
176
  }
177
- }
174
  $this->sorted[$eventName] = call_user_func_array('array_merge', $this->listeners[$eventName]);
175
  }
176
  }
177
+ }
src/Symfony/Process/Callback.php CHANGED
@@ -32,4 +32,4 @@ class Symfony_Process_Callback
32
  call_user_func($this->callback, $type, $data);
33
  }
34
  }
35
- }
32
  call_user_func($this->callback, $type, $data);
33
  }
34
  }
35
+ }
version CHANGED
@@ -1,2 +1,2 @@
1
- 4.9.14
2
- 2022-06-09 00:00:00
1
+ 4.9.15
2
+ 2022-11-03 00:00:00
worker.json CHANGED
@@ -8,4 +8,4 @@
8
  "noti_treshold_posts": "0",
9
  "noti_treshold_drafts": "0",
10
  "key_name": "managewp"
11
- }
8
  "noti_treshold_posts": "0",
9
  "noti_treshold_drafts": "0",
10
  "key_name": "managewp"
11
+ }