From af972977a80857750f82351cfd1648487741f761 Mon Sep 17 00:00:00 2001 From: Rakesh R Date: Thu, 8 Apr 2021 11:15:26 +0530 Subject: [PATCH] feat: Add note about previous version for PHP<7.3 in README --- CHANGELOG.md | 8 ++++++++ README.md | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1285f84..2ae5e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `phpkiteconnect` will be documented in this file. +## 4.0.0 - 2021-04-06 +- Major refactor to project structure and code +- PHP support 7.3+ +- Integrated composer packagist +- Integrated Guzzle HTTP client ditching CURL +- Units Tests + + ## 1.0.0 - 202X-XX-XX - initial release diff --git a/README.md b/README.md index e6f5901..5e37e78 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # The Kite Connect API PHP client - v3 -The Official PHP client for communicating with the [Kite Connect API](https://kite.trade). +The Official PHP client for communicating with the [Kite Connect API](https://kite.trade).
+Note: For PHP version < 7.3. You can refer to our [previous version](https://github.com/zerodha/phpkiteconnect/releases/tag/v3.0.0). Kite Connect is a set of REST-like APIs that expose many capabilities required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio and more, with the simple HTTP API collection. [Zerodha Technology](http://zerodha.com) (c) 2021. Licensed under the MIT License. @@ -18,6 +19,7 @@ You can install the package via composer: ```bash composer require zerodha/phpkiteconnect ``` +Note: You can refer to our previous version [here](https://github.com/zerodha/phpkiteconnect/releases/tag/v3.0.0) for PHP version < 7.3. ## Usage ```php