diff --git a/class/class-mainwp-child-wpvivid-backuprestore.php b/class/class-mainwp-child-wpvivid-backuprestore.php index 9a877ca..a9cd2da 100644 --- a/class/class-mainwp-child-wpvivid-backuprestore.php +++ b/class/class-mainwp-child-wpvivid-backuprestore.php @@ -301,5 +301,5 @@ class MainWP_Child_WPvivid_BackupRestore $wpvivid_plugin->ajax_check_security(); $ret = $this->public_intetface->set_remote($_POST['remote']); return $ret; - } - } + } +} diff --git a/readme.txt b/readme.txt index 67d5ea4..f01ae4e 100644 --- a/readme.txt +++ b/readme.txt @@ -71,10 +71,10 @@ To see full documentation and FAQs please visit [MainWP Documentation](https://m == Changelog == -= 4.0 - 8-27-19 = += 4.0 - 8-28-19 = * Fixed: various functionality problems -* Added: support for ucoming 3rd party extensions -* Added: .htaccess file with custom redirect to rule the MainWP Child plugin directory to hide the plugin from serach engines +* 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 * Updated: support for the MainWP Dashboard 4.0 * Updated: notifications texts * Removed: unused code