Skip to content

Commit

Permalink
Merge pull request #172 from BlinkID/feature/v2.18.2
Browse files Browse the repository at this point in the history
Feature/v2.18.2
  • Loading branch information
dgust6 authored Jun 13, 2018
2 parents 43d36f4 + aca50c4 commit 0d4120f
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.18.2

- Bugfixes
- fixed `UnitedArabEmiratesIDBackRecognizer`:
- enabled reading of UAE back side where MRZ starts with IR

## 2.18.1

- Bugfixes
Expand Down
Binary file modified MicroBlink.bundle/Info.plist
Binary file not shown.
Binary file modified MicroBlink.framework/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion MicroBlink.framework/MicroBlink
Git LFS file not shown
4 changes: 2 additions & 2 deletions PPBlinkID.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PPBlinkID"
s.version = "2.18.1"
s.version = "2.18.2"
s.summary = "A delightful component for barcode scanning"
s.homepage = "http://microblink.com"

Expand Down Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|

s.source = {
:git => 'https://github.com/BlinkID/blinkid-ios.git',
:tag => 'v2.18.1'
:tag => 'v2.18.2'
}

s.platform = :ios
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pod try PPBlinkID
platform :ios, '8.0'

target 'TargetName' do
pod 'PPBlinkID', '~> 2.18.1'
pod 'PPBlinkID', '~> 2.18.2'
end
```

Expand Down
6 changes: 6 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.18.2

- Bugfixes
- fixed `UnitedArabEmiratesIDBackRecognizer`:
- enabled reading of UAE back side where MRZ starts with IR

## 2.18.1

- Bugfixes
Expand Down
4 changes: 4 additions & 0 deletions Transition guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.18.2

- No changes

## 2.18.1

- No changes
Expand Down
2 changes: 1 addition & 1 deletion buildCommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Built from core repository commit ca7cc0608a052f8e7f853e15243053de2f64ff7a
Built from core repository commit 3cc0bbea3dc81b595a5b37f9a8b2a6e5aa8a0b8b

0 comments on commit 0d4120f

Please sign in to comment.