Plugin Directory

Changeset 3203865


Ignore:
Timestamp:
12/06/2024 09:25:51 PM (16 months ago)
Author:
ailchev
Message:

Patched some files

Location:
searchplus
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • searchplus/tags/1.6/includes/account.php

    r3202170 r3203865  
    3636 */
    3737function searchplus_no_account() {
    38     // do nothing at thois point   
     38    // do nothing at this point   
    3939}
    4040
  • searchplus/tags/1.6/searchplus.php

    r3202170 r3203865  
    44 * Plugin URI: https://searchplus.pro
    55 * Description: Search+ WordPress PlugIn
    6  * Version: 1.5
     6 * Version: 1.6
    77 * Author: Soundex Ltd.
    88 * Author URI: https://soundex.tech
     
    3131 * Define some useful constants
    3232 */
    33 define ( 'SEARCHPLUS_VERSION', '1.4' );
     33define ( 'SEARCHPLUS_VERSION', '1.6' );
    3434define ( 'SEARCHPLUS_DIR', plugin_dir_path ( __FILE__ ) );
    3535define ( 'SEARCHPLUS_REMOTE_URL', "https://searchplus.pro/package/"); // "/../didyoumean-ui-package/" );
  • searchplus/trunk/includes/account.php

    r3202170 r3203865  
    3636 */
    3737function searchplus_no_account() {
    38     // do nothing at thois point   
     38    // do nothing at this point   
    3939}
    4040
  • searchplus/trunk/searchplus.php

    r3202170 r3203865  
    44 * Plugin URI: https://searchplus.pro
    55 * Description: Search+ WordPress PlugIn
    6  * Version: 1.5
     6 * Version: 1.6
    77 * Author: Soundex Ltd.
    88 * Author URI: https://soundex.tech
     
    3131 * Define some useful constants
    3232 */
    33 define ( 'SEARCHPLUS_VERSION', '1.4' );
     33define ( 'SEARCHPLUS_VERSION', '1.6' );
    3434define ( 'SEARCHPLUS_DIR', plugin_dir_path ( __FILE__ ) );
    3535define ( 'SEARCHPLUS_REMOTE_URL', "https://searchplus.pro/package/"); // "/../didyoumean-ui-package/" );
Note: See TracChangeset for help on using the changeset viewer.