diff --git a/README.md b/README.md index a579b82..79cdc0d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The Wikitude Plugin is under Apache 2.0 license (see below), where the Wikitude ``` - Copyright 2012-2020 Wikitude GmbH, http://www.wikitude.com + Copyright 2012-2019 Wikitude GmbH, http://www.wikitude.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/package.json b/package.json index 4d38c0d..56e7e0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.wikitude.phonegap.wikitudeplugin", - "version": "9.0.0", + "version": "9.1.0", "description": "Augmented Reality Wikitude SDK Plugin \n The Wikitude Cordova Plugin enables developers to embed an augmented reality view into their Cordova project. You can create a fully featured app with advanced augmented reality features, including image recognition, object recognition purely using HTML, CSS and JavaScript.\n ", "cordova": { "id": "", @@ -32,7 +32,7 @@ } ], "author": "Wikitude GmbH", - "license": "(c) 2016 - 2020 Wikitude GmbH - see License.md for details of the license", + "license": "(c) 2016 - 2019 Wikitude GmbH - see License.md for details of the license", "bugs": { "url": "https://github.com/Wikitude/wikitude-phonegap/issues" }, diff --git a/plugin.xml b/plugin.xml index 027ea05..0cff833 100755 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="9.1.0"> Augmented Reality - Wikitude SDK Plugin @@ -15,7 +15,7 @@ https://github.com/Wikitude/wikitude-phonegap.git - (c) 2016-2020 Wikitude GmbH - see License.md for details of the license + (c) 2016-2019 Wikitude GmbH - see License.md for details of the license diff --git a/src/android/wikitudesdk.aar b/src/android/wikitudesdk.aar index 907f0c1..74d9cc9 100644 Binary files a/src/android/wikitudesdk.aar and b/src/android/wikitudesdk.aar differ diff --git a/src/ios/WikitudeSDK.framework/Headers/WTArchitectView.h b/src/ios/WikitudeSDK.framework/Headers/WTArchitectView.h index 4b76dcb..5902e48 100755 --- a/src/ios/WikitudeSDK.framework/Headers/WTArchitectView.h +++ b/src/ios/WikitudeSDK.framework/Headers/WTArchitectView.h @@ -385,7 +385,7 @@ extern NSString * const kWTScreenshotImageKey; * This method can be called to force a layout of this view including all it's subviews. * In general this is not necessary as this view overrides layoutSubviews to handle view size changes automatically */ -- (void)shouldTransitionToSize:(CGSize)size withTransitionCoordinator:(id)transitionCoordinator; +- (void)shouldTransitionToSize:(CGSize)size withTransitionCoordinator:(id)transitionCoordinator WT_DEPRECATED_SINCE(9.1.0, "This class implements -layoutSubviews to handle layout changes automatically. Please use `-setNeedsLayout` instead."); /** * Use this method to set the auto rotation behavior for the WTArchitectview. diff --git a/src/ios/WikitudeSDK.framework/Info.plist b/src/ios/WikitudeSDK.framework/Info.plist index c5a7b25..f1bf8ea 100755 Binary files a/src/ios/WikitudeSDK.framework/Info.plist and b/src/ios/WikitudeSDK.framework/Info.plist differ diff --git a/src/ios/WikitudeSDK.framework/WikitudeSDK-arm64 b/src/ios/WikitudeSDK.framework/WikitudeSDK-arm64 index 26da7c9..68cca2e 100755 Binary files a/src/ios/WikitudeSDK.framework/WikitudeSDK-arm64 and b/src/ios/WikitudeSDK.framework/WikitudeSDK-arm64 differ diff --git a/src/ios/WikitudeSDK.framework/WikitudeSDK-x86_64 b/src/ios/WikitudeSDK.framework/WikitudeSDK-x86_64 index 14ff484..f05c0e3 100755 Binary files a/src/ios/WikitudeSDK.framework/WikitudeSDK-x86_64 and b/src/ios/WikitudeSDK.framework/WikitudeSDK-x86_64 differ