Plugin Directory

Changeset 3043505


Ignore:
Timestamp:
03/01/2024 08:17:20 AM (2 years ago)
Author:
ailchev
Message:

Updates, related to the account reset

Location:
searchplus
Files:
22 added
4 edited

Legend:

Unmodified
Added
Removed
  • searchplus/trunk/includes/functions.php

    r3041660 r3043505  
    4444 */
    4545function dym_reset_token_action_callback() {
     46   delete_option ( 'dym_token' );
     47   delete_option ( 'searchplus_token' );
    4648   delete_option ( 'sp_token' );
     49   
     50   delete_option ( 'dym_name' );
     51   delete_option ( 'searchplus_name' );
    4752   delete_option ( 'sp_name' );
    4853   
  • searchplus/trunk/includes/searchplus_page_account.php

    r3022503 r3043505  
    100100                            value="<?php echo get_site_url() ?>"/>
    101101                    </div>
    102                     <input id="input_register_generate_passwords" type="checkbox" checked>Genrate the password and send an email to me<br/>
     102                    <input id="input_register_generate_passwords" type="checkbox" checked>Generate the password and send an email to me<br/>
    103103                    <div id="div_register_passwords" style="display: none;">
    104104                        <label class="password" for="input_register_password">Password:</label>
     
    127127</div>
    128128</td>
    129     <td>
     129<td>
    130130    <div id="div_register" class="card" <?php if(searchplus_account_exists () == 1) {?>style="display: none" <?php }?>>
    131131        <div class="card-body">
  • searchplus/trunk/readme.txt

    r3041786 r3043505  
    55Requires at least: 4.6
    66Tested up to: 6.4.3
    7 Stable tag: 1.4
     7Stable tag: 1.5
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    5050
    5151== Upgrade Notice ==
     52= 1.5 =
     53Updates, related to the account reset
     54
    5255= 1.4 =
    5356Structural updates and further improvement of the account functions.
     
    7376
    7477== Changelog ==
     78= 1.5 =
     79Updates, related to the account reset
     80
     81= 1.4 =
     82Structural updates and further improvement of the account functions.
     83
    7584= 1.3 =
    7685* Updated some account funtions
  • searchplus/trunk/searchplus.php

    r3041663 r3043505  
    44 * Plugin URI: https://searchplus.pro
    55 * Description: Search+ WordPress PlugIn
    6  * Version: 1.4
     6 * Version: 1.5
    77 * Author: Soundex Ltd.
    88 * Author URI: https://soundex.tech
Note: See TracChangeset for help on using the changeset viewer.