Skip to content

Commit abec900

Browse files
authored
Merge pull request #8 from contentstack/snippet
Global fields
2 parents 125e592 + d7004b8 commit abec900

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

CHANGELOG.md

100755100644
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

Contentstack.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Contentstack'
3-
s.version = '3.6.4'
3+
s.version = '3.7.0'
44
s.summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.'
55

66
s.description = <<-DESC
@@ -12,7 +12,7 @@ s.homepage = 'https://www.contentstack.com/'
1212
s.license = { :type => 'Commercial',:text => 'See https://www.contentstack.com/'}
1313
s.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' }
1616
s.social_media_url = 'https://twitter.com/Contentstack'
1717

1818
s.ios.deployment_target = '8.0'

ContentstackInternal/CSIOConstants.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ FOUNDATION_EXPORT NSString *const kCSIO_DontSelect;
5454
FOUNDATION_EXPORT NSString *const kCSIO_Regex;
5555
FOUNDATION_EXPORT NSString *const kCSIO_Options;
5656
FOUNDATION_EXPORT NSString *const kCSIO_IncludeSchema;
57+
FOUNDATION_EXPORT NSString *const kCSIO_IncludeGlobalFields;
5758
FOUNDATION_EXPORT NSString *const kCSIO_IncludeContentType;
5859
FOUNDATION_EXPORT NSString *const kCSIO_IncludeRefContentTypeUID;
5960
FOUNDATION_EXPORT NSString *const kCSIO_IncludeCount;

ContentstackInternal/CSIOConstants.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ @implementation CSIOConstants
5959
//include
6060
NSString *const kCSIO_IncludeSchema = @"include_schema";
6161
NSString *const kCSIO_IncludeContentType = @"include_content_type";
62+
NSString *const kCSIO_IncludeGlobalFields = @"include_global_field_schema";
6263
NSString *const kCSIO_IncludeRefContentTypeUID = @"include_reference_content_type_uid";
6364
NSString *const kCSIO_IncludeCount = @"include_count";
6465
NSString *const kCSIO_IncludeUnpublished = @"include_unpublished";

ContentstackInternal/CSIOCoreHTTPNetworking.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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;

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 "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}" \

0 commit comments

Comments
 (0)