Plugin Directory

Changeset 3344044


Ignore:
Timestamp:
08/13/2025 11:13:31 AM (8 months ago)
Author:
ailchev
Message:

Bug fixes

Location:
searchplus
Files:
22 added
2 edited

Legend:

Unmodified
Added
Removed
  • searchplus/trunk/readme.txt

    r3279626 r3344044  
    55Requires at least: 4.6
    66Tested up to: 6.8
    7 Stable tag: 1.7
     7Stable tag: 1.7.1
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    4848
    4949== Upgrade Notice ==
     50= 1.7.1 =
     51Bug fixes
     52
     53= 1.7 =
     54Updates, related to the compatibility with the other products of Soundex.tech products
     55
    5056= 1.6 =
    5157Minor compatibility updates, related to the introduction of the SiteNavigator product
  • searchplus/trunk/searchplus.php

    r3279626 r3344044  
    44 * Plugin URI: https://searchplus.pro
    55 * Description: Search+ WordPress PlugIn
    6  * Version: 1.7
     6 * Version: 1.7.1
    77 * Author: Soundex Ltd.
    88 * Author URI: https://soundex.tech
     
    3131 * Define some useful constants
    3232 */
    33 define ( 'SEARCHPLUS_VERSION', '1.6' );
     33define ( 'SEARCHPLUS_VERSION', '1.9' );
    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.