File tree Expand file tree Collapse file tree 6 files changed +14
-4
lines changed Expand file tree Collapse file tree 6 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1+ ### Version: 3.7.0
2+ #### Date: Nov-15-2019
3+
4+ ##### Update API:
5+ - Stack
6+ - update function 'getContentType:'
7+ - ContentType
8+ - update function 'fetch:'
19
210### Version: 3.6.4
311#### Date: Oct-25-2019
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22s . name = 'Contentstack'
3- s . version = '3.6.4 '
3+ s . version = '3.7.0 '
44s . summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.'
55
66s . description = <<-DESC
@@ -12,7 +12,7 @@ s.homepage = 'https://www.contentstack.com/'
1212s . license = { :type => 'Commercial' , :text => 'See https://www.contentstack.com/' }
1313s . author = { 'Contentstack' => 'support@contentstack.io' }
1414
15- s . source = { :git => 'https://github.com/contentstack/contentstack-ios.git' , :tag => 'v3.6.4 ' }
15+ s . source = { :git => 'https://github.com/contentstack/contentstack-ios.git' , :tag => 'v3.7.0 ' }
1616s . social_media_url = 'https://twitter.com/Contentstack'
1717
1818s . ios . deployment_target = '8.0'
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ FOUNDATION_EXPORT NSString *const kCSIO_DontSelect;
5454FOUNDATION_EXPORT NSString *const kCSIO_Regex ;
5555FOUNDATION_EXPORT NSString *const kCSIO_Options ;
5656FOUNDATION_EXPORT NSString *const kCSIO_IncludeSchema ;
57+ FOUNDATION_EXPORT NSString *const kCSIO_IncludeGlobalFields ;
5758FOUNDATION_EXPORT NSString *const kCSIO_IncludeContentType ;
5859FOUNDATION_EXPORT NSString *const kCSIO_IncludeRefContentTypeUID ;
5960FOUNDATION_EXPORT NSString *const kCSIO_IncludeCount ;
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ @implementation CSIOConstants
5959// include
6060NSString *const kCSIO_IncludeSchema = @" include_schema" ;
6161NSString *const kCSIO_IncludeContentType = @" include_content_type" ;
62+ NSString *const kCSIO_IncludeGlobalFields = @" include_global_field_schema" ;
6263NSString *const kCSIO_IncludeRefContentTypeUID = @" include_reference_content_type_uid" ;
6364NSString *const kCSIO_IncludeCount = @" include_count" ;
6465NSString *const kCSIO_IncludeUnpublished = @" include_unpublished" ;
Original file line number Diff line number Diff line change 1515#import " NSObject+Extensions.h"
1616#import " CSURLSessionManager.h"
1717
18- NSString *const sdkVersion = @" 3.6.4 " ;
18+ NSString *const sdkVersion = @" 3.7.0 " ;
1919
2020@interface CSIOCoreHTTPNetworking (){
2121 id networkChangeObserver;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ target="iphoneos";
2525/usr/local/bin/appledoc \
2626--project-name " Contentstack" \
2727--project-company " Contentstack.com" \
28- --project-version " 3.6.4 " \
28+ --project-version " 3.7.0 " \
2929--company-id " ${companyID} " \
3030--docset-bundle-id " ${companyID} .${companyForFeed} " \
3131--docset-bundle-name " ${companyForFeed} " \
You can’t perform that action at this time.
0 commit comments