Skip to content

Commit

Permalink
Release 1.7.5 (#78)
Browse files Browse the repository at this point in the history
* 1.7.5

* 1.7.5

* 1.7.5

* 1.7.5

* 1.7.5

---------

Co-authored-by: Christopher Brown <christopher.brown@microblink.com>
  • Loading branch information
pequots34 and Christopher Brown committed Mar 19, 2024
1 parent 8d89728 commit 8143abe
Show file tree
Hide file tree
Showing 825 changed files with 2,416 additions and 2,388 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ To add sdk to your android project please follow these steps:

```groovy
dependencies {
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.4"))
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.5"))
implementation("com.microblink.blinkreceipt:blinkreceipt-core")
implementation("com.microblink.blinkreceipt:blinkreceipt-recognizer")
Expand Down
4 changes: 4 additions & 0 deletions blinkreceipt-account-linking/RELEASE_NOTES.md
Expand Up @@ -233,3 +233,7 @@

## 1.3.2
- Stability fixes and improvements

## 1.3.3
- Integrate Account Linking 2.11.0. https://github.com/BlinkReceipt/br_account_linking/blob/master/CHANGELOG.md
- Stability fixes and improvements
2 changes: 1 addition & 1 deletion blinkreceipt-barcode/README.md
Expand Up @@ -23,7 +23,7 @@ To add the sdk to your android project please follow these steps:

```groovy
dependencies {
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.4"))
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.5"))
implementation("com.microblink.blinkreceipt:blinkreceipt-barcode")
}
Expand Down
3 changes: 3 additions & 0 deletions blinkreceipt-barcode/RELEASE_NOTES.md
Expand Up @@ -213,3 +213,6 @@

## 1.4.5
- Stability fixes and improvements

## 1.4.6
- Stability fixes and improvements
2 changes: 1 addition & 1 deletion blinkreceipt-camera-ui/README.md
Expand Up @@ -28,7 +28,7 @@ To add the sdk to your android project please follow these steps:

```groovy
dependencies {
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.4"))
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.5"))
implementation("com.microblink.blinkreceipt:blinkreceipt-camera-ui")
}
Expand Down
3 changes: 3 additions & 0 deletions blinkreceipt-camera-ui/RELEASE_NOTES.md
Expand Up @@ -80,3 +80,6 @@

## 1.1.9
- Stability fixes and improvements

## 1.2.0
- Stability fixes and improvements
3 changes: 3 additions & 0 deletions blinkreceipt-camera/RELEASE_NOTES.md
Expand Up @@ -192,3 +192,6 @@

## 1.4.5
- Stability fixes and improvements

## 1.4.6
- Stability fixes and improvements
2 changes: 1 addition & 1 deletion blinkreceipt-core/README.md
Expand Up @@ -21,7 +21,7 @@ To add the sdk to your android project please follow these steps:

```groovy
dependencies {
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.4"))
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.5"))
implementation("com.microblink.blinkreceipt:blinkreceipt-core")
}
Expand Down
3 changes: 3 additions & 0 deletions blinkreceipt-core/RELEASE_NOTES.md
Expand Up @@ -242,3 +242,6 @@

## 1.4.5
- Stability fixes and improvements

## 1.4.6
- Stability fixes and improvements
4 changes: 2 additions & 2 deletions blinkreceipt-demo/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Wed Dec 06 18:59:21 EST 2023
#Sun Mar 17 18:38:57 EDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 3 additions & 3 deletions blinkreceipt-demo/versions.gradle
Expand Up @@ -26,16 +26,16 @@ buildscript {
'kotlin' : '1.9.21',
'easyPermissions' : '3.0.0',
'junit' : '4.13.2',
"agp" : '8.2.2',
"agp" : '8.3.1',
'testRunner' : '1.4.0',
'espresso' : '3.5.1',
'bom' : '1.7.4',
'bom' : '1.7.5',
'tasks' : '18.0.2',
'logcat' : '0.1',
'msal' : '4.10.0',
'telemetry' : '1.18.0',
'versionMajor' : 1,
'versionMinor' : 7,
'versionPatch' : 4
'versionPatch' : 5
]
}
2 changes: 1 addition & 1 deletion blinkreceipt-digital/README.md
Expand Up @@ -123,7 +123,7 @@ To add the sdk to your android project please follow these steps:

```groovy
dependencies {
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.4"))
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.5"))

implementation("com.microblink.blinkreceipt:blinkreceipt-digital")
implementation("com.microblink.blinkreceipt:blinkreceipt-recognizer")
Expand Down
5 changes: 4 additions & 1 deletion blinkreceipt-digital/RELEASE_NOTES.md
Expand Up @@ -281,4 +281,7 @@
- Stability fixes and improvements

## 1.4.3
- Stability fixes and improvements
- Stability fixes and improvements

## 1.4.4
- Stability fixes and improvements
2 changes: 1 addition & 1 deletion blinkreceipt-earnings/README.md
Expand Up @@ -24,7 +24,7 @@ To add the sdk to your android project please follow these steps:

```groovy
dependencies {
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.4"))
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.5"))
implementation("com.microblink.blinkreceipt:blinkreceipt-earnings")
}
Expand Down
3 changes: 3 additions & 0 deletions blinkreceipt-earnings/RELEASE_NOTES.md
Expand Up @@ -215,3 +215,6 @@

## 1.4.5
- Stability fixes and improvements

## 1.4.6
- Stability fixes and improvements
2 changes: 1 addition & 1 deletion blinkreceipt-recognizer/README.md
Expand Up @@ -40,7 +40,7 @@ To add the sdk to your android project please follow these steps:

```groovy
dependencies {
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.4"))
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.5"))
implementation("com.microblink.blinkreceipt:blinkreceipt-recognizer")
}
Expand Down
29 changes: 16 additions & 13 deletions blinkreceipt-recognizer/RELEASE_NOTES.md
Expand Up @@ -533,31 +533,34 @@ Blink Receipt Recognizer
- Stability fixes and improvements

## 1.7.1
- add cashback property detected on the receipt, if any
- Fuel product detection improvements in US, UK
- Discount detection improvements in FR, UK
- Sales Tax detection improvements for US
- add cashback property detected on the receipt, if any
- Fuel product detection improvements in US, UK
- Discount detection improvements in FR, UK
- Sales Tax detection improvements for US
- Product QTY improvements for US
- Stability fixes and improvements

## 1.7.2
- Merchant detection improvements in DE, ZA
- Total extraction improvements for M&S in the UK
- Improved support for extracting longTransactionId for Walmart, Costco, Target, Walgreens and Sam’s Club US receipts
- Gas product extraction improvements in the US
- Merchant detection improvements in DE, ZA
- Total extraction improvements for M&S in the UK
- Improved support for extracting longTransactionId for Walmart, Costco, Target, Walgreens and Sam’s Club US receipts
- Gas product extraction improvements in the US
- Overall extraction improvements

## 1.7.3
- Fix issue with duplication detection results by saving long transaction id
- Improvements to loyaltyProgram detection
- Product QTY improvements for Albertsons banners in the US
- Fix issue with duplication detection results by saving long transaction id
- Improvements to loyaltyProgram detection
- Product QTY improvements for Albertsons banners in the US
- Merchant detection improvements in US, UK and DE
- loyalty member number detected on the receipt, if any
- Stability fixes and improvements

## 1.7.4
- Physical Receipts
- Product QTY improvements in the US
- Physical Receipts
- Product QTY improvements in the US
- Improvements to tip extraction
- Stability fixes and improvements

## 1.7.5
- Overall extraction improvements in the UK (1.4.0)
- Stability fixes and improvements
2 changes: 1 addition & 1 deletion blinkreceipt-surveys/README.md
Expand Up @@ -25,7 +25,7 @@ To add the sdk to your android project please follow these steps:

```groovy
dependencies {
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.4"))
implementation(platform("com.microblink.blinkreceipt:blinkreceipt-bom:1.7.5"))
implementation("com.microblink.blinkreceipt:blinkreceipt-surveys")
}
Expand Down
3 changes: 3 additions & 0 deletions blinkreceipt-surveys/RELEASE_NOTES.md
Expand Up @@ -178,3 +178,6 @@

## 1.3.3
- Stability fixes and improvements

## 1.3.4
- Stability fixes and improvements
2 changes: 1 addition & 1 deletion builtFromCommit.txt
@@ -1 +1 @@
Built from commit 658f35cdaaffcf505c57fa94c09398623c80d515
Built from commit 699e0116bdaa1c754df7934b7fcad431b5df5aa2
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>Account 1.3.2 API </title>
<title>Account 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>AccountLinkingClient 1.3.2 API </title>
<title>AccountLinkingClient 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>AccountLinkingCode 1.3.2 API </title>
<title>AccountLinkingCode 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>AccountLinkingCodes 1.3.2 API </title>
<title>AccountLinkingCodes 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>AccountLinkingException 1.3.2 API </title>
<title>AccountLinkingException 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>BlinkReceiptLinkingSdk 1.3.2 API </title>
<title>BlinkReceiptLinkingSdk 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>PasswordCredentials 1.3.2 API </title>
<title>PasswordCredentials 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>RetailerId 1.3.2 API </title>
<title>RetailerId 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>RetailerIds 1.3.2 API </title>
<title>RetailerIds 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>Atomics 1.3.2 API </title>
<title>Atomics 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>ContextsKt 1.3.2 API </title>
<title>ContextsKt 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>DeleteTrackWorker 1.3.2 API </title>
<title>DeleteTrackWorker 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>LogWorker 1.3.2 API </title>
<title>LogWorker 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>ProductIntelWorker 1.3.2 API </title>
<title>ProductIntelWorker 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>SecureKt 1.3.2 API </title>
<title>SecureKt 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>StoreDeleteWorker 1.3.2 API </title>
<title>StoreDeleteWorker 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>SummaryWorker 1.3.2 API </title>
<title>SummaryWorker 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>TrackingWorker 1.3.2 API </title>
<title>TrackingWorker 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/blinkreceipt-account-linking/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en"><head>
<title>blinkreceipt-account-linking 1.3.2 API </title>
<title>blinkreceipt-account-linking 1.3.3 API </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down Expand Up @@ -87,7 +87,7 @@
</header>
<main role="main">
<div class="header">
<h1 class="title">blinkreceipt-account-linking 1.3.2 API </h1>
<h1 class="title">blinkreceipt-account-linking 1.3.3 API </h1>
</div>
<div class="header">
<div class="subtitle">
Expand Down

0 comments on commit 8143abe

Please sign in to comment.