Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 96e7e7d

Browse files
authored
[RELEASE] v1.3.2
2 parents 966fbbd + 7514abc commit 96e7e7d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
<a name="v1.3.2"></a>
8+
### [1.3.2](https://github.com/moip/moip-sdk-php/compare/v1.3.0...v1.3.2) (2017-09-18)
9+
10+
11+
#### Bug Fixes
12+
- **MoipResource:** Initializing variable to prevent E_NOTICE ([42ee471](https://github.com/moip/moip-sdk-php/commit/42ee471ce2b2131cb326f434fd2a105ceb7f1f45))
13+
- **Connect:** Removing type declaration from methods to compatibility with PHP older versions ([77abe58](https://github.com/moip/moip-sdk-php/commit/77abe58da9e5b658160f1a279ba6227e9ade4409))
14+
715
<a name="v1.3.1"></a>
816
### [1.3.1](https://github.com/moip/moip-sdk-php/compare/v1.3.0...v1.3.1) (2017-08-11)
917

src/Moip.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Moip
4444
*
4545
* @const string
4646
*/
47-
const CLIENT_VERSION = '1.3.1';
47+
const CLIENT_VERSION = '1.3.2';
4848

4949
/**
5050
* Authentication that will be added to the header of request.

0 commit comments

Comments
 (0)