Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
zibios committed Oct 3, 2018
1 parent 18d7f73 commit f826f64
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 10 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
# Changelog

## v3.x

### 3.0.0 (2018-10-07)
* PHP >= 7.1
* Breaking changes due to PHP >= 7.1 only support (strict types)
* GuzzleClient->getResponseFormat() removed due to changes in WrikePhpLibrary interface

## v2.x

### 2.0.0 (2018-10-07)
* Without changes
* To maintain consistency between repositories

## v1.x

## 1.0.0 (2018-02-25)
* First stable release

## 0.1.0 (2017-03-08)
## DEV

# 0.1.0 (2017-03-08)
* Stable code

## 0.0.2 (2017-02-05)
# 0.0.2 (2017-02-05)
* Decoupling WrikePhpSdk - common updates in all WrikePhp* packages

## 0.0.1 (2017-02-04)
# 0.0.1 (2017-02-04)
* Initial version
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ Introduction

Versions
--------
| Major Version | Wrike API | PHP Compatibility | Initial release | Support |
|:-------------:|:---------:|:----------------------------------:|:---------------:|:------------------------------:|
| V2 | V4 | PHP 7.1, PHP 7.2, TBD | October, 2018 | TBD |
| V1 | V3 | PHP 5.5, PHP 5.6, PHP 7.0, PHP 7.1 | February, 2018 | Support ends on February, 2019 |
| Major Version | Wrike API | PHP Compatibility | Initial release | Support |
|:-----------------------------------------------------------:|:---------:|:----------------------------------:|:---------------:|:------------------------------:|
| [V3](https://github.com/zibios/wrike-php-library/tree/v3.x) | V4 | PHP 7.1, PHP 7.2, TBD | October, 2018 | TBD |
| [V2](https://github.com/zibios/wrike-php-library/tree/v2.x) | V4 | PHP 5.5, PHP 5.6, PHP 7.0, PHP 7.1 | October, 2018 | Support ends on October, 2019 |
| [V1](https://github.com/zibios/wrike-php-library/tree/v1.x) | V3 | PHP 5.5, PHP 5.6, PHP 7.0, PHP 7.1 | February, 2018 | Support ends on February, 2019 |

Project status
--------------
Expand Down Expand Up @@ -111,11 +112,21 @@ $client->executeRequestForParams($requestMethod, $path, array $params, $accessTo
Reference
---------

[Wrike PHP Library](https://github.com/zibios/wrike-php-library)
**Internal**

[Wrike PHP SDK](https://github.com/zibios/wrike-php-sdk)
Generic [Wrike PHP Library](https://github.com/zibios/wrike-php-library)

[Symfony bundle](https://github.com/zibios/wrike-bundle)
Full configured [Wrike PHP SDK](https://github.com/zibios/wrike-php-sdk)

Full configured [Symfony bundle](https://github.com/zibios/wrike-bundle) based on Wrike PHP SDK

[Response transformer plugin](https://github.com/zibios/wrike-php-jmsserializer) for Wrike PHP Library

**External**

Official [Wrike API Documentation](https://developers.wrike.com/documentation/api/overview)

[PSR Naming Conventions](http://www.php-fig.org/bylaws/psr-naming-conventions/)

License
-------
Expand Down

0 comments on commit f826f64

Please sign in to comment.