Skip to content

Commit cccaa56

Browse files
committed
3.0.1 changelog
1 parent a774a96 commit cccaa56

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33
Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
6+
## 3.0.1
7+
8+
##### Bug Fixes
9+
* copy and paste is back for form fields
10+
* iPad behaves more like the web
11+
612
## 3.0.0
713

814
##### Release Notes

MAGE.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3578,7 +3578,7 @@
35783578
GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
35793579
INFOPLIST_FILE = "Mage/MAGE-Info.plist";
35803580
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
3581-
MARKETING_VERSION = 3.0.0;
3581+
MARKETING_VERSION = 3.0.1;
35823582
OTHER_LDFLAGS = "$(inherited)";
35833583
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
35843584
PRODUCT_NAME = MAGE;
@@ -3612,7 +3612,7 @@
36123612
GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
36133613
INFOPLIST_FILE = "Mage/MAGE-Info.plist";
36143614
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
3615-
MARKETING_VERSION = 3.0.0;
3615+
MARKETING_VERSION = 3.0.1;
36163616
OTHER_LDFLAGS = "$(inherited)";
36173617
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
36183618
PRODUCT_NAME = MAGE;

Mage/MAGE-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
<string>Save photos/videos you take to the photo libarary so you can access them outside of MAGE.</string>
8484
<key>NSPhotoLibraryUsageDescription</key>
8585
<string>MAGE uses the photo library to save photos/videos as well as attach already captured photos/videos.</string>
86+
<key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
87+
<true/>
8688
<key>UIAppFonts</key>
8789
<array>
8890
<string>Roboto-Medium.ttf</string>
@@ -145,7 +147,5 @@
145147
</dict>
146148
</dict>
147149
</array>
148-
<key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
149-
<true/>
150150
</dict>
151151
</plist>

0 commit comments

Comments
 (0)