Skip to content

Commit 3079122

Browse files
author
Bukatar, Anna
committed
Merge branch '2.0' of https://github.com/magento-sparta/magento2ce into MDVA-158
2 parents 3012bb2 + 9d8b7a6 commit 3079122

File tree

21 files changed

+160
-121
lines changed

21 files changed

+160
-121
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2.0.7
2+
=============
3+
* GitHub requests:
4+
* [#2984](https://github.com/magento/magento2/issues/2984) -- Payment config settings not decrypted when used?
5+
6+
2.0.6
7+
=============
8+
* Functional fixes:
9+
* Fixed issue with Redis sessions.
10+
* Fixed issue with Varnish cache on GoDaddy.
11+
12+
* Security fixes:
13+
* This release contains several security fixes. We describe each issue in detail in the Magento Security Center (https://www.magento.com/security).
14+
15+
* Enhancements:
16+
* Management of file ownership and permissions have been made more flexible.
17+
* Support for using the Redis adapter to provide session storage.
18+
119
2.0.5
220
=============
321
* Fixed bugs:

app/code/Magento/Authorizenet/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"magento/framework": "100.0.*"
1414
},
1515
"type": "magento2-module",
16-
"version": "100.0.5",
16+
"version": "100.0.6",
1717
"license": [
1818
"proprietary"
1919
],

app/code/Magento/Backend/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"magento/framework": "100.0.*"
2222
},
2323
"type": "magento2-module",
24-
"version": "100.0.6",
24+
"version": "100.0.7",
2525
"license": [
2626
"OSL-3.0",
2727
"AFL-3.0"

app/code/Magento/Backup/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"magento/framework": "100.0.*"
1010
},
1111
"type": "magento2-module",
12-
"version": "100.0.5",
12+
"version": "100.0.6",
1313
"license": [
1414
"OSL-3.0",
1515
"AFL-3.0"

app/code/Magento/Braintree/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"magento/module-checkout-agreements": "100.0.*"
2323
},
2424
"type": "magento2-module",
25-
"version": "100.0.5",
25+
"version": "100.0.6",
2626
"license": [
2727
"proprietary"
2828
],

app/code/Magento/Captcha/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"magento/framework": "100.0.*"
1111
},
1212
"type": "magento2-module",
13-
"version": "100.0.6",
13+
"version": "100.0.7",
1414
"license": [
1515
"OSL-3.0",
1616
"AFL-3.0"

app/code/Magento/Catalog/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"magento/module-catalog-sample-data": "Sample Data version:100.0.*"
3535
},
3636
"type": "magento2-module",
37-
"version": "100.0.6",
37+
"version": "100.0.7",
3838
"license": [
3939
"OSL-3.0",
4040
"AFL-3.0"

app/code/Magento/Deploy/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"magento/module-require-js": "100.0.*"
1010
},
1111
"type": "magento2-module",
12-
"version": "100.0.5",
12+
"version": "100.0.6",
1313
"license": [
1414
"OSL-3.0",
1515
"AFL-3.0"

app/code/Magento/Integration/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"magento/module-authorization": "100.0.*"
1212
},
1313
"type": "magento2-module",
14-
"version": "100.0.5",
14+
"version": "100.0.6",
1515
"license": [
1616
"OSL-3.0",
1717
"AFL-3.0"

app/code/Magento/OfflinePayments/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"magento/framework": "100.0.*"
99
},
1010
"type": "magento2-module",
11-
"version": "100.0.5",
11+
"version": "100.0.6",
1212
"license": [
1313
"OSL-3.0",
1414
"AFL-3.0"

0 commit comments

Comments
 (0)