Changeset 2572427
- Timestamp:
- 07/26/2021 03:32:18 PM (5 years ago)
- Location:
- wp-search-with-algolia
- Files:
-
- 6 edited
- 1 copied
-
tags/2.0.1 (copied) (copied from wp-search-with-algolia/trunk)
-
tags/2.0.1/README.txt (modified) (2 diffs)
-
tags/2.0.1/algolia.php (modified) (2 diffs)
-
tags/2.0.1/includes/class-algolia-scripts.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/algolia.php (modified) (2 diffs)
-
trunk/includes/class-algolia-scripts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-search-with-algolia/tags/2.0.1/README.txt
r2571200 r2572427 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.2 7 Stable tag: 2.0. 07 Stable tag: 2.0.1 8 8 License: GNU General Public License v2.0, MIT License 9 9 … … 107 107 Follow along with the changelog on [Github](https://github.com/WebDevStudios/wp-search-with-algolia/releases). 108 108 109 = 2.0.1 = 110 * Fix for users that enable intstantsearch but not autocomplete by adding algoliasearch client as direct dependency of both 111 109 112 = 2.0.0 = 110 113 * 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 4 4 * Plugin URI: https://github.com/WebDevStudios/wp-search-with-algolia 5 5 * Description: Integrate the powerful Algolia search service with WordPress 6 * Version: 2.0. 06 * Version: 2.0.1 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.2 … … 27 27 28 28 // The Algolia Search plugin version. 29 define( 'ALGOLIA_VERSION', '2.0. 0' );29 define( 'ALGOLIA_VERSION', '2.0.1' ); 30 30 31 31 // The minmum required PHP version. -
wp-search-with-algolia/tags/2.0.1/includes/class-algolia-scripts.php
r2571200 r2572427 61 61 'underscore', 62 62 'wp-util', 63 'algolia-search', 63 64 ], 64 65 ALGOLIA_VERSION, … … 83 84 'underscore', 84 85 'wp-util', 86 'algolia-search', 85 87 ], 86 88 ALGOLIA_VERSION, -
wp-search-with-algolia/trunk/README.txt
r2571200 r2572427 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.2 7 Stable tag: 2.0. 07 Stable tag: 2.0.1 8 8 License: GNU General Public License v2.0, MIT License 9 9 … … 107 107 Follow along with the changelog on [Github](https://github.com/WebDevStudios/wp-search-with-algolia/releases). 108 108 109 = 2.0.1 = 110 * Fix for users that enable intstantsearch but not autocomplete by adding algoliasearch client as direct dependency of both 111 109 112 = 2.0.0 = 110 113 * Breaking changes for users with customized autocomplete.php / instantsearch.php template in their theme. -
wp-search-with-algolia/trunk/algolia.php
r2571200 r2572427 4 4 * Plugin URI: https://github.com/WebDevStudios/wp-search-with-algolia 5 5 * Description: Integrate the powerful Algolia search service with WordPress 6 * Version: 2.0. 06 * Version: 2.0.1 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.2 … … 27 27 28 28 // The Algolia Search plugin version. 29 define( 'ALGOLIA_VERSION', '2.0. 0' );29 define( 'ALGOLIA_VERSION', '2.0.1' ); 30 30 31 31 // The minmum required PHP version. -
wp-search-with-algolia/trunk/includes/class-algolia-scripts.php
r2571200 r2572427 61 61 'underscore', 62 62 'wp-util', 63 'algolia-search', 63 64 ], 64 65 ALGOLIA_VERSION, … … 83 84 'underscore', 84 85 'wp-util', 86 'algolia-search', 85 87 ], 86 88 ALGOLIA_VERSION,
Note: See TracChangeset
for help on using the changeset viewer.