Skip to content

Commit 6a13caf

Browse files
Fixed error in readme files (#95)
1 parent 6ed2546 commit 6a13caf

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [7.0.1] - 2022-10-11
8+
### Changed
9+
- Fixed error in readme files
10+
711
## [7.0.0] - 2022-10-06
812
### Changed
913
- Tests changed.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doofinder/php-doofinder",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"type": "library",
55
"description": "Doofinder PHP API Client",
66
"keywords": [

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Management/README_MANAGEMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Doofinder's management API allows you to perform the same administrative tasks y
44

55
- API version: 2.0
66

7-
For more information, please visit [https://doofinder.com/support](https://app.doofinder.com/api/v2/)
7+
For more information, please visit the documentation: [Management API](https://docs.doofinder.com/#section/Management-API)
88

99
<!-- TOC depthFrom:2 -->
1010

src/Search/README_SEARCH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Official PHP Search Client for Doofinder
22

3-
For more information, please visit [https://doofinder.com/support](https://app.doofinder.com/api/v2/)
3+
For more information, please visit the documentation: [Search-API](https://docs.doofinder.com/#section/Search-API)
44

55
<!-- TOC depthFrom:2 -->
66

@@ -73,7 +73,7 @@ We use Api token in http header for authenticate requests.
7373

7474
require_once(__DIR__ . '/../vendor/autoload.php');
7575

76-
const HOST = 'https://eu1-api.doofinder.com';
76+
const HOST = 'https://eu1-search.doofinder.com';
7777
const TOKEN = 'your_api_token';
7878

7979
$searchClient = \Doofinder\Search\SearchClient::create(

0 commit comments

Comments
 (0)