v 3.7.1 – 12 Jun 20
+ Added functionality to notify users when a post is failed;
+ Added a feature to retry sharing the failed posts;
+ Added a filter option on the log tab for successful and failed posts;
+ Added count of failed accounts in front of Social Networks;
+ Fixed the error during the installation process;
+ Made minor improvements and fixed some small bugs.
Update Tables to 3.7.0 to 3.7.1 (If it is the first time that you install the plugin you do not need to do this)
Execute SQL
Code:
ALTER TABLE wp_fs_accounts ADD `status` varchar(5) COLLATE utf8mb4_unicode_ci DEFAULT NULL;
ALTER TABLE wp_fs_accounts ADD `error_msg` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL;
ALTER TABLE wp_fs_accounts ADD `last_check_time` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL;
ALTER TABLE wp_fs_feeds ADD `is_seen` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL