Changeset 3068377
- Timestamp:
- 04/10/2024 10:54:28 AM (2 years ago)
- Location:
- social-web-suite/trunk
- Files:
-
- 3 edited
-
includes/libs/class-socialwebsuite-setup.php (modified) (1 diff)
-
readme.md (modified) (1 diff)
-
social-web-suite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
social-web-suite/trunk/includes/libs/class-socialwebsuite-setup.php
r2096738 r3068377 90 90 */ 91 91 public static function uninstall() { 92 if ( ! current_user_can( 'activate_plugins' ) || WP_UNINSTALL_PLUGIN !== SWS_PLUGIN_PATH) {92 if ( ! current_user_can( 'activate_plugins' ) || ( defined( 'WP_UNINSTALL_PLUGIN' ) && WP_UNINSTALL_PLUGIN !== plugin_basename( __FILE__ ) ) ) { 93 93 return; 94 94 } 95 96 check_admin_referer( 'bulk-plugins' );97 95 96 //check_admin_referer( 'bulk-plugins' ); 97 98 98 // uninstall 99 99 SocialWebSuite::delete_settings(); -
social-web-suite/trunk/readme.md
r3044822 r3068377 229 229 230 230 == Change Log == 231 == 4.1.11 - 2024-04-03 232 - improved uninstall method 233 - commented out the check_admin_referer() 234 231 235 == 4.1.10 - 2024-04-03 232 236 version bump -
social-web-suite/trunk/social-web-suite.php
r3044822 r3068377 5 5 * Description: Manage all your social media accounts from one place. Automate, schedule & publish your posts/custom 6 6 * post types/pages to major social networks. Social Web Suite is social media scheduler. 7 * Version: 4.1.1 07 * Version: 4.1.11 8 8 * Author: hypestudio,nytogroup,dejanmarkovic,tinat 9 9 * Author URI: https://hypestudio.org/
Note: See TracChangeset
for help on using the changeset viewer.