From 6a13caf00d3031fcec889d4261c58f47144538d2 Mon Sep 17 00:00:00 2001 From: Silvia Herguedas Esteban Date: Thu, 13 Oct 2022 10:45:04 +0200 Subject: [PATCH] Fixed error in readme files (#95) --- CHANGELOG.md | 4 ++++ composer.json | 2 +- composer.lock | 4 ++-- src/Management/README_MANAGEMENT.md | 2 +- src/Search/README_SEARCH.md | 4 ++-- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a234d..61fc7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [7.0.1] - 2022-10-11 +### Changed +- Fixed error in readme files + ## [7.0.0] - 2022-10-06 ### Changed - Tests changed. diff --git a/composer.json b/composer.json index 202887a..b2a4450 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "doofinder/php-doofinder", - "version": "7.0.0", + "version": "7.0.1", "type": "library", "description": "Doofinder PHP API Client", "keywords": [ diff --git a/composer.lock b/composer.lock index da03b7c..eeeb612 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4cb86e07cf3476df697d5cfda55c7f03", + "content-hash": "6893b44459498c252e2198d20a59f2c5", "packages": [], "packages-dev": [ { @@ -1750,5 +1750,5 @@ "ext-dom": "*" }, "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" } diff --git a/src/Management/README_MANAGEMENT.md b/src/Management/README_MANAGEMENT.md index 714513d..a584954 100644 --- a/src/Management/README_MANAGEMENT.md +++ b/src/Management/README_MANAGEMENT.md @@ -4,7 +4,7 @@ Doofinder's management API allows you to perform the same administrative tasks y - API version: 2.0 -For more information, please visit [https://doofinder.com/support](https://app.doofinder.com/api/v2/) +For more information, please visit the documentation: [Management API](https://docs.doofinder.com/#section/Management-API) diff --git a/src/Search/README_SEARCH.md b/src/Search/README_SEARCH.md index 2dccd11..3cb68a4 100644 --- a/src/Search/README_SEARCH.md +++ b/src/Search/README_SEARCH.md @@ -1,6 +1,6 @@ # Official PHP Search Client for Doofinder -For more information, please visit [https://doofinder.com/support](https://app.doofinder.com/api/v2/) +For more information, please visit the documentation: [Search-API](https://docs.doofinder.com/#section/Search-API) @@ -73,7 +73,7 @@ We use Api token in http header for authenticate requests. require_once(__DIR__ . '/../vendor/autoload.php'); -const HOST = 'https://eu1-api.doofinder.com'; +const HOST = 'https://eu1-search.doofinder.com'; const TOKEN = 'your_api_token'; $searchClient = \Doofinder\Search\SearchClient::create(