File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.0.2] - 2019-10-07
10
+ ### Fixed
11
+ - Remove wrong scalar type declaration at resource call method
12
+
9
13
## [ 1.0.1] - 2019-10-03
10
14
### Added
11
15
- Add custom exceptions for server code errors
@@ -40,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
44
### Added
41
45
- Initial release
42
46
43
- [ Unreleased ] : https://github.com/multitheftauto/mtasa-php-sdk/compare/1.0.1...HEAD
47
+ [ Unreleased ] : https://github.com/multitheftauto/mtasa-php-sdk/compare/1.0.2...HEAD
48
+ [ 1.0.2 ] : https://github.com/multitheftauto/mtasa-php-sdk/compare/1.0.1...1.0.2
44
49
[ 1.0.1 ] : https://github.com/multitheftauto/mtasa-php-sdk/compare/1.0.0...1.0.1
45
50
[ 1.0.0 ] : https://github.com/multitheftauto/mtasa-php-sdk/compare/v0.4.0...1.0.0
46
51
[ 0.4.0 ] : https://github.com/multitheftauto/mtasa-php-sdk/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " multitheftauto/mtasa-php-sdk" ,
3
3
"description" : " MTA SDK to interact with MTA's server." ,
4
- "version" : " 1.0.1 " ,
4
+ "version" : " 1.0.2 " ,
5
5
"type" : " library" ,
6
6
"license" : " MIT" ,
7
7
"minimum-stability" : " stable" ,
You can’t perform that action at this time.
0 commit comments