File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Check out our [Wiki] (https://github.com/soomla/ios-store/wiki) for more informa
27
27
28
28
#### Pre baked libraries:
29
29
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)
31
31
32
32
#### From sources:
33
33
- Clone this repository recursively: `git clone --recursive https://github.com/soomla/ios-store.git`
Original file line number Diff line number Diff line change 34
34
35
35
#import " SoomlaVerification.h"
36
36
37
- #define SOOMLA_STORE_VERSION @" 3.6.21 "
37
+ #define SOOMLA_STORE_VERSION @" 3.6.22 "
38
38
39
39
@interface SoomlaStore (){
40
40
NSMutableArray * verifications;
Original file line number Diff line number Diff line change
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
+
1
6
### v3.6.21 [ view commit logs] ( https://github.com/soomla/ios-store/compare/v3.6.20...v3.6.21 )
2
7
3
8
* Changes
4
9
* Changed price of MarketItem to have only 2 decimal digits
5
10
6
11
### v3.6.20 [ view commit logs] ( https://github.com/soomla/ios-store/compare/v3.6.19...v3.6.20 )
7
12
13
+ * Fixes
14
+ * Change type of ` marketPriceMicros ` variable to avoid type overflow
15
+
8
16
* Changes
9
- * Added ` isRestoring ` flag for purchase events
17
+ * Change verification URL
10
18
11
19
### v3.6.19 [ view commit logs] ( https://github.com/soomla/ios-store/compare/v3.6.18...v3.6.19 )
12
20
You can’t perform that action at this time.
0 commit comments