Version Description
- 10-8-20 =
- Removed: unused system information check
Download this release
Release Info
Developer | mainwp |
Plugin | MainWP Child |
Version | 4.1.2 |
Comparing to | |
See all releases |
Code changes from version 4.1.1 to 4.1.2
- class/class-mainwp-child-server-information.php +1 -9
- class/class-mainwp-child.php +1 -1
- mainwp-child.php +1 -1
- readme.txt +4 -1
class/class-mainwp-child-server-information.php
CHANGED
@@ -626,15 +626,7 @@ class MainWP_Child_Server_Information extends MainWP_Child_Server_Information_Ba
|
|
626 |
<td><?php echo esc_html( self::get_current_version() ); ?></td>
|
627 |
<td><?php echo esc_html( self::render_mainwp_version_check() ); ?></td>
|
628 |
</tr>
|
629 |
-
<?php self::render_mainwp_directory(); ?>
|
630 |
-
<?php $server = get_option( 'mainwp_child_server' ); ?>
|
631 |
-
<tr>
|
632 |
-
<td></td>
|
633 |
-
<td><?php esc_html_e( 'Currently connected to dashboard URL', 'mainwp-child' ); ?></td>
|
634 |
-
<td><?php echo esc_html( $server ); ?></td>
|
635 |
-
<td></td>
|
636 |
-
<td></td>
|
637 |
-
</tr>
|
638 |
<tr>
|
639 |
<td style="background: #333; color: #fff;" colspan="5"><?php esc_html_e( 'WordPress', 'mainwp-child' ); ?></td>
|
640 |
</tr>
|
626 |
<td><?php echo esc_html( self::get_current_version() ); ?></td>
|
627 |
<td><?php echo esc_html( self::render_mainwp_version_check() ); ?></td>
|
628 |
</tr>
|
629 |
+
<?php self::render_mainwp_directory(); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
630 |
<tr>
|
631 |
<td style="background: #333; color: #fff;" colspan="5"><?php esc_html_e( 'WordPress', 'mainwp-child' ); ?></td>
|
632 |
</tr>
|
class/class-mainwp-child.php
CHANGED
@@ -33,7 +33,7 @@ class MainWP_Child {
|
|
33 |
*
|
34 |
* @var string MainWP Child plugin version.
|
35 |
*/
|
36 |
-
public static $version = '4.1.
|
37 |
|
38 |
/**
|
39 |
* Private variable containing the latest MainWP Child update version.
|
33 |
*
|
34 |
* @var string MainWP Child plugin version.
|
35 |
*/
|
36 |
+
public static $version = '4.1.2';
|
37 |
|
38 |
/**
|
39 |
* Private variable containing the latest MainWP Child update version.
|
mainwp-child.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* Author: MainWP
|
13 |
* Author URI: https://mainwp.com
|
14 |
* Text Domain: mainwp-child
|
15 |
-
* Version: 4.1.
|
16 |
* Requires at least: 3.6
|
17 |
* Requires PHP: 5.6
|
18 |
*/
|
12 |
* Author: MainWP
|
13 |
* Author URI: https://mainwp.com
|
14 |
* Text Domain: mainwp-child
|
15 |
+
* Version: 4.1.2
|
16 |
* Requires at least: 3.6
|
17 |
* Requires PHP: 5.6
|
18 |
*/
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ Plugin URI: https://mainwp.com
|
|
7 |
Requires at least: 3.6
|
8 |
Tested up to: 5.5.1
|
9 |
Requires PHP: 5.6
|
10 |
-
Stable tag: 4.1.
|
11 |
License: GPLv3 or later
|
12 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
13 |
|
@@ -107,6 +107,9 @@ Sure we have a quick FAQ with a lot more questions and answers [here](https://ma
|
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
110 |
= 4.1.1 - 10-7-20 =
|
111 |
* Fixed: An issue with creating new users
|
112 |
* Fixed: An issue with cloning sites
|
7 |
Requires at least: 3.6
|
8 |
Tested up to: 5.5.1
|
9 |
Requires PHP: 5.6
|
10 |
+
Stable tag: 4.1.2
|
11 |
License: GPLv3 or later
|
12 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
13 |
|
107 |
|
108 |
== Changelog ==
|
109 |
|
110 |
+
= 4.1.2 - 10-8-20 =
|
111 |
+
* Removed: unused system information check
|
112 |
+
|
113 |
= 4.1.1 - 10-7-20 =
|
114 |
* Fixed: An issue with creating new users
|
115 |
* Fixed: An issue with cloning sites
|