Changeset 3279029
- Timestamp:
- 04/22/2025 12:04:28 PM (11 months ago)
- Location:
- fulltext-search/trunk
- Files:
-
- 2 edited
-
fulltext-search.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fulltext-search/trunk/fulltext-search.php
r3279016 r3279029 4 4 Plugin Name: WP Fast Total Search - The Power of Indexed Search 5 5 Description: Extends the default search with relevance, jet speed and ability to search any posts, metadata, taxonomy, shortcode content and any piece of the wordpress data. No external software/service required. 6 Version: 1.79.2 697 Tested up to: 6. 7.26 Version: 1.79.270 7 Tested up to: 6.8 8 8 Author: Epsiloncool 9 9 Author URI: https://e-wm.org … … 38 38 * @copyright 2013-2024 39 39 * @license GPLv3 40 * @version 1.79.2 6940 * @version 1.79.270 41 41 * @package WP Fast Total Search 42 42 * @author Epsiloncool <info@e-wm.org> … … 63 63 */ 64 64 65 define('WPFTS_VERSION', '1.79.2 69');65 define('WPFTS_VERSION', '1.79.270'); 66 66 67 67 if (file_exists(dirname(__FILE__).'/extensions/index.php')) { -
fulltext-search/trunk/readme.txt
r3279016 r3279029 3 3 Tags: search pdf, fulltext search, better search, relevant search, extended search 4 4 Requires at least: 5.0 5 Tested up to: 6. 7.26 Stable tag: 1.79.2 695 Tested up to: 6.8 6 Stable tag: 1.79.270 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 118 118 119 119 == Changelog == 120 121 = 1.79.270 = 122 * Approved compatibility with Wordpress 6.8 120 123 121 124 = 1.79.269 =
Note: See TracChangeset
for help on using the changeset viewer.