2014-03-19 23:58:52 +07:00
=== MainWP Child ===
2014-03-28 11:39:52 -04:00
Contributors: mainwp
2020-08-25 13:22:42 -04:00
Tags: WordPress management, WordPress Manager, manager, manage, WordPress controller, network, MainWP, updates, admin, administration, multiple, multisite, plugin updates, theme updates, login, remote, backups
2014-04-07 20:56:57 +02:00
Author: mainwp
2014-12-08 15:43:38 -05:00
Author URI: https://mainwp.com
Plugin URI: https://mainwp.com
2014-12-09 11:00:17 -05:00
Requires at least: 3.6
2020-08-06 23:03:45 +07:00
Tested up to: 5.5
2019-08-26 23:29:16 +07:00
Requires PHP: 5.6
2020-08-25 19:32:52 +02:00
Stable tag: 4.0.7.2
2020-02-13 13:56:45 -05:00
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
2014-03-19 23:58:52 +07:00
2020-08-25 13:22:42 -04:00
Securely connect unlimited sites to your MainWP WordPress Manager. The MainWP WordPress Management System is both open source and private.
2014-03-19 23:58:52 +07:00
== Description ==
2020-08-25 13:22:42 -04:00
The Child plugin connects your WordPress sites to the [MainWP WordPress Manager Dashboard](https://wordpress.org/plugins/mainwp/)
2014-03-31 15:16:04 -04:00
2020-08-25 19:32:52 +02:00
The [MainWP WordPress Management](https://mainwp.com) system is self-hosted, open source, and private. Connect and control all the WordPress sites you administer, even those on different hosts and servers.
MainWP is the perfect solution for WordPress consultants, marketers, developers, WordPress shops, or anyone with multiple WordPress sites
2014-03-19 23:58:52 +07:00
2020-08-25 13:22:42 -04:00
= How does the MainWP system work? =
First, Install and Activate the [MainWP WordPress Manager Dashboard](https://wordpress.org/plugins/mainwp/) plugin on a WordPress site you will use for controlling all other sites; this is your Dashboard Site. We highly recommend this be a new, clean WordPress installation and not on one of your operating sites. Using a clean site helps to eliminate any unnecessary plugin conflicts or security issues.
Next, Install and Activate the MainWP Child plugin (this plugin) on a WordPress site you want to connect to your MainWP Dashboard. WordPress sites connected to your Dashboard are referred to as Child sites.
Lastly, you securely connect your child site to your MainWP Dashboard. Once connected, your Dashboard can control most aspects of the Child site.
Still not sure how MainWP works? [Review these detailed steps on installing your Dashboard and connecting your first Child site.](https://mainwp.com/getting-started-with-mainwp/)
2014-03-19 23:58:52 +07:00
**Features include:**
2018-11-14 21:33:36 +07:00
2020-08-25 13:22:42 -04:00
* Connect and control all your WordPress installs, even those on different hosts!
2014-03-19 23:58:52 +07:00
* Update all WordPress installs, Plugins and Themes from one location
* Manage and Add all your Posts from one location
* Manage and Add all your Pages from one location
* Run everything from 1 Dashboard that you host!
2018-04-16 09:29:21 -04:00
= More Information =
[MainWP Documentation](https://mainwp.com/help/)
2020-01-17 14:35:54 +01:00
[MainWP Community](https://meta.mainwp.com/)
2018-04-16 09:29:21 -04:00
[MainWP Support](https://mainwp.com/support/)
[MainWP Videos](http://www.youtube.com/user/MyMainWP)
[MainWP Extensions](https://mainwp.com/mainwp-extensions/)
2020-08-25 13:22:42 -04:00
[Develop MainWP Extensions](https://mainwp.com/develop-mainwp//)
2018-04-16 09:29:21 -04:00
[MainWP on Github](https://mainwp.com/github/)
2014-03-19 23:58:52 +07:00
== Installation ==
1. Upload the MainWP Child folder to the /wp-content/plugins/ directory
2. Activate the MainWP Child plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= What is the purpose of this plugin? =
2020-08-25 13:22:42 -04:00
It allows the connection between the [MainWP WordPress Manager Dashboard](https://wordpress.org/plugins/mainwp/) plugin and the site it is installed on.
2014-03-19 23:58:52 +07:00
2018-02-21 16:49:11 +01:00
To see full documentation and FAQs please visit [MainWP Documentation](https://mainwp.com/help/)
2014-03-19 23:58:52 +07:00
== Screenshots ==
2016-01-12 22:02:14 +01:00
1. Quick Setup Wizard
2. Add New Site Screen
3. Manage Sites Screen
4. Install Plugins Screen
5. Install Themes Screen
6. Add New User Screen
7. Manage Posts Screen
8. MainWP Settings Screen
9. Global Dashboard Screen
2014-03-19 23:58:52 +07:00
== Changelog ==
2014-04-29 21:00:15 +02:00
2020-08-25 19:32:52 +02:00
= 4.0.7.2 - 8-6-20 =
Updated: WordPress 5.5 compatibility
2020-05-01 00:05:03 +07:00
= 4.0.7.1 - 4-30-20 =
* Fixed: JSON decoding issues on specific setups
2020-08-25 13:22:42 -04:00
* Fixed: An issue with incorrect images URL
2020-05-01 00:05:03 +07:00
* Fixed: conflict with the Download Manager plugin
* Fixed: multiple PHP warnings
* Fixed: MySQL query compatibility problems
2020-08-25 13:22:42 -04:00
* Fixed: An issue with saving Wordfence settings
* Fixed: An issue with showing correct post and page creating time
* Fixed: An issue with displaying correct author in reports
2020-05-01 00:05:03 +07:00
* Added: support for WPVivid backups in the reporting system
* Preventative: security improvements
2020-02-25 22:31:13 +07:00
= 4.0.7 - 2-25-20 =
* Fixed: an issue with saving Bulk Setting Manager keys
* Fixed: an issue with saving Wordfence extension settings
* Fixed: an issue with overwriting PHP error reporting configuration
* Added: pull request #9 to add an action to allow additional post customization when a new post is created - Thanks [joshlabau](https://github.com/joshlabau)
* Added: pull request #13 to replace __autoload() with spl_autoload_register - Thanks [Christian Foellmann](https://github.com/cfoellmann)
* Added: pull request #23 to fix a typo - Thanks [Marco Frodl](https://github.com/marcofrodl)
* Added: pull request #24 to prevent overwriting PHP error reporting configuration - Thanks [Stanislav Khromov](https://github.com/khromov)
* Updated: improved premium plugins and themes updates detection system
* Removed: unused database options
2020-02-03 22:55:50 +07:00
= 4.0.6.2 - 2-3-20 =
* Fixed: connection problems caused by issues with json_encode function
2020-01-20 22:05:43 +07:00
= 4.0.6.1 - 1-20-20 =
* Updated: MainWP_Child_WPvivid_BackupRestore class
2020-01-17 14:35:54 +01:00
= 4.0.6 - 1-17-20 =
* Fixed: encoding problem in error messages
* Added: site ID parameter in the sync request
* Updated: MainWP_Child_WPvivid_BackupRestore class
* Preventative: security improvements
2019-12-13 20:27:05 +07:00
= 4.0.5.1 - 12-13-19 =
* Fixed: Child Reports data conversion problem
2019-12-09 22:02:19 +07:00
= 4.0.5 - 12-9-19 =
* Added: support for the Pro Reports extension
* Fixed: MainWP Child Reports version 2 compatibility
2019-11-11 23:17:10 +07:00
= 4.0.4 - 11-11-19 =
* Fixed: WordPress 5.3 compatibility problems
* Fixed: an issue with managing BackWPup backups
* Updated: multiple error messages
* Removed: unused code
2019-10-01 22:38:34 +07:00
= 4.0.3 - 10-1-19 =
* Added: 'mainwp_child_branding_init_options' filter for disabling custom branding
* Updated: support for the WPVulnDB API v3
* Removed: unused code and files
2019-09-06 23:24:30 +07:00
= 4.0.2 - 9-6-19 =
* Fixed: an issue incorrect backups count in the Client Reports system
2019-09-03 23:16:16 +07:00
= 4.0.1 - 9-3-19 =
* Fixed: an issue with clearing and preloading WP Rocket cache
2019-08-28 21:19:37 +07:00
= 4.0 - 8-28-19 =
2019-08-26 23:29:16 +07:00
* Fixed: various functionality problems
2019-08-28 21:19:37 +07:00
* Added: support for upcoming 3rd party extensions
* Added: .htaccess file with custom redirect to rule the MainWP Child plugin directory to hide the plugin from search engines
2019-08-26 23:29:16 +07:00
* Updated: support for the MainWP Dashboard 4.0
* Updated: notifications texts
* Removed: unused code
2019-05-06 17:04:07 +02:00
= 3.5.7 - 5-6-19 =
* Fixed: multiple PHP Warnings
* Fixed: multiple conflicts with 3rd party products
2020-08-25 13:22:42 -04:00
* Fixed: An issue with Page Speed data for custom URLs
* Fixed: An issue with logging WP Time Capsule backups on specific setups
* Fixed: An issue with short login session
2019-05-06 17:04:07 +02:00
* Added: multiple security enhancements
2020-08-25 13:22:42 -04:00
* Added: Support for the WP Staging Pro (free features only)
2019-05-06 17:04:07 +02:00
* Added: support for plugin/theme installation requests to HTTP Basic Auth protected MainWP Dashboards
2019-03-25 22:11:41 +07:00
= 3.5.6 - 3-25-19 =
2020-08-25 13:22:42 -04:00
* Fixed: An issue with checking Page Speed data
* Fixed: An issue with empty update data
* Fixed: An issue with incorrect plugin update data
2019-03-25 22:11:41 +07:00
* Added: Send From field in the Branding support form
* Updated: compatibility with the latest Yoast SEO plugin version
2019-03-06 22:45:51 +07:00
= 3.5.5 - 3-6-19 =
2020-08-25 13:22:42 -04:00
* Fixed: An issue with the hook for controlling branding options for specific roles
2019-03-06 22:45:51 +07:00
* Fixed: branding issues
* Fixed: multiple PHP Warnings
* Fixed: multiple typos
* Fixed: MainWP UpdraftPlus Extension performance issues
2020-08-25 13:22:42 -04:00
* Fixed: An issue with creating double media files when editing posts and pages from MainWP Dashboard
* Fixed: An issue with creating duplicate Boilerplate posts and pages
2019-03-06 22:45:51 +07:00
* Updated: added improvements for detecting premium plugin updates on specific setups
2019-02-19 23:52:21 +07:00
= 3.5.4.1 - 2-19-19 =
* Added: proper attribution to plugin code used for Extensions
* Removed: unused code
2019-02-14 22:38:14 +07:00
= 3.5.4 - 2-14-19 =
* Fixed: issues with displaying broken links data for specific setups
* Fixed: compatibility issues with the latest PageSpeed Insights plugin version
2020-08-25 13:22:42 -04:00
* Fixed: An issue with publishing "future" posts
* Fixed: An issue with sending email alerts in specific setups
* Fixed: An issue with saving code snippets in wp-config.php when the file is in a custom location
* Fixed: An issue with clearing unused scheduled Cron jobs
* Added: Support for the new PageSpeed Insights plugin options
2019-03-06 22:45:51 +07:00
* Updated: disabled the "Remove readme.html" security check feature for WPEngine hosted child sites
2019-02-14 22:38:14 +07:00
* Updated: support for detecting premium themes updates
2018-12-18 19:28:52 +01:00
= 3.5.3 - 12-19-18 =
2020-08-25 13:22:42 -04:00
* Fixed: An issue with the X-Frame-Options configuration
* Fixed: An issue with clearing WP Rocket cache
* Fixed: An issue with saving BackWPup settings
* Fixed: multiple compatibility issues for the Bulk Settings Manager extension
* Fixed: An issue with submitting the Bulk Settings Manager keys on child sites protected with the HTTP Basic Authentication
* Fixed: An issue with creating buckets in Backblaze remote option caused by disallowed characters
* Fixed: An issue with tokens usage in the UpdraftPlus Webdav remote storage settings
2018-12-18 19:28:52 +01:00
* Added: support for new WP Staging plugin options
2020-08-25 13:22:42 -04:00
* Updated: update detection process to improve performance on some hosts
* Updated: disabled site size calculation function as the default state
2018-12-18 19:28:52 +01:00
* Updated: support for the latest Wordfence version
2018-11-27 15:07:40 +07:00
= 3.5.2 - 11-27-18 =
2020-08-25 13:22:42 -04:00
* Fixed: An issue with detecting updates when a custom branding is applied
* Fixed: An issue with passing WebDav remote storage info for the UpdraftPlus Extension
* Fixed: An issue with grabbing fresh child site favicons
2018-11-27 15:07:40 +07:00
* Updated: process to skip WooCommerce order notes in the comments section for Client Reports
2018-11-14 21:33:36 +07:00
= 3.5.1 - 11-14-18 =
2020-08-25 13:22:42 -04:00
* Fixed: An issue with detecting the Wordfence status info
* Fixed: An issue with loading UpdraftPlus existing backups
2018-11-14 21:33:36 +07:00
* Fixed: the File Uploader extension issue with renaming special files
2020-08-25 13:22:42 -04:00
* Fixed: An issue with syncing BackupBuddy data
* Fixed: An issue with logging BackWPup backups
* Fixed: An issue with detecting premium plugin updates
2018-11-14 21:33:36 +07:00
* Added: new options for the MainWP Staging Extension
* Added: multiple security enhancements
2020-08-25 13:22:42 -04:00
* Added: Support for the upcoming 3rd party extension
* Updated: Improved the updating process
2018-11-14 21:33:36 +07:00
2018-09-27 17:13:34 +02:00
= 3.5 - 9-27-18 =
* Fixed: compatibility issues caused by the recent UpdraftPlus update
* Fixed: issues with the WooCommerce Status information
* Fixed: issues with Bulk Settings Manager for specific plugins
* Added: mainwp_child_mu_plugin_enabled hook to allow MainWP Child usage as a must-use plugin
* Added: support for recording WP Time Capsule backups for Client Reports
2018-11-14 21:33:36 +07:00
* Added: mainwp_branding_role_cap_enable_contact_form hook to allow users to show Support Form (Branding extension option) to specific roles
2018-09-27 17:13:34 +02:00
* Added: support to for the new BackUpWordPrress Extension feature
2020-08-25 13:22:42 -04:00
* Added: Support for the new MainWP Buddy Extension feature
2018-09-27 17:13:34 +02:00
* Updated: reporting system to determine backup type for BackWPup backups
* Improved: connection stability for sites hosted on hosts with small execution time limits
* Improved: detecting updates for premium plugins
2018-07-23 18:39:53 +02:00
= 3.4.9 - 7-23-18 =
2018-07-19 18:31:31 +02:00
* Fixed: MainWP iThemes Security Extension issues caused by the latest iThemes Security plugin version
2018-06-26 19:52:53 +02:00
= 3.4.8 - 6-26-18 =
* Fixed: issues caused by deprecated functions
* Added: mainwp_before_post_update hook
* Added: support for the new extension
* Added: conditional checks to prevent possible conflicts with certain plugins
* Added: support for the new MainWP Branding Extension feature
2018-11-14 21:33:36 +07:00
* Improved: PHP 7.2 compatibility
2018-06-26 19:52:53 +02:00
2018-05-25 15:11:57 +02:00
= 3.4.7.1 - 5-25-18 =
* Fixed: UpdraftPlus 1.14.10 compatibility issue that caused child sites to disconnect
* Added: support for the new MainWP Branding Extension option
* Updated: compatibility with the new Wordfence plugin version
* Updated: compatibility with the new WP Rocket plugin version
2018-04-17 16:56:04 +02:00
= 3.4.7 - 4-17-18 =
* Fixed: multiple cloning issues
* Fixed: timezone issue backup timestamp
2020-08-25 13:22:42 -04:00
* Fixed: MainWP Branding Extension conflict that caused issues with hooking WP-Admin menu items
2018-04-17 16:56:04 +02:00
* Fixed: MainWP Branding Extension issue with hiding WordPress update nag
2018-11-14 21:33:36 +07:00
* Fixed: MainWP Branding Extension issue with updating WordPress footer content
2018-04-17 16:56:04 +02:00
* Fixed: issues with loading broken links data
2018-11-14 21:33:36 +07:00
* Fixed: multiple PHP 7.2 warnings
2020-08-25 13:22:42 -04:00
* Added: Support for the BackBlaze backup remote destination (UpdraftPlus Extension)
2018-04-17 16:56:04 +02:00
* Added: support for recording Live Stash updates for Client Reporting
* Updated: recent Wordfence plugin version compatibility
* Updated: recent WP Staging plugin version compatibility
2018-02-21 16:49:11 +01:00
= 3.4.6 - 2-21-18 =
* Fixed: Wordfence 7 compatibility issues
* Added: multiple security enhancements
* Updated: admin notice text
2018-01-22 17:16:25 +01:00
= 3.4.5 - 1-22-18 =
* Fixed: multiple issues with cloning sites
2020-08-25 13:22:42 -04:00
* Fixed: An issue with passing metadata for featured images
* Fixed: An issue with the sync process caused by syncing an extremely large amount of data
2018-01-22 17:16:25 +01:00
* Fixed: multiple PHP Warnings
2020-08-25 13:22:42 -04:00
* Added: Support for the new MainWP Wordfence Extension options
2018-01-22 17:16:25 +01:00
* Added: multiple security enhancements
* Updated: new BackWPup version compatibility
2017-12-04 19:12:51 +01:00
= 3.4.4 - 12-4-17 =
* Fixed: compatibility issue with the latest UpdraftPlus Backups plugin version
* Fixed: compatibility issue with the latest iThemes Security plugin version
2020-08-25 13:22:42 -04:00
* Fixed: An issue with updating certain plugins
* Fixed: An issue with installing certain plugins
* Fixed: An issue with logging the BackupBuddy backups for client reports
* Fixed: An issue with syncing sites that run older versions of the BackupBuddy plugin
* Fixed: An issue with calculating site size on Windows servers
* Fixed: An issue with disabling Pro modules for the iThemes Security plugin
* Fixed: An issue with saving Amazon S3 settings for the UpdraftPlus extension
* Added: Support for the upcoming extension
* Added: Support for the new MainWP iThemes Security Extension options
* Added: Support for the search by Title option
* Added: Support for the new MainWP UpdraftPlus Extension options
* Added: Support for the new MainWP Buddy Extension options
2017-12-04 19:12:51 +01:00
* Added: support for the new version of the MainWP WooCommerce Status extension
* Added: the mainwp-child-get-total-size hook for disabling the get total size of a site function
* Updated: the process for displaying info for scheduled posts and pages
2017-08-24 18:59:42 +02:00
= 3.4.3 - 8-24-17 =
2020-08-25 13:22:42 -04:00
* Fixed: An issue with saving Bulk Setting Manager keys on some HTTPS sites
2017-08-24 18:59:42 +02:00
* Fixed: timeout issues for the Bulk Settings Manager extension
* Fixed: multiple issues with saving remote storage settings for the UpdraftPlus extension
2020-08-25 13:22:42 -04:00
* Fixed: An issue with 404 email notification templates for the Maintenance extension
* Fixed: An issue with saving Post and Page status as Private
* Fixed: An issue with displaying the incorrect number of updates caused by server conflict
* Fixed: An issue with displaying the locked status for Posts and Pages while Post/Page is being edited in MainWP Dashboard
2017-08-24 18:59:42 +02:00
* Added: a function to check if a post or a page is being edited before saving changes from MainWP Dashboard
* Added: the new 'mainwp_child_after_newpost' hook
* Updated: compatibility for the new version of the Bulk Settings Manager extension
* Updated: compatibility with the new version of the BackupBuddy plugin
* Updated: compatibility with the new version of the Wordfence plugin
* Updated: compatibility with the new version of the UpdraftPlus plugin
* Updated: compatibility with the new version of the Yoast SEO plugin
* Updated: compatibility with the new version of the iThemes Security extension
2020-08-25 13:22:42 -04:00
* Updated: reduced number of database queries to improve performance
2017-08-24 18:59:42 +02:00
* Updated: display options for the Custom Post Types extension
* Updated: header response to 403 for the applied security fix preventing directory listing
2017-07-11 17:53:35 +02:00
= 3.4.2 - 7-11-17 =
2020-08-25 13:22:42 -04:00
* Fixed: An issue with saving BackWPup job files
2017-07-11 17:53:35 +02:00
* Fixed: conflict with the Color Picker library
2020-08-25 13:22:42 -04:00
* Fixed: An issue with executing multiple updates at once on a site detected on some setups
* Fixed: An issue with cloning sites from a backup file detected on some setups
2017-07-11 17:53:35 +02:00
* Updated: support for the new Google PageSpeed Insights plugin version
* Updated: the Contact Support branding feature will be visible only to Administrator users
2017-06-12 17:26:55 +02:00
= 3.4.1 - 6-12-17 =
2020-08-25 13:22:42 -04:00
* Fixed: An issue with the update process on some setups
* Fixed: An issue with cloning sites from a backup file
2017-06-12 17:26:55 +02:00
* Updated: support for the new WP Rocket settings for the new version of the Rocket extension
2017-05-11 17:33:46 +02:00
= 3.4 - 5-11-17 =
2020-08-25 13:22:42 -04:00
* Fixed: An issue with updating plugins and themes on some server setups
* Fixed: An issue with child site connection after cloning the site
* Fixed: An issue with saving iThemes Security settings
* Fixed: An issue with recording empty values for the Client Reports
* Fixed: An issue with creating a custom post type posts
* Fixed: An issue with incorrect slugs created after publishing drafts
* Fixed: An issue with showing correct tabs if a custom branding applied
* Fixed: An issue with syncing sites when the MainWP Buddy extension is used
* Fixed: An issue with saving BackupBuddy settings
2017-05-11 17:33:46 +02:00
* Added: support for new Wordfence features
2017-02-22 10:44:20 -05:00
= 3.3 - 2-22-17 =
2020-08-25 13:22:42 -04:00
* Fixed: An issue with syncing sites when the Client Reports Extension is activated
2017-02-22 10:44:20 -05:00
* Fixed: minor issues with Wordfence Extension support
* Added: Support for the MainWP Vulnerability Checker Extension
2017-01-19 14:50:03 +01:00
= 3.2.7 - 1-19-17 =
2020-08-25 13:22:42 -04:00
* Fixed: An issue with removing Scripts and Stylesheets version number
2017-01-18 20:00:17 +01:00
* Fixed: multiple PHP Warnings
2020-08-25 13:22:42 -04:00
* Fixed: JS issue that occurs when a MainWP Child plugin update is available, and the plugin has been rebranded
2017-01-17 17:27:48 -05:00
2017-01-05 14:24:25 +01:00
= 3.2.6 - 1-5-17 =
* Added: support for the Divi (Elegant Themes) themes updates
2016-12-30 14:07:40 +01:00
= 3.2.5 - 12-30-16 =
* Added: support for the new WP Rocket options
* Added: support for the new display favicon process
* Updated: site connection process (MD5 encryption not supported)
* Updated: multiple functions refactored
2016-12-30 10:25:36 -05:00
* Preventative: Security improvements
2016-12-30 14:07:40 +01:00
2016-12-09 08:44:15 +01:00
= 3.2.4 - 12-09-16 =
* Fixed: Conflict with SendGrid
2016-12-08 20:54:26 +01:00
= 3.2.3 - 12-08-16 =
* Fixed: Compatibility issues with PHP versions
2016-12-08 15:48:18 -05:00
* Preventative: Security improvements
2016-12-08 20:54:26 +01:00
2016-12-01 11:47:30 -05:00
= 3.2.2 - 12-01-16 =
2020-08-25 13:22:42 -04:00
* Fixed: An issue with activating the BackUpWordPress plugin
* Fixed: An issue with edit user feature
* Fixed: An issue with activating the WP Rocket plugin
* Fixed: An issue with displaying Scheduled Posts and Pages in the Recent Posts and Recent Pages widget
* Fixed: An issue with false alert with PHP Max Execution time set to -1
2016-12-01 11:47:30 -05:00
* Fixed: incorrect links to the MainWP Child Setting page
2020-08-25 13:22:42 -04:00
* Fixed: An issue with UpdraftPlus Pro version updates
* Fixed: An issue with showing the MainWP Child Plugin updates in client reports when the MainWP Child Plugin is hidden
2016-12-01 11:47:30 -05:00
* Added: support for %sitename% and %site_url% tokens for directory path settings for the UpdraftPlus extension
2020-08-25 13:22:42 -04:00
* Added: Support for the new Edit Posts and Pages process
2016-12-01 11:47:30 -05:00
* Added: 'mainwp_create_post_custom_author' hook
2020-08-25 13:22:42 -04:00
* Added: Support for the Reload remote destination function (MainWP Buddy Extension)
* Added: Support for the new Wordfence options
2016-12-08 20:54:26 +01:00
* Updated: PHP recommendation bumped to 5.6
2016-12-01 11:47:30 -05:00
2016-10-27 00:10:57 +02:00
= 3.2.1 - 10-26-16 =
* Added: Support for PHP 5.4 and below
2016-10-26 14:10:47 -04:00
= 3.2 - 10-26-16 =
* Fixed: An issue with installing plugins and themes on HTTP Basic Authentication protected sites
* Fixed: An issue with Themes search on the Auto Update themes page
* Fixed: An issue with getting child site favicon
* Fixed: An issue where BackUpWordPress schedules couldn't be found
* Fixed: An issue with recording BackWPup, BackUpWordPress and BackupBuddy backups for Client Reports
* Fixed: An issue with dismissing warning message if the WordPress All Import plugin is installed
* Fixed: An issue with publishing Drafts from the Post Plus extension
* Added: Support for the new Edit User feature
* Added: Connection details tab
* Added: Support for deleting active plugins
* Updated: Number of categories pulled from child sites (from 50 to 300)
2016-08-18 14:41:34 -04:00
= 3.1.7 - 8-18-16 =
2018-11-14 21:33:36 +07:00
* Fixed: Issues with PHP 7 - The MainWP Child is now PHP 7 friendly! :-)
2016-08-18 14:41:34 -04:00
* Added: Support for an upcoming extension (BacukpBuddy Extension)
2016-08-02 18:28:00 +02:00
= 3.1.6 - 8-2-16 =
2020-08-25 13:22:42 -04:00
* Fixed: An issue with loading too much data from the Broken Links Checker
* Fixed: An issue with saving UpdraftPlus extension settings
* Fixed: An issue with extracting URL for the MainWP URL Extractor Extension
* Fixed: An issue with including new tables in database backup for individual BackWPup Extension jobs
2016-08-02 19:57:25 +02:00
* Updated: support for new iThemes Security options
2016-08-02 18:28:00 +02:00
= 3.1.5 - 7-12-16 =
2016-06-12 18:33:51 +02:00
* Fixed: Incompatibility with the new version of the iThemes Security version
* Added: Support for the new iThemes Security features
* Added: Support for the new WP Rocket features
* Added: "Currently connected to" check in the Server Information
* Fixed: PHP Notice
2019-03-06 22:45:51 +07:00
* Removed: Unnecessary checks in the Server Information page
2016-06-12 18:33:51 +02:00
2016-05-09 19:34:51 +02:00
= 3.1.4 - 5-9-16 =
* Updated: function execute_snippet() extracted to a separate file
2016-04-28 13:33:25 -04:00
= 3.1.3 - 4-28-16 =
2020-08-25 13:22:42 -04:00
* Fixed: Issue with repeating the delete process of the readme.html file
2016-04-28 13:33:25 -04:00
* Fixed: PHP Warning
* Fixed: Issue with replacing image source
* Fixed: Incorrect replacement of the href attribute for image external links
* Fixed: Issue with saving Wordfence option on Dreamhost hosting
* Fixed: Issue with saving PageSpeed Settings and syncing PageSpeed data
2016-04-28 13:38:03 -04:00
* Fixed: Secure login issue with some plugin/theme updates
* Fixed: Connection timeouts due to large sites
* Added: MU-Plugins support
2016-04-28 13:33:25 -04:00
* Added: Support for publishing Image Galleries in Posts and Pages
* Updated: MainWP Child plugin pages layout
* Updated: Support for the new version of the BackUpWordPress plugin
* Removed: Plugin and Theme Conflicts check feature
2016-03-15 20:54:21 +01:00
= 3.1.2 - 3-15-16 =
* Fixed: False connection issue warning
* Fixed: Smart Manager For WP eCommerce not updating
* Fixed: Multiple mixed content warnings
* Added: Support for Wordfence performance options
2016-03-03 13:51:58 -05:00
= 3.1.1 - 3-3-16 =
2020-08-25 13:22:42 -04:00
* Fixed: Checking abandoned plugins, not in WP repository
2016-03-03 13:51:58 -05:00
* Fixed: Bug when running BackupWordPress backup
2016-03-03 20:28:07 +01:00
* Fixed: Bug adding cache settings for WordFence Extension
2016-03-03 13:51:58 -05:00
* Added: Feature to generate server information
* Added: Server Information items
2016-03-03 20:28:07 +01:00
* Added: New Subject text box to support email in Branding Extension
* Added: Support themes using invalid screen functions
2019-03-06 22:45:51 +07:00
* Tweaked: Support new version of BackupWordPress plugin version
2016-03-03 20:28:07 +01:00
* Updated: Added support in Client Reports Extension for BackWPup backups
2016-03-03 13:51:58 -05:00
2016-02-17 20:38:44 +01:00
= 3.1 - 2-17-16 =
2016-02-17 15:58:30 -05:00
* Fixed: PHP notices
2020-08-25 13:22:42 -04:00
* Fixed: Escape HTML error for the contact support feature of the Branding Extension
2016-02-17 15:58:30 -05:00
* Fixed: The issue with removing generator version
* Fixed: Update issue for the iThemes Security Pro and the Monarch plugin
* Fixed: Compatibility issue with the BackUpWordPress plugin
* Added: Auto detect manually removed script/style versions feature
2019-03-06 22:45:51 +07:00
* Added: WordPress translation updates
2016-02-17 15:58:30 -05:00
* Added: New Branding option to disable theme switching
* Enhancement: Removed ctype_digit requirement
* Enhancement: Install plugin error message
2016-02-17 20:38:44 +01:00
2016-01-22 09:29:52 -05:00
= 3.0.2 - 1-22-16 =
2020-08-25 13:22:42 -04:00
* Fixed: Issue with scheduled BackupWordPress when running from Dashboard
2019-03-06 22:45:51 +07:00
* Fixed: Issue with Heatmap tracker JavaScript
2016-01-22 09:42:49 -05:00
* Added: Support for hosts with PHP with disabled mb_regex
2016-01-22 09:38:17 -05:00
* Tweaked: Code snippet result message
2016-01-22 09:29:52 -05:00
2016-01-18 19:40:51 +01:00
= 3.0.1 - 1-18-16 =
* Fixed: HTML output of branding contact form
* Added: Auto retry install plugin/theme if installation fails
* Fixed: Issue with rendering CSS used in the Branding extension
2016-01-12 14:20:45 -05:00
= 3.0 - 1-12-16 =
* Fixed: Refactored code to meet WordPress Coding standards
* Fixed: Deprecated Function
* Fixed: Fatal Error caused by the MainWP Rocket Extension
* Fixed: Issue introduced with the new version of the iThemes Security plugin
2020-08-25 13:22:42 -04:00
* Fixed: Link Manager Extension bug with special characters in URL
* Fixed: MainWP Client Reports Extension bug caused by a high number of posts logged in the database
2016-01-12 14:20:45 -05:00
* Fixed: Generator meta tag issue
* Fixed: Wordfence Extension issue with displaying incorrect last scan time
* Fixed: Broken Link Extension bug
* Fixed: MainWP Heatmaps Extension bug
* Fixed: Abandoned Plugins/Themes function bug with registering multiple cron jobs
* Fixed: CSS issue
2020-08-25 13:22:42 -04:00
* Fixed: Escaped HTML
2016-01-12 14:20:45 -05:00
* Fixed: PHP error reporting security alert
* Added: Support for the MainWP Rocket Extension to load existing WP Rocket settings
* Added: Support for Export/Import settings for the Wordfence Extension
* Added: Support new Wordfence settings options for the Wordfence Extension
* Added: Force Check Pages function for the MainWP PageSpeed Extensions
* Added: Allow to see MainWP child plugin in MainWP Dashboard plugins search
2019-03-06 22:45:51 +07:00
* Updated: MainWP URL Extractor Extension logic to extract URLs by Post published date instead of last change date
2016-01-12 14:20:45 -05:00
2015-09-22 14:27:15 -04:00
= 2.0.29 - 9-22-15 =
2020-08-25 13:22:42 -04:00
* Fixed: 404 error that occurs in case Links Manager extension is in use when child plugin is hidden
2015-09-22 15:33:43 -04:00
* Fixed: Bug with detecting updates of hidden plugins (UpdraftPlus, BackUpWordPress, WP Rocket)
* Fixed: Bug with overwriting Amazon S3 settings in BackUpWordPress plugin
2018-11-14 21:33:36 +07:00
* Fixed: Bug with empty values for Text Link and Link Source options in Broken Links Checker Extension
2015-09-22 15:33:43 -04:00
* Fixed: Bug with bulk repair action in Wordfence Extension
* Fixed: Bug with incorrect File System Method detection
* Added: Support for an upcoming Extension
2015-09-22 14:27:15 -04:00
2015-09-07 22:08:37 +02:00
= 2.0.28 - 9-7-15 =
2018-11-14 21:33:36 +07:00
* Fixed: Security Issue (MainWP White Hat Reward Program)
2015-09-07 22:08:37 +02:00
* Fixed: Support for the Stream 3 plugin
2020-08-25 13:22:42 -04:00
* Fixed: Client Reports issue with recording autosaves for Posts and Pages
2015-09-07 22:08:37 +02:00
* Fixed: An issue with detection for Abandoned Plugins & Themes that are not hosted on WP.org
2015-09-02 22:54:06 +02:00
= 2.0.27 - 9-2-15 =
2018-11-14 21:33:36 +07:00
* Fixed: Security Issue (MainWP White Hat Reward Program)
2015-09-02 16:52:08 -04:00
2015-09-01 14:16:24 -04:00
= 2.0.26 - 9-1-15 =
2020-08-25 13:22:42 -04:00
* Fixed: Conflict with Stream 3 (Thanks to Luke Carbis of Stream)
2015-09-01 14:16:24 -04:00
2015-08-31 14:09:14 -04:00
= 2.0.25 - 8-31-15 =
* Fixed: Issue with Client Reports extension where comments records were not displayed correctly
* Added: Support for missing Client Report records
2015-08-20 15:17:40 -04:00
= 2.0.24 - 8-20-15 =
* Fixed: Incorrect last update value for abandoned plugins & themes feature
* Fixed: Branding for Server Information page and Clone page title
* Fixed: Incorrect heatmap data and warnings
2018-11-14 21:33:36 +07:00
* Fixed: Can not add child site because get favicon timeout
2020-08-25 13:22:42 -04:00
* Fixed: Hiding UpdraftPlus, WP Rocket toolbar, and their notices when set to hide plugins
2015-08-20 15:17:40 -04:00
2015-08-07 19:20:06 +02:00
= 2.0.23 - 8-7-15 =
2015-08-07 17:44:03 +02:00
* Fixed: An issue with Heatmaps not loading
* Added: Support for the Establish New Connection feature
* Added: Support for the Abandoned plugins detection feature
* Added: Support for the Abandoned themes detection feature
2015-07-22 18:33:43 +02:00
= 2.0.22 - 7-22-15 =
* Fixed: Bug where the OptmizePress theme has not been updated properly
2019-03-06 22:45:51 +07:00
* Fixed: Bug where the Client Report extension recorded incorrect time
* Added: Support for the upcoming extension
2015-07-22 18:33:43 +02:00
2015-07-20 18:25:33 +02:00
= 2.0.21 - 7-9-15 =
* Fixed: Bug with time schedule for the UpdraftPlus extension
2019-03-06 22:45:51 +07:00
* Added: Support for the upcoming extension
2015-07-09 12:59:31 -04:00
2015-07-06 20:59:50 +02:00
= 2.0.20 - 7-6-15 =
* Fixed: Bug with time schedule for the UpdraftPlus extension
* Fixed: Bug in the Scan for backups feature for the UpdraftPlus extension
2020-08-25 13:22:42 -04:00
* Fixed: Bug with saving email report option for the free version of the UpdraftPuls plugin
2015-07-06 20:59:50 +02:00
* Fixed: Bug that was causing the BackupBuddy updates to fail
* Updated: Only users with the Administrator role can see the MainWP Child menu
2015-06-10 14:50:01 -04:00
= 2.0.19 - 6-10-15 =
* Added: Filesystem Check on the Server Information page
* Added: Support for the MainWP Child Report plugin
* Added: Support for the new UpdraftPlus Extension options
2020-08-25 13:22:42 -04:00
* Enhancement: Speed up directory listing by using fewer resources, reducing timeout issues
2015-06-10 14:50:01 -04:00
* Fixed: Plugin/theme upgrade issue when no file system method is specified
2018-11-14 21:33:36 +07:00
* Fixed: X-Frame-Options - ALLOWALL bug
2015-06-10 14:50:01 -04:00
* Fixed: Timeout error for the stats child data function
* Fixed: An error with the Synchronous XMLHttpRequest for tracker.js
* Fixed: Expert settings options for the UpdraftPlus Extension
* Fixed: Calculation error for the PHP Memory Limit, PHP Max Upload Filesize and PHP Post Max Size checks
2015-06-10 20:47:35 +02:00
= 2.0.18 - 5-30-15 =
2015-05-30 17:26:33 +02:00
* Fixed: False malware alert
2015-06-10 20:47:35 +02:00
= 2.0.17 - 5-23-15 =
2015-05-22 13:23:01 -04:00
* Fixed: Bug where some premium plugin didn't update
* Fixed: Bug where some Favicons didn't display correctly
* Fixed: Bug where relative links didn't show correctly in posts
2015-06-10 20:47:35 +02:00
= 2.0.16 - 5-15-15 =
2015-05-15 10:11:16 -04:00
* Fixed: Issue with sites running PHP 5.2 and lower
2018-11-14 21:33:36 +07:00
* Fixed: Sync error on some sites with UpdraftPlus installed
2015-05-15 20:28:41 +02:00
* Fixed: PHP Warning
2020-08-25 13:22:42 -04:00
* Changed: Server page to reflect a requested minimum of PHP 5.3
2015-05-15 10:11:16 -04:00
2015-06-10 20:47:35 +02:00
= 2.0.15 - 5-14-15 =
2015-05-14 14:30:34 -04:00
* Added: Support for the upcoming extension
2015-05-14 14:05:16 -04:00
* Fixed: Post categories not showing on Dashboard
* Fixed: Potential malware false alert issue
* Fixed: Spelling error
2015-05-14 20:14:20 +02:00
* Updated: Required values on the Server Information page
* Updated: Layout of the Server Information page
2016-10-24 20:33:37 +02:00
* Removed: Unnecessary checks from the Server Information page
2015-05-14 20:37:38 +02:00
* Enhancement: Reduced page load time by autoloading common options
2015-05-14 14:05:16 -04:00
2015-06-10 20:47:35 +02:00
= 2.0.14 - 4-28-15 =
2015-04-28 14:25:39 -04:00
* Fixed: Handling of updates when plugins change folder structure or name
2015-06-10 20:47:35 +02:00
= 2.0.13 - 4-22-15 =
2015-04-21 11:29:58 -04:00
* Fixed: Security Issue with add_query_arg and remove_query_arg
2015-06-10 20:47:35 +02:00
= 2.0.12 - 4-16-15 =
2018-11-14 21:33:36 +07:00
* Fixed: Bug for the MainWP iThemes Security Extension
* Fixed: Bug for the MainWP WordFence Extension
2019-03-06 22:45:51 +07:00
* Fixed: Bug where the MainWP Child plugin was breaking Cron jobs on child sites
2015-04-16 18:21:39 +02:00
2015-06-10 20:47:35 +02:00
= 2.0.11 - 4-12-15 =
2015-04-12 17:16:29 +02:00
* Fixed: Upcoming extension bug
2015-06-10 20:47:35 +02:00
= 2.0.10 - 4-06-15 =
2015-04-06 20:11:05 +02:00
* Added: Support for the display Favicon for child sites feature
* Added: Support for upcoming extension
2019-03-06 22:45:51 +07:00
* Fixed: Plugin conflicts with WordPress SEO by Yoast and Backupbuddy
2015-04-06 20:11:05 +02:00
2015-06-10 20:47:35 +02:00
= 2.0.9.2 - 3-06-15 =
2015-03-06 18:50:21 +01:00
* Fixed: Bug where SEO values are not being set for Boilerplate Pages and Posts
* Added: Function for removing keywords and Links Manager extension settings
* Fixed: Security issue allowing some users to log on to the child site
2015-06-10 20:47:35 +02:00
= 2.0.9.1 - 3-05-15 =
2015-03-05 21:08:51 +01:00
* Added: Allow Extension to work with IThemes Security Pro
2015-06-10 20:47:35 +02:00
= 2.0.9 - 3-01-15 =
2020-08-25 13:22:42 -04:00
* Added: Support for the Polish language
* Added: Support for the Greek language
2015-03-01 18:22:54 +01:00
* Added: Support for the upcoming extension
2020-08-25 13:22:42 -04:00
* Fixed: Bug that was causing plugin bulk installation failing caused by disabled functions (e.g., curl_multi_exec)
2015-03-05 21:08:51 +01:00
* Tweaked: Less PHP notices
2015-03-01 18:22:54 +01:00
2015-06-10 20:47:35 +02:00
= 2.0.8 - 2-11-15 =
2015-02-11 21:34:02 +01:00
* Fixed: Not all site references updated after clone
* Fixed: Fixed some PHP warnings
2015-06-10 20:47:35 +02:00
= 2.0.7.1 - 2-05-15 =
2015-02-05 20:49:32 +01:00
* Fixed: Hostgator detection caused issues on some hosts
2020-08-25 13:22:42 -04:00
* Fixed: Russian/Arabic not shown properly
2015-02-05 20:49:32 +01:00
* Tweak: Heatmap tracker now consumes less memory when uploading the tracked clicks
2015-06-10 20:47:35 +02:00
= 2.0.7 - 2-01-15 =
2015-02-01 19:51:25 +01:00
* Fixed: Backup issues on Windows-hosts
* Fixed: PHP Warning message when cloning
* Added: Detect Hostgator-host to enhance settings while backing up
2015-06-10 20:47:35 +02:00
= 2.0.6 - 1-14-15 =
2015-01-14 19:46:22 +01:00
* Fixed: Uploading tar.bz2 to clone from is no longer blocked
* Fixed: Saving heatmap options process
* Fixed: Branding extension options - hiding child plugin pages
* Added: A new Branding extension option - hiding the child plugin server information page
2015-06-10 20:47:35 +02:00
= 2.0.5 - 1-07-15 =
2019-03-06 22:45:51 +07:00
* Fixed: Links Manager Extension: Now using the WordPress home option instead of site URL for the links
2015-01-07 19:58:16 +01:00
2015-06-10 20:47:35 +02:00
= 2.0.4 - 12-26-14 =
2014-12-26 12:30:47 -05:00
* Fixed: Backups for hosts having issues with "compress.zlib://" stream wrappers from PHP causing corrupt backup archives
2018-11-14 21:33:36 +07:00
* Fixed: "Another backup is running" message displaying incorrectly
2014-12-26 12:30:47 -05:00
2015-06-10 20:47:35 +02:00
= 2.0.3 - 12-15-14 =
2014-12-15 18:41:26 +01:00
* Fixed: Possible security issue
2015-06-10 20:47:35 +02:00
= 2.0.2 - 12-11-14 =
2014-12-11 23:20:46 +01:00
* Added: Support hosts with PHP Heap classes
2019-03-06 22:45:51 +07:00
* Fixed: JavaScript issue disabling the popup menu on the admin menu
2014-12-11 23:20:46 +01:00
2015-06-10 20:47:35 +02:00
= 2.0.1 - 12-10-14 =
2014-12-10 21:07:36 +01:00
* Fixed: Restore/Clone from Tar via server upload
2015-06-10 20:47:35 +02:00
= 2.0 - 12-09-14 =
2014-12-09 21:01:20 +01:00
* Added: Tar GZip as a backup file format
* Added: Tar Bzip2 as a backup file format
* Added: Tar as a backup file format
2014-12-08 15:43:38 -05:00
* Added: Feature to resume unfinished or stalled backups
2014-12-09 21:01:20 +01:00
* Added: Feature to detect is backup is already running
2014-12-08 15:43:38 -05:00
* Added: New feature for the new Branding extension - Preserve branding option if child site gets disconnected
* Fixed: Bug where the Stream plugin update was showing if the plugin is hidden
* Fixed: MainWP Child Server Information page layout fixed
* Fixed: Restore issue in case the child plugin is hidden with the Branding Extension
2020-08-25 13:22:42 -04:00
* Tweak: New feature for the File Uploader extension - wp-content folder auto-detected if renamed
2014-12-08 15:43:38 -05:00
* Tweak: Heatmap tracker script disabled by default
* Tweak: Updated the Warning message in case child site is disconnected
* Tweak: Updated the Warning message in case child site is disconnected
* Redesign: CSS updated to match the Dashboard style
* Redesign: MainWP Child Settings page layout updated
* Redesign: MainWP Child Clone/Restore layout updated
2018-11-14 21:33:36 +07:00
* Refactor: Added MainWP Child menu added in the WP Admin Menu
2014-12-08 15:43:38 -05:00
* Refactor: MainWP Child Settings, MainWP Clone/Restore and MainWP Child Server Information pages removed from the WP Settings menu and added to MainWP Child
2015-06-10 14:50:01 -04:00
= 1.3.3 - 9-21-14 =
2014-09-30 13:37:29 -04:00
* Added new hooks for Wordfence Extension
2014-09-30 14:42:56 -04:00
* Fixed issue with WooCommerce Extension
2014-09-30 13:37:29 -04:00
2015-06-10 14:50:01 -04:00
= 1.3.2 - 9-16-14 =
2020-08-25 13:22:42 -04:00
* Fixed Permission denied issue when restoring from a backup on the Dashboard
2014-09-21 18:04:42 +02:00
2014-09-19 15:03:59 -04:00
= 1.3.1 =
2020-08-25 13:22:42 -04:00
* Fixed Issue with a new post that sometimes returned no child
2014-09-19 15:03:59 -04:00
* Fixed Removed duplicate restore link in Tools section
2014-09-16 13:52:04 -04:00
= 1.3 =
* Added: Better error reporting on backup fail
2020-08-25 13:22:42 -04:00
* Added: Future support for the auto-detection of file descriptors
2014-09-16 13:52:04 -04:00
* Added: Support for new Client Report Extension features
* Added: Support for new Branding Extension features
* Added: Additional Hooks for new Extensions
* Fixed: Issue with some hosts not supporting garbage collection functions
2014-09-06 16:43:35 +02:00
= 1.2 =
2020-08-25 13:22:42 -04:00
* Added Additional tweaks for fewer Backup timeouts
2014-09-03 06:53:56 +02:00
* Added new option to enable more IO instead of memory approach for Backups
* Fixed Dropbox error when directory ends with space
* Fixed deprecated theme calls
2020-08-25 13:22:42 -04:00
* Fixed issues with self-signed SSL certificates
2014-09-03 06:53:56 +02:00
* Fixed some user interface issues
2020-08-25 13:22:42 -04:00
* Removed incorrect "This site may to connect to your dashboard or may have other issues" when there are SSL warnings
2014-09-02 13:34:53 -04:00
2014-08-08 08:44:42 -04:00
= 1.0 =
2018-11-14 21:33:36 +07:00
* Added: Communication to Dashboard during backups to locate common backup locations
2014-08-08 08:44:42 -04:00
* Added: Communication to Dashboard during backups to locate common cache locations
* Added: Communication to Dashboard during backups to locate non-WordPress folders
* Added: Communication to Dashboard during backups to locate Zip Archives
* Added: Several new subtasks to increase performance and reduce timeouts on Backups
* Added: New Hooks for Extensions
* Fixed: Restore on Child site not timing out
* Additional CSS and Cosmetic Tweaks
2014-07-10 22:07:35 +02:00
= 0.29.13 =
* Enhancement: Faster backups by using less file descriptors
2014-07-08 14:28:01 -04:00
= 0.29.12 =
* Added: Attempt to overwrite site time limit settings to help prevent timeouts
* Added: Attempt to reset site time out timer at intervals to help prevent timeouts
2014-07-02 15:49:48 -04:00
= 0.29.11 =
2020-08-25 13:22:42 -04:00
* Changes for an update to Client Reports Extension
* Changes for an update to Heat Map Extension
* Changes for an update to Maintenance Extension
2018-11-14 21:33:36 +07:00
* Fixed verbiage for restore popup
2014-07-02 15:49:48 -04:00
2014-07-02 21:34:07 +02:00
= 0.29.10 =
* Fixed: Admin not accessible with invalid upload directory
* Added new hooks for upcoming extensions
2014-06-24 19:36:45 +02:00
= 0.29.9 =
* Added new hooks for upcoming extensions
2014-06-17 14:09:13 -04:00
= 0.29.8 =
2014-06-17 21:15:02 +02:00
* Fix for uploads path outside the conventional path for backups
2014-06-17 14:09:13 -04:00
* Added new hooks for upcoming extensions
2014-06-10 14:30:39 -04:00
= 0.29.7 =
* Server Information page added for troubleshooting
* Added server warning messages when minimum requirements not met
* Added warning messages when child plugin detects possible conflict plugins
* Added new hooks for upcoming extensions
2014-05-29 21:08:01 +02:00
= 0.29.6 =
* Fixed plugin conflict with Maintenance plugin
* Added zip support to database backups
2014-05-19 22:58:10 +02:00
= 0.29.5 =
* Update for File Uploader Extension
* Added new hooks for upcoming extensions
2014-05-12 20:30:50 +02:00
= 0.29.4 =
* Fixed performance issue with autoloaded options
2014-05-19 22:50:33 +02:00
* File Uploader Extension Bug Fix
* Added new hooks for upcoming extensions
2014-05-12 20:30:50 +02:00
2014-05-06 07:04:49 -04:00
= 0.29.3 =
* Added new hooks for upcoming extensions
2014-05-01 19:33:11 +02:00
= 0.29.2 =
* Fix for ini_set warning when this has been disabled on the host
2014-04-29 21:00:15 +02:00
= 0.29.1 =
* Backups now use structure tags on child sites too
2014-05-01 19:33:11 +02:00
* Small fixes for the maintenance extension
2014-04-29 21:00:15 +02:00
2014-04-28 20:50:47 +02:00
= 0.29 =
2014-04-28 14:42:44 -04:00
* Added ability to view Child site error logs on MainWP Dashboard
2019-03-06 22:45:51 +07:00
* Added ability to view Child site wp-config.php on MainWP Dashboard
2014-04-28 14:42:44 -04:00
* Added new Hooks for Branding Extension
2018-11-14 21:33:36 +07:00
* Added tweak for Code Snippet Extension
2014-04-28 14:42:44 -04:00
2014-04-23 21:17:55 +02:00
= 0.28.4 =
2018-11-14 21:33:36 +07:00
* More Extension Hooks to extend Code Snippet functionality
2014-04-23 21:17:55 +02:00
= 0.28.3 =
* Fixed some issues with Code Snippets extension
2014-04-18 19:25:29 +02:00
= 0.28.2 =
2020-08-25 13:22:42 -04:00
* Fixed update conflict with child plugin installed on Dashboard
2014-04-18 19:25:29 +02:00
* Fixed some warnings with debug enabled
2014-04-17 07:52:29 -04:00
= 0.28.1 =
* Fixed a bug on line 3269 when debug is on
2014-04-16 14:41:07 -04:00
= 0.28 =
* Hooks added for Code Snippets Extensions
2014-04-07 14:11:20 -04:00
= 0.27.2 =
* Additional hooks added
2014-04-01 14:52:32 -04:00
= 0.27.1 =
* Incorrect text fixed
* New Text re-coded for translation
* Tweaked writable directory checks
* Added more hooks for upcoming Extensions
2014-03-19 23:58:52 +07:00
= 0.27 =
2014-03-31 15:16:04 -04:00
* Code Changes for WP 3.9 Compatibility
* Added Select from Server option for larger Backups
* Added additional hooks for upcoming Extensions
2014-03-19 23:58:52 +07:00
= 0.26 =
* Minor fix for heatmap extension
= 0.25 =
* Fix for premium plugins
= 0.24 =
* Added support for premium plugins
* Fixed the restore functionality disappearing without Clone Extension
* Fixed some deprecated calls
= 0.23 =
* Fixed some deprecated warnings
* Fixed issues with Keyword Links extension
= 0.22 =
* Added extra functionality for keyword link extension
= 0.21 =
* Fixed clone issue for some hosts with FTP settings
* German translations added
2020-08-25 13:22:42 -04:00
* Support for 1.0.0 major version of the main Dashboard
2014-03-19 23:58:52 +07:00
= 0.20 =
* Fixed BPS-conflict where plugins were not upgrading
= 0.19 =
* Fixed issue for upgrading core/themes/plugins without FTP credentials
= 0.18 =
2020-08-25 13:22:42 -04:00
* Fixed issue for sending correct roles to the main Dashboard
2014-03-19 23:58:52 +07:00
* Added htaccess file backup (backed up as mainwp-htaccess to prevent restore conflicts)
= 0.17 =
* Tuned for faster backup
* Added extension support for Maintenance extension
= 0.16 =
* Fixed some plugin conflicts preventing updates to themes/plugins/core
= 0.15 =
* Fixed issue with mismatching locale on core update
= 0.14 =
* Fixed redirection issue with wrongly encoded HTTP request
= 0.13 =
* Added restore function
= 0.12 =
2020-08-25 13:22:42 -04:00
* Fixed conflict with the main Dashboard on the same site
2014-03-19 23:58:52 +07:00
= 0.11 =
2019-03-06 22:45:51 +07:00
* Plugin localization
2014-03-19 23:58:52 +07:00
* Extra check for readme.html file
* Added child server information
* Fixed restore issue: not all previous plugins/themes were removed
* Fixed backup issue: not all files are being backed up
= 0.10 =
* Fixed plugin conflict
* Fixed backup issue with database names with dashes
* Fixed date formatting
* Tags are now being saved to new posts
* Fixed issue when posting an image with a link
= 0.9 =
* Fixed delete permanently bug
* Fixed plugin conflict
= 0.8 =
* Fixed issue with Content Extension
* Added feature to add sticky posts
= 0.7 =
* Fixed the message "This site already contains a link" even after reactivating the plugin
= 0.6 =
* Fixed plugin conflict with WooCommerce plugin for cloning
* Fixed backups having double the size
= 0.5 =
* Fixed issue with importing database with custom foreign key references
2020-08-25 13:22:42 -04:00
* Fixed issue with disabled functions from the "Suhosin" extension
2014-03-19 23:58:52 +07:00
* Fixed issue with click-heatmap
= 0.4 =
2020-08-25 13:22:42 -04:00
Fixed cloning issue with a custom prefix
2014-03-19 23:58:52 +07:00
= 0.3 =
* Fixed issues with cloning (not cloning the correct source if the source was cloned)
= 0.2 =
* Added unfix option for security issues
= 0.1 =
2014-03-28 11:39:52 -04:00
* Initial version
2019-08-26 23:29:16 +07:00
== Upgrade Notice ==
= 4.0 =
This is a major upgrade please check the [MainWP Upgrade FAQ](https://mainwp.com/help/docs/faq-on-upgrading-from-mainwp-version-3-to-mainwp-version-4/)