Skip to content

Commit 00d7f2d

Browse files
committed
Bump version to 0.9.1
Fixed: – Translations wouldn't load in Chrome 72* --- Исправлено: — Переводы не загружались в Chrome 72 * chrome.extension.getURL return value changed: In Chrome 71, `chrome.extension.getURL( '_locales/{{lng}}/messages.json' )` would return "chrome-extension://EXTENSION_ID/_locales/{{lng}}/messages.json" In Chrome 72, it returns "chrome-extension://EXTENSION_ID/_locales/%7B%7Blng%7D%7D/messages.json" chrome.runtime.getURL( '_locales/{{lng}}/messages.json' ) behaves the same way in both: "chrome-extension://EXTENSION_ID/_locales/{{lng}}/messages.json" Since extension.getURL is deprecated, it's now replaced with runtime.getURL. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/extension/getURL https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/getURL
1 parent 82c497b commit 00d7f2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
, "default_locale" : "en_US"
66
, "name" : "__MSG_extensionName__"
77
, "description" : "__MSG_extensionDescription__"
8-
, "version" : "0.9.0"
9-
, "version_name" : "0.9.0 Lia"
8+
, "version" : "0.9.1"
109

1110
, "short_name" : "PoziTone"
1211
, "author" : "PoziWorld"

0 commit comments

Comments
 (0)