File tree Expand file tree Collapse file tree 6 files changed +8
-4
lines changed
Expand file tree Collapse file tree 6 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ stage("Tests") {
4949 node(' excel-init-ee' ) {
5050 container(" php" ) {
5151 checkout([$class : ' GitSCM' ,
52- branches : [[name : " 2.1 " ]],
52+ branches : [[name : " 2.2 " ]],
5353 userRemoteConfigs : [[credentialsId : ' github-credentials' , url : ' https://github.com/akeneo/pim-enterprise-standard.git' ]]
5454 ])
5555
Original file line number Diff line number Diff line change 1+ # 2.1.0
2+ ## Improvements
3+ - Migration to Akeneo PIM 2.2. Changes in ` user ` tab headers.
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ Be carefull to use the new `init.xlsx` file of this bundle as there are some str
1515
1616| ExcelInitBundle | Akeneo PIM Community Edition |
1717| :---------------:| :----------------------------:|
18- | v2.0.* | v2.* |
18+ | v2.1.* | v2.2 |
19+ | v2.0.* | v2.0 - v2.1 |
1920| v1.2.* | v1.7.* |
2021| v1.1.* | v1.6.* |
2122| v1.0.* | v1.6.* |
@@ -25,7 +26,7 @@ Be carefull to use the new `init.xlsx` file of this bundle as there are some str
2526From your application root:
2627
2728``` bash
28- php composer.phar require --prefer-dist akeneo/excel-init-bundle:2.0. *
29+ php composer.phar require --prefer-dist akeneo/excel-init-bundle:2.1
2930```
3031
3132Enable the bundle in the ` app/AppKernel.php ` file in the ` registerProjectBundles() ` method:
Original file line number Diff line number Diff line change 1818 }
1919 ],
2020 "require" : {
21- "akeneo/pim-community-dev" : " 2.* "
21+ "akeneo/pim-community-dev" : " ^2.2 "
2222 },
2323 "require-dev" : {
2424 "phpspec/phpspec" : " @stable" ,
You can’t perform that action at this time.
0 commit comments