Skip to content

Commit

Permalink
Merge pull request #164 from WebDevStudios/releases/2.0.0-dev
Browse files Browse the repository at this point in the history
Releases/2.0.0 dev
  • Loading branch information
richaber authored Jul 24, 2021
2 parents e43acc5 + 2e2de12 commit 94978af
Show file tree
Hide file tree
Showing 716 changed files with 64,289 additions and 164,920 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/erbium
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 10 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: WebDevStudios, williamsba1, gregrickaby, tw2113, richaber, mrasharirfan
Tags: Search, Algolia, Autocomplete, instant-search, relevant search, search highlight, faceted search, find-as-you-type search, suggest, search by category, ajax search, better search, custom search
Requires at least: 5.0
Tested up to: 5.7
Tested up to: 5.8
Requires PHP: 7.2
Stable tag: 1.8.0
Stable tag: 2.0.0
License: GNU General Public License v2.0, MIT License

Improve search on your site. Autocomplete is included, along with full control over look, feel and relevance.
Expand Down Expand Up @@ -106,6 +106,14 @@ WebDevStudios provides end-to-end WordPress opportunities from strategy and plan

Follow along with the changelog on [Github](https://github.com/WebDevStudios/wp-search-with-algolia/releases).

= 2.0.0 =
* Breaking changes for users with customized autocomplete.php / instantsearch.php template in their theme.
* Update autocomplete.php and instantsearch.php templates for compatibility with new JS libs.
* Update Algolia JavaScript API Client to 4.10.3
* Update Algolia InstantSearch.js to 4.25.2
* Update Algolia Autocomplete.js to 0.38.0
* Update Algolia PHP API Client to 3.0.2

= 1.8.0 =
* Focus on template versioning and update messaging
* Add Algolia_Template_Utils class
Expand Down
4 changes: 2 additions & 2 deletions algolia.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Search with Algolia
* Plugin URI: https://github.com/WebDevStudios/wp-search-with-algolia
* Description: Integrate the powerful Algolia search service with WordPress
* Version: 1.8.0
* Version: 2.0.0
* Requires at least: 5.0
* Requires PHP: 7.2
* Author: WebDevStudios
Expand All @@ -26,7 +26,7 @@
}

// The Algolia Search plugin version.
define( 'ALGOLIA_VERSION', '1.8.0' );
define( 'ALGOLIA_VERSION', '2.0.0' );

// The minmum required PHP version.
define( 'ALGOLIA_MIN_PHP_VERSION', '7.2' );
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdevstudios/wp-search-with-algolia",
"version": "1.6.0",
"version": "2.0.0",
"description": "Integrate the powerful Algolia search service with WordPress.",
"authors": [
{
Expand All @@ -21,17 +21,17 @@
"composer/installers": "~1.0"
},
"require-dev": {
"algolia/algoliasearch-client-php": "~2.7.0",
"psr/http-message": "~1.0.0",
"psr/log": "~1.0.0",
"psr/simple-cache": "~1.0.0",
"webdevstudios/php-coding-standards": "^1.0.0",
"phpcompatibility/phpcompatibility-wp": "^2.0.0",
"slowprog/composer-copy-file": "^0.3.2"
"algolia/algoliasearch-client-php": "^3.0.2",
"psr/http-message": "~1.0.1",
"psr/log": "~1.0.2",
"psr/simple-cache": "~1.0.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"phpcompatibility/phpcompatibility-wp": "^2.1.2",
"wp-coding-standards/wpcs": "^2.3.0",
"slowprog/composer-copy-file": "^0.3.3"
},
"extra": {
"installer-name": "wp-search-with-algolia",
"phpcodesniffer-search-depth": 5,
"copy-file": {
"vendor/algolia": "includes/libraries"
},
Expand All @@ -42,7 +42,7 @@
},
"scripts": {
"lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --standard=phpcs.xml --extensions=php .",
"lint:fix": "vendor/bin/phpcbf",
"lint:fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --standard=phpcs.xml --extensions=php .",
"post-install-cmd": [
"SlowProg\\CopyFile\\ScriptHandler::copy"
],
Expand Down
27 changes: 19 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 94978af

Please sign in to comment.