Skip to content

Commit 35b845e

Browse files
🎨 Update read-me
1 parent 371e157 commit 35b845e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Questions | Answers
22
| ------------- | -------------------------------------------------------
3-
| **Issue** | https://mundipagg.atlassian.net/browse/CONECT-{ISSUE-NUMBER}
3+
| **Issue** | https://mundipagg.atlassian.net/browse/MC-{ISSUE-NUMBER}
44
| **What?** | Describe in an objective way what has been done.
55
| **Why?** | Why do you need this implementation/fix?
66
| **How?** | How did you solve the problem? What are the main flows? Any technical information regarding infrastructure or architecture?

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Add the following lines into your composer.json
2323
```
2424
{
2525
"require": {
26-
"mundipagg/mundipagg-magento2-module":"^1.2"
26+
"mundipagg/mundipagg-magento2-module":"2.*"
2727
}
2828
}
2929
```
3030

3131
or simply digit
3232
```
33-
composer require mundipagg/mundipagg-magento2-module
33+
composer require 'mundipagg/mundipagg-magento2-module:2.*'
3434
```
3535

3636
Then type the following commands from your Magento root:
@@ -41,8 +41,7 @@ composer update
4141
./bin/magento setup:di:compile
4242
```
4343

44-
45-
## Migrating to 2.x.x-beta
44+
## Upgrading to 2.x from 1.x and 2.x.x-beta
4645

4746
**Steps**
4847

@@ -52,8 +51,8 @@ If you have an old module's version
5251
As a precaution, clear the composer cache:
5352
`composer clearcache`
5453

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`
5756

5857
Then run the following commands from your Magento root:
5958

0 commit comments

Comments
 (0)