Plugin Directory

Changeset 2572427


Ignore:
Timestamp:
07/26/2021 03:32:18 PM (5 years ago)
Author:
richaber
Message:

Tagging 2.0.1

Location:
wp-search-with-algolia
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-search-with-algolia/tags/2.0.1/README.txt

    r2571200 r2572427  
    55Tested up to: 5.8
    66Requires PHP: 7.2
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88License: GNU General Public License v2.0, MIT License
    99
     
    107107Follow along with the changelog on [Github](https://github.com/WebDevStudios/wp-search-with-algolia/releases).
    108108
     109= 2.0.1 =
     110* Fix for users that enable intstantsearch but not autocomplete by adding algoliasearch client as direct dependency of both
     111
    109112= 2.0.0 =
    110113* Breaking changes for users with customized autocomplete.php / instantsearch.php template in their theme.
  • wp-search-with-algolia/tags/2.0.1/algolia.php

    r2571200 r2572427  
    44 * Plugin URI:        https://github.com/WebDevStudios/wp-search-with-algolia
    55 * Description:       Integrate the powerful Algolia search service with WordPress
    6  * Version:           2.0.0
     6 * Version:           2.0.1
    77 * Requires at least: 5.0
    88 * Requires PHP:      7.2
     
    2727
    2828// The Algolia Search plugin version.
    29 define( 'ALGOLIA_VERSION', '2.0.0' );
     29define( 'ALGOLIA_VERSION', '2.0.1' );
    3030
    3131// The minmum required PHP version.
  • wp-search-with-algolia/tags/2.0.1/includes/class-algolia-scripts.php

    r2571200 r2572427  
    6161                'underscore',
    6262                'wp-util',
     63                'algolia-search',
    6364            ],
    6465            ALGOLIA_VERSION,
     
    8384                'underscore',
    8485                'wp-util',
     86                'algolia-search',
    8587            ],
    8688            ALGOLIA_VERSION,
  • wp-search-with-algolia/trunk/README.txt

    r2571200 r2572427  
    55Tested up to: 5.8
    66Requires PHP: 7.2
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88License: GNU General Public License v2.0, MIT License
    99
     
    107107Follow along with the changelog on [Github](https://github.com/WebDevStudios/wp-search-with-algolia/releases).
    108108
     109= 2.0.1 =
     110* Fix for users that enable intstantsearch but not autocomplete by adding algoliasearch client as direct dependency of both
     111
    109112= 2.0.0 =
    110113* Breaking changes for users with customized autocomplete.php / instantsearch.php template in their theme.
  • wp-search-with-algolia/trunk/algolia.php

    r2571200 r2572427  
    44 * Plugin URI:        https://github.com/WebDevStudios/wp-search-with-algolia
    55 * Description:       Integrate the powerful Algolia search service with WordPress
    6  * Version:           2.0.0
     6 * Version:           2.0.1
    77 * Requires at least: 5.0
    88 * Requires PHP:      7.2
     
    2727
    2828// The Algolia Search plugin version.
    29 define( 'ALGOLIA_VERSION', '2.0.0' );
     29define( 'ALGOLIA_VERSION', '2.0.1' );
    3030
    3131// The minmum required PHP version.
  • wp-search-with-algolia/trunk/includes/class-algolia-scripts.php

    r2571200 r2572427  
    6161                'underscore',
    6262                'wp-util',
     63                'algolia-search',
    6364            ],
    6465            ALGOLIA_VERSION,
     
    8384                'underscore',
    8485                'wp-util',
     86                'algolia-search',
    8587            ],
    8688            ALGOLIA_VERSION,
Note: See TracChangeset for help on using the changeset viewer.