Version Description
- Whitelabel fixes
Download this release
Release Info
Developer | ritesh.soni36 |
Plugin | The WP Remote WordPress Plugin |
Version | 3.3 |
Comparing to | |
See all releases |
Code changes from version 3.2 to 3.3
- info.php +2 -2
- plugin.php +1 -1
- readme.txt +4 -1
info.php
CHANGED
@@ -9,10 +9,10 @@ if (!class_exists('WPRInfo')) :
|
|
9 |
public $badgeinfo = 'wprbadge';
|
10 |
public $ip_header_option = 'wpripheader';
|
11 |
public $brand_option = 'wprbrand';
|
12 |
-
public $version = '3.
|
13 |
public $webpage = 'https://wpremote.com';
|
14 |
public $appurl = 'https://app.wpremote.com';
|
15 |
-
public $slug = 'wpremote/
|
16 |
public $plug_redirect = 'wprredirect';
|
17 |
public $logo = '../img/wprlogo.png';
|
18 |
|
9 |
public $badgeinfo = 'wprbadge';
|
10 |
public $ip_header_option = 'wpripheader';
|
11 |
public $brand_option = 'wprbrand';
|
12 |
+
public $version = '3.3';
|
13 |
public $webpage = 'https://wpremote.com';
|
14 |
public $appurl = 'https://app.wpremote.com';
|
15 |
+
public $slug = 'wpremote/plugin.php';
|
16 |
public $plug_redirect = 'wprredirect';
|
17 |
public $logo = '../img/wprlogo.png';
|
18 |
|
plugin.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://wpremote.com
|
|
5 |
Description: Manage your WordPress site with <a href="https://wpremote.com/">WP Remote</a>.
|
6 |
Author: WP Remote
|
7 |
Author URI: https://wpremote.com
|
8 |
-
Version: 3.
|
9 |
Network: True
|
10 |
*/
|
11 |
|
5 |
Description: Manage your WordPress site with <a href="https://wpremote.com/">WP Remote</a>.
|
6 |
Author: WP Remote
|
7 |
Author URI: https://wpremote.com
|
8 |
+
Version: 3.3
|
9 |
Network: True
|
10 |
*/
|
11 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://wpremote.com/
|
|
5 |
Donate link: https://app.wpremote.com/home/signup
|
6 |
Requires at least: 4.0
|
7 |
Tested up to: 5.2.1
|
8 |
-
Stable tag: 3.
|
9 |
License: GPLv2 or later
|
10 |
License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
|
11 |
|
@@ -31,6 +31,9 @@ You can email us at support@wpremote.com for support.
|
|
31 |
3. Sign up for an account at wpremote.com and add your site.
|
32 |
|
33 |
== CHANGELOG ==
|
|
|
|
|
|
|
34 |
= 3.2 =
|
35 |
* Integrating with BlogVault.
|
36 |
|
5 |
Donate link: https://app.wpremote.com/home/signup
|
6 |
Requires at least: 4.0
|
7 |
Tested up to: 5.2.1
|
8 |
+
Stable tag: 3.3
|
9 |
License: GPLv2 or later
|
10 |
License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
|
11 |
|
31 |
3. Sign up for an account at wpremote.com and add your site.
|
32 |
|
33 |
== CHANGELOG ==
|
34 |
+
= 3.3 =
|
35 |
+
* Whitelabel fixes
|
36 |
+
|
37 |
= 3.2 =
|
38 |
* Integrating with BlogVault.
|
39 |
|