3.8.0 Does not included some files in lib folder
-
Hi i updated to 3.8.0 then page is crashed.
Deleted plugin from ftp and tried to reinstal but couldnt cause$api_client_creds = new WP_Auth0_Api_Client_Credentials( $this->a0_options );
$api_change_password = new WP_Auth0_Api_Change_Password( $this->a0_options, $api_client_creds );
$profile_change_pwd = new WP_Auth0_Profile_Change_Password( $api_change_password );
$profile_change_pwd->init();$profile_delete_data = new WP_Auth0_Profile_Delete_Data( $users_repo );
$profile_delete_data->init();$api_delete_mfa = new WP_Auth0_Api_Delete_User_Mfa( $this->a0_options, $api_client_creds );
$profile_delete_mfa = new WP_Auth0_Profile_Delete_Mfa( $this->a0_options, $api_delete_mfa );
$profile_delete_mfa->init();thoose are not included in lib folder.
- The topic ‘3.8.0 Does not included some files in lib folder’ is closed to new replies.