diff --git a/build.sh b/build.sh
index dffe7ef..908be74 100755
--- a/build.sh
+++ b/build.sh
@@ -1,10 +1,12 @@
-if [ -f Compropago_Payment_Extension-3.0.0.tgz ]; then
- echo Delete old file
- rm Compropago_Payment_Extension-3.0.0.tgz
+#!/bin/bash
+
+if [ -f Compropago_Payment_Extension-3.0.0.1.tgz ]; then
+ echo -e "\033[1;31mDeleting old file\033[0m"
+ rm Compropago_Payment_Extension-3.0.0.1.tgz
fi
-echo Remove .DS_Store files
+echo -e "\033[1;33mRemove .DS_Store files\033[0m"
find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
-echo "Building tgz module for Magento"
-tar -cvzf Compropago_Payment_Extension-3.0.0.tgz app lib LICENSE package.xml README.md
+echo -e "\033[1;32mBuilding tgz module for Magento\033[0m"
+tar -cvzf Compropago_Payment_Extension-3.0.0.1.tgz app lib LICENSE package.xml README.md
diff --git a/composer.json b/composer.json
index 316c70d..c658c40 100644
--- a/composer.json
+++ b/composer.json
@@ -1,15 +1,19 @@
{
"name": "compropago/magento1",
"description": "A Magento module for ComproPago, cash and SPEI payments",
+ "homepage": "https://www.compropago.com",
"license": "OSL V3.0",
+ "readme": "README.md",
"type": "magento-module",
"version": "3.0.1",
- "homepage": "https://www.compropago.com",
- "readme": "README.md",
"authors": [
+ {
+ "name": "Eduardo Aguilar",
+ "email": "dante.aguilar41@gmail.com"
+ },
{
"name": "José Beltrán Solís",
- "email": "josebsx@live.com.mx"
+ "email": "j.beltran@live.com.mx"
}
],
"keywords": [
@@ -29,11 +33,17 @@
},
"scripts": {
"build": [
- "composer install"
+ "composer install",
+ "./build.sh"
+ ],
+ "clean": [
+ "rm -r lib/compropago/",
+ "rm Compropago_Payment_Extension-3.0.1.tgz"
]
},
"scripts-descriptions": {
- "build": ""
+ "build": "",
+ "clean": ""
},
"support": {
"docs": "http://demo.compropago.com/plugins/magento1",
diff --git a/package.xml b/package.xml
index 54b55b6..71ce2e0 100644
--- a/package.xml
+++ b/package.xml
@@ -1,18 +1,276 @@
-
+
- Compropago_Payment_Extension
- 3.0.0.0
- stable
- OSL V3.0
- community
-
- ComproPago gateway
- ComproPago payment gateways and services
- Refactor dependencies and modules configuration
- Eduardo Aguilardanteaydante.aguilar41@gmail.com
- 2018-04-18
-
-
-
- 5.6.0.08.0.0.0
-
+ Compropago_Payment_Extension
+ 3.0.0.1
+ stable
+ OSL V3.0
+ community
+
+ ComproPago Payment Gateway
+ ComproPago payment gateways and services
+ Refactor dependencies and modules configuration
+
+
+ Eduardo Aguilar
+ danteay
+ dante.aguilar41@gmail.com
+
+
+ José Beltrán Solís
+ josebsx
+ j.beltran@live.com.mx
+
+
+ 2018-04-18
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 5.6.0.0
+ 8.0.0.0
+
+
+
+
\ No newline at end of file