Upgrade to 3.9.8

pull/651/head
X Code 3 years ago
parent 466ff25582
commit bd80406bf9
  1. 3
      CHANGELOG.md
  2. 2
      lib/src/translations/toolbar.i18n.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [3.9.8]
* Added Urdu translation.
# [3.9.7]
* Fix for clicking on the Link button without any text on a new line crashes.

@ -308,7 +308,7 @@ extension Localization on String {
'Width': 'Width',
'Height': 'Height',
},
'ur': {
'ur': {
'Paste a link': 'لنک پیسٹ کریں',
'Ok': 'ٹھیک ہے',
'Select Color': 'رنگ منتخب کریں',

@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 3.9.7
version: 3.9.8
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill

Loading…
Cancel
Save