File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 11.16.5]
10
+ ### Changed
11
+ - Re-enable the opt-in modal (2df1eb566b)
12
+
9
13
## [ 11.16.4]
14
+ ### Changed
15
+ - Temporarily disable the opt-in modal ([ #25007 ] ( https://github.com/MetaMask/metamask-extension/pull/25007 ) )
10
16
11
17
## [ 11.16.3]
12
18
### Changed
13
- - Update Trezor logo ([ #24343 ] https://github.com/MetaMask/metamask-extension/pull/24343 )
19
+ - Update Trezor logo ([ #24343 ] ( https://github.com/MetaMask/metamask-extension/pull/24343 ) )
14
20
15
21
## [ 11.16.2]
16
22
### Fixed
@@ -4762,7 +4768,8 @@ Update styles and spacing on the critical error page ([#20350](https://github.c
4762
4768
- Added the ability to restore accounts from seed words.
4763
4769
4764
4770
4765
- [ Unreleased ] : https://github.com/MetaMask/metamask-extension/compare/v11.16.4...HEAD
4771
+ [ Unreleased ] : https://github.com/MetaMask/metamask-extension/compare/v11.16.5...HEAD
4772
+ [ 11.16.5 ] : https://github.com/MetaMask/metamask-extension/compare/v11.16.4...v11.16.5
4766
4773
[ 11.16.4 ] : https://github.com/MetaMask/metamask-extension/compare/v11.16.3...v11.16.4
4767
4774
[ 11.16.3 ] : https://github.com/MetaMask/metamask-extension/compare/v11.16.2...v11.16.3
4768
4775
[ 11.16.2 ] : https://github.com/MetaMask/metamask-extension/compare/v11.16.1...v11.16.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " metamask-crx" ,
3
- "version" : " 11.16.4 " ,
3
+ "version" : " 11.16.5 " ,
4
4
"private" : true ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -841,7 +841,7 @@ export default class Home extends PureComponent {
841
841
! newNetworkAddedConfigurationId ;
842
842
843
843
const showSmartTransactionsOptInModal =
844
- false && canSeeModals && isSmartTransactionsOptInModalAvailable ;
844
+ canSeeModals && isSmartTransactionsOptInModalAvailable ;
845
845
846
846
const showWhatsNew =
847
847
canSeeModals &&
You can’t perform that action at this time.
0 commit comments