Skip to content

Commit e1b995c

Browse files
committed
Bump to v3.5.0, update CHANGELOG
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
1 parent 685e14a commit e1b995c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,15 @@
151151
## 3.4.2
152152

153153
* Fix polling error on Mifare tags (#126, #128, #129, #133)
154+
155+
## 3.5.0
156+
157+
* Some FeliCa improvements by @shiwano:
158+
* Fix missing `id` field in FeliCa card reading on iOS (#140)
159+
* Set the IDm to the `id` and the PMm to the `manufacturer` on iOS (#140)
160+
* Add `iosRestartPolling` method by @rostopira (#151)
161+
* Fix type assertion in `authenticateSector` (fix #148)
162+
* Refine exception handling in Android plugin (fix #91 and #149)
163+
* Bump multiple dependencies:
164+
* Android plugin / example app: Java 17, AGP 7.4.2, Kotlin 1.9.23, minSdkVersion 26 (fix #127, #144)
165+
* `js` library: 0.7.1

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packages:
9292
path: ".."
9393
relative: true
9494
source: path
95-
version: "3.4.2"
95+
version: "3.5.0"
9696
flutter_test:
9797
dependency: "direct dev"
9898
description: flutter

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_nfc_kit
22
description: Provide NFC functionality on Android, iOS & Web, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards
3-
version: 3.4.2
3+
version: 3.5.0
44
homepage: "https://github.com/nfcim/flutter_nfc_kit"
55

66
environment:

0 commit comments

Comments
 (0)