Changeset 3344044
- Timestamp:
- 08/13/2025 11:13:31 AM (8 months ago)
- Location:
- searchplus
- Files:
-
- 22 added
- 2 edited
-
tags/1.7.1 (added)
-
tags/1.7.1/LICENSE.txt (added)
-
tags/1.7.1/assets (added)
-
tags/1.7.1/assets/css (added)
-
tags/1.7.1/assets/css/bootstrap.min-5.2.2.css (added)
-
tags/1.7.1/assets/css/bootstrap.min-5.2.2.css.map (added)
-
tags/1.7.1/assets/img (added)
-
tags/1.7.1/assets/img/facebook-f.svg (added)
-
tags/1.7.1/assets/img/google.svg (added)
-
tags/1.7.1/assets/img/working.gif (added)
-
tags/1.7.1/assets/js (added)
-
tags/1.7.1/assets/js/bootstrap.min-5.2.2.js (added)
-
tags/1.7.1/assets/js/bootstrap.min-5.2.2.js.map (added)
-
tags/1.7.1/config.php (added)
-
tags/1.7.1/includes (added)
-
tags/1.7.1/includes/account.php (added)
-
tags/1.7.1/includes/functions.php (added)
-
tags/1.7.1/includes/page_account.php (added)
-
tags/1.7.1/includes/page_main.php (added)
-
tags/1.7.1/readme.txt (added)
-
tags/1.7.1/searchplus.php (added)
-
tags/1.7.1/sp-wp.js (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/searchplus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
searchplus/trunk/readme.txt
r3279626 r3344044 5 5 Requires at least: 4.6 6 6 Tested up to: 6.8 7 Stable tag: 1.7 7 Stable tag: 1.7.1 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 48 48 49 49 == Upgrade Notice == 50 = 1.7.1 = 51 Bug fixes 52 53 = 1.7 = 54 Updates, related to the compatibility with the other products of Soundex.tech products 55 50 56 = 1.6 = 51 57 Minor compatibility updates, related to the introduction of the SiteNavigator product -
searchplus/trunk/searchplus.php
r3279626 r3344044 4 4 * Plugin URI: https://searchplus.pro 5 5 * Description: Search+ WordPress PlugIn 6 * Version: 1.7 6 * Version: 1.7.1 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. 6' );33 define ( 'SEARCHPLUS_VERSION', '1.9' ); 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.