File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
| Questions | Answers
2
2
| ------------- | -------------------------------------------------------
3
- | ** Issue** | https://mundipagg.atlassian.net/browse/CONECT -{ISSUE-NUMBER}
3
+ | ** Issue** | https://mundipagg.atlassian.net/browse/MC -{ISSUE-NUMBER}
4
4
| ** What?** | Describe in an objective way what has been done.
5
5
| ** Why?** | Why do you need this implementation/fix?
6
6
| ** How?** | How did you solve the problem? What are the main flows? Any technical information regarding infrastructure or architecture?
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ Add the following lines into your composer.json
23
23
```
24
24
{
25
25
"require": {
26
- "mundipagg/mundipagg-magento2-module":"^1.2 "
26
+ "mundipagg/mundipagg-magento2-module":"2.* "
27
27
}
28
28
}
29
29
```
30
30
31
31
or simply digit
32
32
```
33
- composer require mundipagg/mundipagg-magento2-module
33
+ composer require ' mundipagg/mundipagg-magento2-module:2.*'
34
34
```
35
35
36
36
Then type the following commands from your Magento root:
@@ -41,8 +41,7 @@ composer update
41
41
./bin/magento setup:di:compile
42
42
```
43
43
44
-
45
- ## Migrating to 2.x.x-beta
44
+ ## Upgrading to 2.x from 1.x and 2.x.x-beta
46
45
47
46
** Steps**
48
47
@@ -52,8 +51,8 @@ If you have an old module's version
52
51
As a precaution, clear the composer cache:
53
52
` composer clearcache `
54
53
55
- Install the beta version:
56
- ` composer require 'mundipagg/mundipagg-magento2-module:2.*@beta ' -vvv `
54
+ Install the version:
55
+ ` composer require 'mundipagg/mundipagg-magento2-module:2.*' -vvv `
57
56
58
57
Then run the following commands from your Magento root:
59
58
You can’t perform that action at this time.
0 commit comments