Changeset 3203865
- Timestamp:
- 12/06/2024 09:25:51 PM (16 months ago)
- Location:
- searchplus
- Files:
-
- 4 edited
-
tags/1.6/includes/account.php (modified) (1 diff)
-
tags/1.6/searchplus.php (modified) (2 diffs)
-
trunk/includes/account.php (modified) (1 diff)
-
trunk/searchplus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
searchplus/tags/1.6/includes/account.php
r3202170 r3203865 36 36 */ 37 37 function searchplus_no_account() { 38 // do nothing at th ois point38 // do nothing at this point 39 39 } 40 40 -
searchplus/tags/1.6/searchplus.php
r3202170 r3203865 4 4 * Plugin URI: https://searchplus.pro 5 5 * Description: Search+ WordPress PlugIn 6 * Version: 1. 56 * Version: 1.6 7 7 * Author: Soundex Ltd. 8 8 * Author URI: https://soundex.tech … … 31 31 * Define some useful constants 32 32 */ 33 define ( 'SEARCHPLUS_VERSION', '1. 4' );33 define ( 'SEARCHPLUS_VERSION', '1.6' ); 34 34 define ( 'SEARCHPLUS_DIR', plugin_dir_path ( __FILE__ ) ); 35 35 define ( 'SEARCHPLUS_REMOTE_URL', "https://searchplus.pro/package/"); // "/../didyoumean-ui-package/" ); -
searchplus/trunk/includes/account.php
r3202170 r3203865 36 36 */ 37 37 function searchplus_no_account() { 38 // do nothing at th ois point38 // do nothing at this point 39 39 } 40 40 -
searchplus/trunk/searchplus.php
r3202170 r3203865 4 4 * Plugin URI: https://searchplus.pro 5 5 * Description: Search+ WordPress PlugIn 6 * Version: 1. 56 * Version: 1.6 7 7 * Author: Soundex Ltd. 8 8 * Author URI: https://soundex.tech … … 31 31 * Define some useful constants 32 32 */ 33 define ( 'SEARCHPLUS_VERSION', '1. 4' );33 define ( 'SEARCHPLUS_VERSION', '1.6' ); 34 34 define ( 'SEARCHPLUS_DIR', plugin_dir_path ( __FILE__ ) ); 35 35 define ( 'SEARCHPLUS_REMOTE_URL', "https://searchplus.pro/package/"); // "/../didyoumean-ui-package/" );
Note: See TracChangeset
for help on using the changeset viewer.