Skip to content

Commit 22546fd

Browse files
authored
Merge pull request #5 from barbanet/master
Renamed package. Fixed PR definition. Moved to version 0.2.0.
2 parents 255efa8 + 4eb9951 commit 22546fd

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!---
1717
Si aplica, agregar lista de issues relacionados.
1818
-->
19-
1. holamugar/module-argentinasetup#<issue_number>: Título del Issue
19+
1. holamugar/argentina-setup#<issue_number>: Título del Issue
2020
2. ...
2121

2222
### Escenarios de testing manual (si fuera aplicable)

README.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Mugar_ArgentinaSetup for Magento2
1+
# Mugar Argentina Setup for Magento2
22

33
Metapackage to install a set of modules that will improve the configuration of your store for websites that are running in Argentina.
44

@@ -8,27 +8,33 @@ Current included modules are:
88

99
## Installation
1010

11-
Use [composer](https://getcomposer.org/) to install Mugar_ArgentinaSetup.
11+
Use [composer](https://getcomposer.org/) to install Mugar Argentina Setup metapackage.
1212

1313
```
14-
composer require mugar/module-argentina-setup
14+
composer require mugar/argentina-setup
1515
```
1616

17-
Then you'll need to activate the module.
17+
Then you'll need to activate the included modules.
1818

1919
```
20-
bin/magento module:enable Mugar_ArgentinaSetup
20+
bin/magento module:enable Mugar_ArgentinaRegions
2121
bin/magento setup:upgrade
2222
bin/magento cache:clean
2323
```
2424

2525
## Uninstall
2626

2727
```
28-
bin/magento module:uninstall Mugar_ArgentinaSetup
28+
bin/magento module:uninstall Mugar_ArgentinaRegions
2929
```
3030

31-
If you used Composer for installation Magento will remove the files and database information.
31+
If you used Composer for installation Magento will remove the files and database information.
32+
33+
Finally, remove files:
34+
35+
```
36+
composer remove mugar/argentina-setup
37+
```
3238

3339
## Support
3440

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "mugar/module-argentina-setup",
2+
"name": "mugar/argentina-setup",
33
"description": "Argentina l10n metapackage.",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"type": "metapackage",
66
"require": {
77
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0",

0 commit comments

Comments
 (0)