Skip to content

Commit 29df772

Browse files
committed
correct versions of SDK & API
1 parent 9e18f88 commit 29df772

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[![Build Status](https://travis-ci.org/htmlgraphic/Checkfront-PHP-SDK.svg?branch=develop)](https://travis-ci.org/htmlgraphic/Checkfront-PHP-SDK)
22

3-
Checkfront PHP SDK (v3.0)
3+
Checkfront PHP SDK (v1.3)
44
==========================
55

6-
The [Checkfront Booking API](http://www.checkfront.com/developers/api/) allows you to build integrations and custom applications that interact with a remote Checkfront account.
6+
The [Checkfront API 3.0](http://www.checkfront.com/developers/api/) allows you to build integrations and custom applications that interact with a remote Checkfront account.
77

88
This repository contains the open source PHP SDK and various example scripts. Except as otherwise noted, the Checkfront PHP SDK is licensed under the Apache Licence, Version 2.0
99
(http://www.apache.org/licenses/LICENSE-2.0.html)
@@ -12,7 +12,7 @@ This repository contains the open source PHP SDK and various example scripts. Ex
1212

1313
## Features
1414

15-
The Checkfront API SDK provides the following functionality:
15+
The Checkfront API SDK (v1.3) provides the following functionality:
1616

1717
* OAuth2 authorization and authentication.
1818
* OAuth2 token refresh.
@@ -36,7 +36,7 @@ Let's install Checkfront-PHP-DK via the following few commands:
3636
> Type `composer` for more options:
3737
3838
```
39-
$ composer init --require="checkfront/checkfront:3.0.*" -n
39+
$ composer init --require="checkfront/checkfront:1.3" -n
4040
$ composer install
4141
```
4242

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "checkfront/checkfront",
33
"description" : "Wrapper library for using the Checkfront API",
4-
"version": "3.0.1",
4+
"version": "1.3",
55
"dist": {
66
"url": "https://github.com/htmlgraphic/Checkfront-PHP-SDK/archive/master.zip",
77
"type": "zip"

0 commit comments

Comments
 (0)