Skip to content

Commit b92b2c3

Browse files
committed
Version: 3.1.1
Date: Jun-24-2017 API deprecation: *Entry - removed property 'publishDetails' *Asset - removed property 'publishDetails:'
1 parent a1d0757 commit b92b2c3

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

ContentStackIO_Internal/CSIOConstants.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ FOUNDATION_EXPORT NSString *const kCSIO_EnvironmentUID;
6969
FOUNDATION_EXPORT NSString *const kCSIO_ContentTypeUID;
7070

7171
// Entry
72-
FOUNDATION_EXPORT NSString *const kCSIO_PublishDetails;
7372
FOUNDATION_EXPORT NSString *const kCSIO_EntryUID;
7473
FOUNDATION_EXPORT NSString *const kCSIO_Metadata;
7574
FOUNDATION_EXPORT NSString *const kCSIO_Entry;

ContentStackIO_Internal/CSIOConstants.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ @implementation CSIOConstants
7575
NSString *const kCSIO_ContentTypeUID = @"form_uid";
7676

7777
//Entry
78-
NSString *const kCSIO_PublishDetails = @"publish_details";
7978
NSString *const kCSIO_EntryUID = @"entry_uid";
8079
NSString *const kCSIO_Metadata = @"_metadata";
8180
NSString *const kCSIO_Entry = @"entry";

ContentStackIO_Internal/CSIOCoreHTTPNetworking.m

Lines changed: 1 addition & 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.0.0";
18+
NSString *const sdkVersion = @"3.1.1";
1919

2020
@interface CSIOCoreHTTPNetworking (){
2121
id networkChangeObserver;

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.0.0" \
28+
--project-version "3.1.1" \
2929
--company-id "${companyID}" \
3030
--docset-bundle-id "${companyID}.${companyForFeed}" \
3131
--docset-bundle-name "${companyForFeed}" \

0 commit comments

Comments
 (0)