Version Description
- Sending plugname in request to backend servers
Download this release
Release Info
| Developer | ritesh.soni36 |
| Plugin | |
| Version | 4.22 |
| Comparing to | |
| See all releases | |
Code changes from version 4.21 to 4.22
- account.php +1 -1
- blogvault.php +1 -1
- info.php +1 -1
- readme.txt +4 -1
account.php
CHANGED
|
@@ -102,7 +102,7 @@ if (!class_exists('BVAccount')) :
|
|
| 102 |
}
|
| 103 |
|
| 104 |
public function newAuthParams($version) {
|
| 105 |
-
$bvinfo = new BVInfo($settings);
|
| 106 |
$args = array();
|
| 107 |
$time = time();
|
| 108 |
$sig = sha1($this->public.$this->secret.$time.$version);
|
| 102 |
}
|
| 103 |
|
| 104 |
public function newAuthParams($version) {
|
| 105 |
+
$bvinfo = new BVInfo($this->settings);
|
| 106 |
$args = array();
|
| 107 |
$time = time();
|
| 108 |
$sig = sha1($this->public.$this->secret.$time.$version);
|
blogvault.php
CHANGED
|
@@ -5,7 +5,7 @@ Plugin URI: https://blogvault.net
|
|
| 5 |
Description: Easiest way to backup & secure your WordPress site
|
| 6 |
Author: Backup by BlogVault
|
| 7 |
Author URI: https://blogvault.net
|
| 8 |
-
Version: 4.
|
| 9 |
Network: True
|
| 10 |
*/
|
| 11 |
|
| 5 |
Description: Easiest way to backup & secure your WordPress site
|
| 6 |
Author: Backup by BlogVault
|
| 7 |
Author URI: https://blogvault.net
|
| 8 |
+
Version: 4.22
|
| 9 |
Network: True
|
| 10 |
*/
|
| 11 |
|
info.php
CHANGED
|
@@ -9,7 +9,7 @@ if (!class_exists('BVInfo')) :
|
|
| 9 |
public $badgeinfo = 'bvbadge';
|
| 10 |
public $ip_header_option = 'bvipheader';
|
| 11 |
public $brand_option = 'bvbrand';
|
| 12 |
-
public $version = '4.
|
| 13 |
public $webpage = 'https://blogvault.net';
|
| 14 |
public $appurl = 'https://app.blogvault.net';
|
| 15 |
public $slug = 'blogvault-real-time-backup/blogvault.php';
|
| 9 |
public $badgeinfo = 'bvbadge';
|
| 10 |
public $ip_header_option = 'bvipheader';
|
| 11 |
public $brand_option = 'bvbrand';
|
| 12 |
+
public $version = '4.22';
|
| 13 |
public $webpage = 'https://blogvault.net';
|
| 14 |
public $appurl = 'https://app.blogvault.net';
|
| 15 |
public $slug = 'blogvault-real-time-backup/blogvault.php';
|
readme.txt
CHANGED
|
@@ -6,7 +6,7 @@ Donate link: https://app.blogvault.net/home/signup
|
|
| 6 |
Requires at least: 4.0
|
| 7 |
Tested up to: 5.4
|
| 8 |
Requires PHP: 5.4.0
|
| 9 |
-
Stable tag: 4.
|
| 10 |
License: GPLv2 or later
|
| 11 |
License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
|
| 12 |
|
|
@@ -240,6 +240,9 @@ Thank you. We really appreciate these kind words, and it makes our day. We would
|
|
| 240 |
9. We power WordPress migration for WPEngine, Pantheon, FlyWheel, LiquidWeb, Cloudways, Savvii and many more. Need we say more?
|
| 241 |
|
| 242 |
== CHANGELOG ==
|
|
|
|
|
|
|
|
|
|
| 243 |
= 4.21 =
|
| 244 |
* Adding default parameter for BVWPAdmin constructor
|
| 245 |
|
| 6 |
Requires at least: 4.0
|
| 7 |
Tested up to: 5.4
|
| 8 |
Requires PHP: 5.4.0
|
| 9 |
+
Stable tag: 4.22
|
| 10 |
License: GPLv2 or later
|
| 11 |
License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
|
| 12 |
|
| 240 |
9. We power WordPress migration for WPEngine, Pantheon, FlyWheel, LiquidWeb, Cloudways, Savvii and many more. Need we say more?
|
| 241 |
|
| 242 |
== CHANGELOG ==
|
| 243 |
+
= 4.22 =
|
| 244 |
+
* Sending plugname in request to backend servers
|
| 245 |
+
|
| 246 |
= 4.21 =
|
| 247 |
* Adding default parameter for BVWPAdmin constructor
|
| 248 |
|
