Version Description
- 2-13-2017 =
- Fixed: an issue with creating database table on first installation
Download this release
Release Info
Developer | mainwp |
Plugin | MainWP Child Reports |
Version | 1.4 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.4
- includes/install.php +1 -1
- mainwp-child-reports.php +1 -1
- readme.txt +4 -1
includes/install.php
CHANGED
@@ -341,7 +341,7 @@ class MainWP_WP_Stream_Install {
|
|
341 |
meta_key varchar(200) NOT NULL,
|
342 |
meta_value text NOT NULL,
|
343 |
PRIMARY KEY (meta_id),
|
344 |
-
KEY record_id (record_id
|
345 |
KEY meta_key (meta_key(100))
|
346 |
)";
|
347 |
|
341 |
meta_key varchar(200) NOT NULL,
|
342 |
meta_value text NOT NULL,
|
343 |
PRIMARY KEY (meta_id),
|
344 |
+
KEY record_id (record_id),
|
345 |
KEY meta_key (meta_key(100))
|
346 |
)";
|
347 |
|
mainwp-child-reports.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
Description: The MainWP Child Report plugin tracks Child sites for the MainWP Client Reports Extension. The plugin is only useful if you are using MainWP and the Client Reports Extension.
|
6 |
Author: MainWP
|
7 |
Author URI: https://mainwp.com
|
8 |
-
Version: 1.
|
9 |
*/
|
10 |
|
11 |
/**
|
5 |
Description: The MainWP Child Report plugin tracks Child sites for the MainWP Client Reports Extension. The plugin is only useful if you are using MainWP and the Client Reports Extension.
|
6 |
Author: MainWP
|
7 |
Author URI: https://mainwp.com
|
8 |
+
Version: 1.4
|
9 |
*/
|
10 |
|
11 |
/**
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ Author URI: https://mainwp.com
|
|
7 |
Plugin URI: https://mainwp.com
|
8 |
Requires at least: 3.6
|
9 |
Tested up to: 4.7.2
|
10 |
-
Stable tag: 1.
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
13 |
|
@@ -36,6 +36,9 @@ Credit to the [Stream Plugin](https://wordpress.org/plugins/stream/) which the M
|
|
36 |
|
37 |
== Changelog ==
|
38 |
|
|
|
|
|
|
|
39 |
= 1.3 - 2-9-2017 =
|
40 |
* Fixed: an issue with recording duplicate values for UpdraftPlus backups
|
41 |
* Fixed: multiple issues with recording backups made by supported plugins
|
7 |
Plugin URI: https://mainwp.com
|
8 |
Requires at least: 3.6
|
9 |
Tested up to: 4.7.2
|
10 |
+
Stable tag: 1.4
|
11 |
License: GPLv2 or later
|
12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
13 |
|
36 |
|
37 |
== Changelog ==
|
38 |
|
39 |
+
= 1.4 - 2-13-2017 =
|
40 |
+
* Fixed: an issue with creating database table on first installation
|
41 |
+
|
42 |
= 1.3 - 2-9-2017 =
|
43 |
* Fixed: an issue with recording duplicate values for UpdraftPlus backups
|
44 |
* Fixed: multiple issues with recording backups made by supported plugins
|