Skip to content

Commit 5ce2308

Browse files
committed
Version: 3.3.0
Date: Dec-15-2017 New Features: *Entry - added method ‘addParamKey:andValue:’ *Query - added method 'addParamKey:andValue:' *Asset - added method ‘addParamKey:andValue:’
1 parent f9cb7d3 commit 5ce2308

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ContentStackIO_Internal/CSIOCoreHTTPNetworking.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#import "CSIOURLCache.h"
1616
#import "NSObject+Extensions.h"
1717

18-
NSString *const sdkVersion = @"3.2.0";
18+
NSString *const sdkVersion = @"3.3.0";
1919

2020
@interface CSIOCoreHTTPNetworking (){
2121
id networkChangeObserver;
@@ -220,6 +220,7 @@ - (AFHTTPRequestOperation*)requestForStack:(Stack*)stack
220220
[request setCachePolicy:NSURLRequestReloadIgnoringLocalCacheData];
221221
break;
222222
}
223+
NSLog(@"%@",request.URL.absoluteString);
223224
// Initiate request
224225
AFHTTPRequestOperation *op = [self.httpRequestOperationManager HTTPRequestOperationWithRequest:request success:^(AFHTTPRequestOperation *operation, id responseObject) {
225226
if (cachePolicy != NETWORK_ONLY) {

Docs/DocGenerationScript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ target="iphoneos";
2525
/usr/local/bin/appledoc \
2626
--project-name "Built.io Contentstack" \
2727
--project-company "Built.io" \
28-
--project-version "3.2.0" \
28+
--project-version "3.3.0" \
2929
--company-id "${companyID}" \
3030
--docset-bundle-id "${companyID}.${companyForFeed}" \
3131
--docset-bundle-name "${companyForFeed}" \

0 commit comments

Comments
 (0)