Skip to content

Commit

Permalink
Merge pull request #5 from barbanet/master
Browse files Browse the repository at this point in the history
Renamed package. Fixed PR definition. Moved to version 0.2.0.
  • Loading branch information
barbanet authored Mar 25, 2019
2 parents 255efa8 + 4eb9951 commit 22546fd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!---
Si aplica, agregar lista de issues relacionados.
-->
1. holamugar/module-argentinasetup#<issue_number>: Título del Issue
1. holamugar/argentina-setup#<issue_number>: Título del Issue
2. ...

### Escenarios de testing manual (si fuera aplicable)
Expand Down
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mugar_ArgentinaSetup for Magento2
# Mugar Argentina Setup for Magento2

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

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

## Installation

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

```
composer require mugar/module-argentina-setup
composer require mugar/argentina-setup
```

Then you'll need to activate the module.
Then you'll need to activate the included modules.

```
bin/magento module:enable Mugar_ArgentinaSetup
bin/magento module:enable Mugar_ArgentinaRegions
bin/magento setup:upgrade
bin/magento cache:clean
```

## Uninstall

```
bin/magento module:uninstall Mugar_ArgentinaSetup
bin/magento module:uninstall Mugar_ArgentinaRegions
```

If you used Composer for installation Magento will remove the files and database information.
If you used Composer for installation Magento will remove the files and database information.

Finally, remove files:

```
composer remove mugar/argentina-setup
```

## Support

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mugar/module-argentina-setup",
"name": "mugar/argentina-setup",
"description": "Argentina l10n metapackage.",
"version": "0.1.0",
"version": "0.2.0",
"type": "metapackage",
"require": {
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0",
Expand Down

0 comments on commit 22546fd

Please sign in to comment.