Skip to content

Commit aab8224

Browse files
mmetayerjmleroux
authored andcommitted
PIM 2.2 migration (#62)
1 parent bf40ea4 commit aab8224

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

.ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

CHANGELOG-2.1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 2.1.0
2+
## Improvements
3+
- Migration to Akeneo PIM 2.2. Changes in `user` tab headers.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2526
From 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

3132
Enable the bundle in the `app/AppKernel.php` file in the `registerProjectBundles()` method:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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",
71 Bytes
Binary file not shown.
-211 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)