Update readme

This commit is contained in:
thanghv 2019-08-28 21:19:37 +07:00
parent 46a3ac7191
commit 14bf8a9604
2 changed files with 5 additions and 5 deletions

View file

@ -301,5 +301,5 @@ class MainWP_Child_WPvivid_BackupRestore
$wpvivid_plugin->ajax_check_security(); $wpvivid_plugin->ajax_check_security();
$ret = $this->public_intetface->set_remote($_POST['remote']); $ret = $this->public_intetface->set_remote($_POST['remote']);
return $ret; return $ret;
} }
} }

View file

@ -71,10 +71,10 @@ To see full documentation and FAQs please visit [MainWP Documentation](https://m
== Changelog == == Changelog ==
= 4.0 - 8-27-19 = = 4.0 - 8-28-19 =
* Fixed: various functionality problems * Fixed: various functionality problems
* Added: support for ucoming 3rd party extensions * 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 serach engines * Added: .htaccess file with custom redirect to rule the MainWP Child plugin directory to hide the plugin from search engines
* Updated: support for the MainWP Dashboard 4.0 * Updated: support for the MainWP Dashboard 4.0
* Updated: notifications texts * Updated: notifications texts
* Removed: unused code * Removed: unused code