Changeset 3043505
- Timestamp:
- 03/01/2024 08:17:20 AM (2 years ago)
- Location:
- searchplus
- Files:
-
- 22 added
- 4 edited
-
tags/1.5 (added)
-
tags/1.5/LICENSE.txt (added)
-
tags/1.5/assets (added)
-
tags/1.5/assets/css (added)
-
tags/1.5/assets/css/bootstrap.min-5.2.2.css (added)
-
tags/1.5/assets/css/bootstrap.min-5.2.2.css.map (added)
-
tags/1.5/assets/img (added)
-
tags/1.5/assets/img/facebook-f.svg (added)
-
tags/1.5/assets/img/google.svg (added)
-
tags/1.5/assets/img/working.gif (added)
-
tags/1.5/assets/js (added)
-
tags/1.5/assets/js/bootstrap.min-5.2.2.js (added)
-
tags/1.5/assets/js/bootstrap.min-5.2.2.js.map (added)
-
tags/1.5/config.php (added)
-
tags/1.5/includes (added)
-
tags/1.5/includes/account.php (added)
-
tags/1.5/includes/functions.php (added)
-
tags/1.5/includes/searchplus_page_account.php (added)
-
tags/1.5/includes/searchplus_page_main.php (added)
-
tags/1.5/readme.txt (added)
-
tags/1.5/searchplus.php (added)
-
tags/1.5/sp-wp.js (added)
-
trunk/includes/functions.php (modified) (1 diff)
-
trunk/includes/searchplus_page_account.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/searchplus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
searchplus/trunk/includes/functions.php
r3041660 r3043505 44 44 */ 45 45 function dym_reset_token_action_callback() { 46 delete_option ( 'dym_token' ); 47 delete_option ( 'searchplus_token' ); 46 48 delete_option ( 'sp_token' ); 49 50 delete_option ( 'dym_name' ); 51 delete_option ( 'searchplus_name' ); 47 52 delete_option ( 'sp_name' ); 48 53 -
searchplus/trunk/includes/searchplus_page_account.php
r3022503 r3043505 100 100 value="<?php echo get_site_url() ?>"/> 101 101 </div> 102 <input id="input_register_generate_passwords" type="checkbox" checked>Gen rate 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/> 103 103 <div id="div_register_passwords" style="display: none;"> 104 104 <label class="password" for="input_register_password">Password:</label> … … 127 127 </div> 128 128 </td> 129 <td>129 <td> 130 130 <div id="div_register" class="card" <?php if(searchplus_account_exists () == 1) {?>style="display: none" <?php }?>> 131 131 <div class="card-body"> -
searchplus/trunk/readme.txt
r3041786 r3043505 5 5 Requires at least: 4.6 6 6 Tested up to: 6.4.3 7 Stable tag: 1. 47 Stable tag: 1.5 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 50 50 51 51 == Upgrade Notice == 52 = 1.5 = 53 Updates, related to the account reset 54 52 55 = 1.4 = 53 56 Structural updates and further improvement of the account functions. … … 73 76 74 77 == Changelog == 78 = 1.5 = 79 Updates, related to the account reset 80 81 = 1.4 = 82 Structural updates and further improvement of the account functions. 83 75 84 = 1.3 = 76 85 * Updated some account funtions -
searchplus/trunk/searchplus.php
r3041663 r3043505 4 4 * Plugin URI: https://searchplus.pro 5 5 * Description: Search+ WordPress PlugIn 6 * Version: 1. 46 * Version: 1.5 7 7 * Author: Soundex Ltd. 8 8 * Author URI: https://soundex.tech
Note: See TracChangeset
for help on using the changeset viewer.