File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### Version: 3.8.2
2
+ #### Date: Mar-05-2021
3
+
4
+ ##### Bug Fix:
5
+ - X User agent update for API calls
6
+
1
7
### Version: 3.8.1
2
8
#### Date: Jan-22-2021
3
9
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Contentstack'
3
- s . version = '3.8.1 '
3
+ s . version = '3.8.2 '
4
4
s . summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.'
5
5
6
6
s . description = <<-DESC
@@ -12,7 +12,7 @@ s.homepage = 'https://www.contentstack.com/'
12
12
s . license = { :type => 'Commercial' , :text => 'See https://www.contentstack.com/' }
13
13
s . author = { 'Contentstack' => 'support@contentstack.io' }
14
14
15
- s . source = { :git => 'https://github.com/contentstack/contentstack-ios.git' , :tag => 'v3.8.1 ' }
15
+ s . source = { :git => 'https://github.com/contentstack/contentstack-ios.git' , :tag => 'v3.8.2 ' }
16
16
s . social_media_url = 'https://twitter.com/Contentstack'
17
17
18
18
s . ios . deployment_target = '8.0'
Original file line number Diff line number Diff line change 15
15
#import " NSObject+Extensions.h"
16
16
#import " CSURLSessionManager.h"
17
17
18
- NSString *const sdkVersion = @" 3.8.1 " ;
18
+ NSString *const sdkVersion = @" 3.8.2 " ;
19
19
20
20
@interface CSIOCoreHTTPNetworking (){
21
21
id networkChangeObserver;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ target="iphoneos";
25
25
/usr/local/bin/appledoc \
26
26
--project-name " Contentstack" \
27
27
--project-company " Contentstack.com" \
28
- --project-version " 3.8.1 " \
28
+ --project-version " 3.8.2 " \
29
29
--company-id " ${companyID} " \
30
30
--docset-bundle-id " ${companyID} .${companyForFeed} " \
31
31
--docset-bundle-name " ${companyForFeed} " \
You can’t perform that action at this time.
0 commit comments