Plugin Directory

Changeset 3279029


Ignore:
Timestamp:
04/22/2025 12:04:28 PM (11 months ago)
Author:
Epsiloncool
Message:

1.79.270

  • Approved compatibility with Wordpress 6.8
Location:
fulltext-search/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fulltext-search/trunk/fulltext-search.php

    r3279016 r3279029  
    44Plugin Name: WP Fast Total Search - The Power of Indexed Search
    55Description: 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.269
    7 Tested up to: 6.7.2
     6Version: 1.79.270
     7Tested up to: 6.8
    88Author: Epsiloncool
    99Author URI: https://e-wm.org
     
    3838 *  @copyright 2013-2024
    3939 *  @license GPLv3
    40  *  @version 1.79.269
     40 *  @version 1.79.270
    4141 *  @package WP Fast Total Search
    4242 *  @author Epsiloncool <info@e-wm.org>
     
    6363 */
    6464
    65 define('WPFTS_VERSION', '1.79.269');
     65define('WPFTS_VERSION', '1.79.270');
    6666
    6767if (file_exists(dirname(__FILE__).'/extensions/index.php')) {
  • fulltext-search/trunk/readme.txt

    r3279016 r3279029  
    33Tags: search pdf, fulltext search, better search, relevant search, extended search
    44Requires at least: 5.0
    5 Tested up to: 6.7.2
    6 Stable tag: 1.79.269
     5Tested up to: 6.8
     6Stable tag: 1.79.270
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    118118
    119119== Changelog ==
     120
     121= 1.79.270 =
     122* Approved compatibility with Wordpress 6.8
    120123
    121124= 1.79.269 =
Note: See TracChangeset for help on using the changeset viewer.