File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,19 @@ All notable changes to this project will be documented in this file.
33Adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55---
6- ## 2.0.9 (TBD)
6+ ## 2.0.10 (TBD)
7+
8+ ## 2.0.9 (https://github.com/ngageoint/mage-ios/releases/tag/2.0.9)
9+
10+ ##### Release Notes
11+
12+ ##### Features
13+ * Add custom default values to event forms.
14+ * From the settings menu you can now select from your most recent events.
15+ * Customize the size and quality of photo and video uploads.
16+
17+ ##### Bug Fixes
18+ * Fixed a bug that could cause a crash when being notified of an observation.
719
820## 2.0.8 (https://github.com/ngageoint/mage-ios/releases/tag/2.0.8)
921
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ target 'MAGE' do
1111 pod 'UIImage-Categories' , '~> 0.0.1'
1212 pod 'HexColors' , '~> 2.2.1'
1313 pod 'GoogleSignIn'
14- # pod 'mage-ios-sdk', :git => 'https://github.com/ngageoint/mage-ios-sdk.git', :tag=> '3.0.0 '
14+ pod 'mage-ios-sdk' , :git => 'https://github.com/ngageoint/mage-ios-sdk.git' , :tag => '3.0.1 '
1515 #pod 'mage-ios-sdk', :git => 'https://github.com/ngageoint/mage-ios-sdk.git', :branch=> 'develop'
16- pod 'mage-ios-sdk' , :path => '../mage-ios-sdk'
16+ # pod 'mage-ios-sdk', :path => '../mage-ios-sdk'
1717 pod 'mgrs' , '~>0.1.0'
1818 pod 'libPhoneNumber-iOS' , '~> 0.8'
1919 pod 'tuneup_js'
You can’t perform that action at this time.
0 commit comments