mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge remote-tracking branch 'origin/Version2.7.0' into FixChromeBuild
This commit is contained in:
commit
407d2e884b
@ -3,6 +3,8 @@
|
|||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
- Fix bug where web3 would sometimes not be injected in time for the application.
|
- Fix bug where web3 would sometimes not be injected in time for the application.
|
||||||
|
## 2.7.0 2016-07-21
|
||||||
|
|
||||||
- Added a Warning screen about storing ETH
|
- Added a Warning screen about storing ETH
|
||||||
- Add buy Button!
|
- Add buy Button!
|
||||||
- MetaMask now throws descriptive errors when apps try to use synchronous web3 methods.
|
- MetaMask now throws descriptive errors when apps try to use synchronous web3 methods.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_appName__",
|
"name": "__MSG_appName__",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "2.6.2",
|
"version": "2.7.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "__MSG_appDescription__",
|
"description": "__MSG_appDescription__",
|
||||||
"icons": {
|
"icons": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user