Skip to content

Commit 566fa8b

Browse files
committed
Prepared release of v3.6.22
1 parent 23d092c commit 566fa8b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Check out our [Wiki] (https://github.com/soomla/ios-store/wiki) for more informa
2727
2828
#### Pre baked libraries:
2929
30-
- [ios-store 3.6.21](http://library.soom.la/fetch/ios-store/3.6.21?cf=github)
30+
- [ios-store 3.6.22](http://library.soom.la/fetch/ios-store/3.6.22?cf=github)
3131
3232
#### From sources:
3333
- Clone this repository recursively: `git clone --recursive https://github.com/soomla/ios-store.git`

SoomlaiOSStore/SoomlaStore.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
#import "SoomlaVerification.h"
3636

37-
#define SOOMLA_STORE_VERSION @"3.6.21"
37+
#define SOOMLA_STORE_VERSION @"3.6.22"
3838

3939
@interface SoomlaStore (){
4040
NSMutableArray* verifications;

changelog.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1+
### v3.6.22 [view commit logs](https://github.com/soomla/ios-store/compare/v3.6.21...v3.6.22)
2+
3+
* Changes
4+
* Changed price of MarketItem to have only 2 decimal digits
5+
16
### v3.6.21 [view commit logs](https://github.com/soomla/ios-store/compare/v3.6.20...v3.6.21)
27

38
* Changes
49
* Changed price of MarketItem to have only 2 decimal digits
510

611
### v3.6.20 [view commit logs](https://github.com/soomla/ios-store/compare/v3.6.19...v3.6.20)
712

13+
* Fixes
14+
* Change type of `marketPriceMicros` variable to avoid type overflow
15+
816
* Changes
9-
* Added `isRestoring` flag for purchase events
17+
* Change verification URL
1018

1119
### v3.6.19 [view commit logs](https://github.com/soomla/ios-store/compare/v3.6.18...v3.6.19)
1220

0 commit comments

Comments
 (0)