Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
Bump up to v1.2.0 following API deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
j0j00 committed Oct 6, 2019
1 parent 8f677f6 commit 1081472
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# flutter_user_agent version history

## 1.2.0

* iOS deprecation API change.

> ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.
- Remove references to `UIWebView` as it's deprecated and currently stops app submissions to the App Store - [#3](https://github.com/j0j00/flutter_user_agent/issues/3) (thanks [@rodruiz](https://github.com/rodruiz)!)

- The plugin will only work on iOS 8 and up.

## 1.1.0

* iOS API change for compatibility purposes.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'io.jojodev.flutter.flutteruseragent'
version '1.1.0-SNAPSHOT'
version '1.2.0-SNAPSHOT'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_user_agent.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'flutter_user_agent'
s.version = '1.1.0'
s.version = '1.2.0'
s.summary = 'Retrieve user-agent properties.'
s.description = <<-DESC
Retrieve user-agent properties
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_user_agent
description: Retrieve device and webview user agent strings for Android and iOS devices.

It also provides you with simple building blocks for generating your own user agent string.
version: 1.1.0
version: 1.2.0
author: j0j00 <jojodev@protonmail.com>
homepage: https://github.com/j0j00/flutter_user_agent

Expand Down

0 comments on commit 1081472

Please sign in to comment.