Plugin Directory

Changeset 2748884


Ignore:
Timestamp:
06/28/2022 06:39:36 AM (4 years ago)
Author:
pavlo.opanasenko
Message:

Version 1.7.1

Location:
searchwp-live-ajax-search
Files:
38 deleted
3 edited
27 copied

Legend:

Unmodified
Added
Removed
  • searchwp-live-ajax-search/tags/1.7.1/includes/class-plugin.php

    r2748631 r2748884  
    8282    private function load_textdomain() {
    8383
    84         load_plugin_textdomain( 'searchwp-live-ajax-search', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
     84        load_plugin_textdomain( 'searchwp-live-ajax-search', false, dirname( plugin_basename( SEARCHWP_LIVE_SEARCH_PLUGIN_FILE ) ) . '/languages/' );
    8585    }
    8686
  • searchwp-live-ajax-search/tags/1.7.1/readme.txt

    r2748630 r2748884  
    44Requires at least: 3.9
    55Tested up to: 5.9.1
    6 Stable tag: 1.7.0
     6Stable tag: 1.7.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79= 1.7.1 =
     80* Fixes the translations of the plugin.
     81
    7982= 1.7.0 =
    8083* Adds new Settings admin page to control the behavior of the plugin easier.
    81 * Introduces a significant code refactoring to improve performance.
     84* Introduces significant code refactoring to improve performance.
    8285
    8386= 1.6.3 =
  • searchwp-live-ajax-search/tags/1.7.1/searchwp-live-ajax-search.php

    r2748630 r2748884  
    44Plugin URI: https://searchwp.com/
    55Description: Enhance your search forms with live search, powered by SearchWP (if installed)
    6 Version: 1.7.0
     6Version: 1.7.1
    77Requires PHP: 5.6
    88Author: SearchWP, LLC
     
    3737     * @since 1.7.0
    3838     */
    39     define( 'SEARCHWP_LIVE_SEARCH_VERSION', '1.7.0' );
     39    define( 'SEARCHWP_LIVE_SEARCH_VERSION', '1.7.1' );
    4040}
    4141
  • searchwp-live-ajax-search/trunk/includes/class-plugin.php

    r2748631 r2748884  
    8282    private function load_textdomain() {
    8383
    84         load_plugin_textdomain( 'searchwp-live-ajax-search', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
     84        load_plugin_textdomain( 'searchwp-live-ajax-search', false, dirname( plugin_basename( SEARCHWP_LIVE_SEARCH_PLUGIN_FILE ) ) . '/languages/' );
    8585    }
    8686
  • searchwp-live-ajax-search/trunk/readme.txt

    r2748630 r2748884  
    44Requires at least: 3.9
    55Tested up to: 5.9.1
    6 Stable tag: 1.7.0
     6Stable tag: 1.7.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79= 1.7.1 =
     80* Fixes the translations of the plugin.
     81
    7982= 1.7.0 =
    8083* Adds new Settings admin page to control the behavior of the plugin easier.
    81 * Introduces a significant code refactoring to improve performance.
     84* Introduces significant code refactoring to improve performance.
    8285
    8386= 1.6.3 =
  • searchwp-live-ajax-search/trunk/searchwp-live-ajax-search.php

    r2748630 r2748884  
    44Plugin URI: https://searchwp.com/
    55Description: Enhance your search forms with live search, powered by SearchWP (if installed)
    6 Version: 1.7.0
     6Version: 1.7.1
    77Requires PHP: 5.6
    88Author: SearchWP, LLC
     
    3737     * @since 1.7.0
    3838     */
    39     define( 'SEARCHWP_LIVE_SEARCH_VERSION', '1.7.0' );
     39    define( 'SEARCHWP_LIVE_SEARCH_VERSION', '1.7.1' );
    4040}
    4141
Note: See TracChangeset for help on using the changeset viewer.