Plugin Directory

Changeset 1928767


Ignore:
Timestamp:
08/22/2018 06:47:34 PM (8 years ago)
Author:
ctala
Message:

1.4.1

Location:
webpayplus-pst
Files:
50 added
1 deleted
5 edited
15 copied

Legend:

Unmodified
Added
Removed
  • webpayplus-pst/tags/1.4.1/classes/WC_Gateway_TBKAAS.php

    r1928721 r1928767  
    101101                'type' => 'text',
    102102                'description' => __('', 'woocommerce'),
    103                 'default' => __('Pago Fácil', 'woocommerce')
     103                'default' => __('Pago Fácil ( Transbank + Khipu + MultiCaja + Pago46)', 'woocommerce')
    104104            ),
    105105            'description' => array(
  • webpayplus-pst/tags/1.4.1/readme.txt

    r1928721 r1928767  
    55Requires at least: 3.0.1
    66Tested up to: 4.9.8
    7 Stable tag: V1.4.0
     7Stable tag: V1.4.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838
     39= 1.4.1 =
     40* New Server with multiple payment methods.
     41
     42
    3943= 1.3.1 =
    4044* Forced Verification of montos.
  • webpayplus-pst/tags/1.4.1/tbkaas-woo-gateway.php

    r1928721 r1928767  
    77  Plugin URI:  http://www.pagofacil.cl
    88  Description: Vende con distintos medios de pago en tu tienda de manera instantánea con Pago Fácil.
    9   Version:     1.4.0
     9  Version:     1.4.1
    1010  Author:      Cristian Tala Sánchez
    1111  Author URI:  http://www.cristiantala.cl
  • webpayplus-pst/tags/1.4.1/vendor/composer/ClassLoader.php

    r1928721 r1928767  
    380380                $search = $subPath.'\\';
    381381                if (isset($this->prefixDirsPsr4[$search])) {
    382                     $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
    383382                    foreach ($this->prefixDirsPsr4[$search] as $dir) {
    384                         if (file_exists($file = $dir . $pathEnd)) {
     383                        $length = $this->prefixLengthsPsr4[$first][$search];
     384                        if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
    385385                            return $file;
    386386                        }
  • webpayplus-pst/tags/1.4.1/vendor/composer/installed.json

    r1928721 r1928767  
    11[
     2    {
     3        "name": "pagofacil/php-sdk",
     4        "version": "v0.1",
     5        "version_normalized": "0.1.0.0",
     6        "source": {
     7            "type": "git",
     8            "url": "https://github.com/PSTPAGOFACIL/SDK-PHP.git",
     9            "reference": "af1fab9b061b37db0382c91ba589b904c2e23ec7"
     10        },
     11        "dist": {
     12            "type": "zip",
     13            "url": "https://api.github.com/repos/PSTPAGOFACIL/SDK-PHP/zipball/af1fab9b061b37db0382c91ba589b904c2e23ec7",
     14            "reference": "af1fab9b061b37db0382c91ba589b904c2e23ec7",
     15            "shasum": ""
     16        },
     17        "time": "2018-07-10T20:49:15+00:00",
     18        "type": "library",
     19        "installation-source": "dist",
     20        "autoload": {
     21            "psr-4": {
     22                "PagoFacil\\lib\\": "classes"
     23            }
     24        },
     25        "notification-url": "https://packagist.org/downloads/",
     26        "authors": [
     27            {
     28                "name": "Stephanie Piñero",
     29                "email": "stephanie@pagofacil.cl"
     30            }
     31        ]
     32    },
    233    {
    334        "name": "ctala/transaccion-default",
     
    3869            "extension"
    3970        ]
    40     },
    41     {
    42         "name": "pagofacil/php-sdk",
    43         "version": "v0.1",
    44         "version_normalized": "0.1.0.0",
    45         "source": {
    46             "type": "git",
    47             "url": "https://github.com/PSTPAGOFACIL/SDK-PHP.git",
    48             "reference": "af1fab9b061b37db0382c91ba589b904c2e23ec7"
    49         },
    50         "dist": {
    51             "type": "zip",
    52             "url": "https://api.github.com/repos/PSTPAGOFACIL/SDK-PHP/zipball/af1fab9b061b37db0382c91ba589b904c2e23ec7",
    53             "reference": "af1fab9b061b37db0382c91ba589b904c2e23ec7",
    54             "shasum": ""
    55         },
    56         "time": "2018-07-10T20:49:15+00:00",
    57         "type": "library",
    58         "installation-source": "dist",
    59         "autoload": {
    60             "psr-4": {
    61                 "PagoFacil\\lib\\": "classes"
    62             }
    63         },
    64         "notification-url": "https://packagist.org/downloads/",
    65         "authors": [
    66             {
    67                 "name": "Stephanie Piñero",
    68                 "email": "stephanie@pagofacil.cl"
    69             }
    70         ]
    7171    }
    7272]
  • webpayplus-pst/trunk/classes/WC_Gateway_TBKAAS.php

    r1928721 r1928767  
    101101                'type' => 'text',
    102102                'description' => __('', 'woocommerce'),
    103                 'default' => __('Pago Fácil', 'woocommerce')
     103                'default' => __('Pago Fácil ( Transbank + Khipu + MultiCaja + Pago46)', 'woocommerce')
    104104            ),
    105105            'description' => array(
  • webpayplus-pst/trunk/readme.txt

    r1928721 r1928767  
    55Requires at least: 3.0.1
    66Tested up to: 4.9.8
    7 Stable tag: V1.4.0
     7Stable tag: V1.4.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838
     39= 1.4.1 =
     40* New Server with multiple payment methods.
     41
     42
    3943= 1.3.1 =
    4044* Forced Verification of montos.
  • webpayplus-pst/trunk/tbkaas-woo-gateway.php

    r1928721 r1928767  
    77  Plugin URI:  http://www.pagofacil.cl
    88  Description: Vende con distintos medios de pago en tu tienda de manera instantánea con Pago Fácil.
    9   Version:     1.4.0
     9  Version:     1.4.1
    1010  Author:      Cristian Tala Sánchez
    1111  Author URI:  http://www.cristiantala.cl
  • webpayplus-pst/trunk/vendor/composer/ClassLoader.php

    r1928721 r1928767  
    380380                $search = $subPath.'\\';
    381381                if (isset($this->prefixDirsPsr4[$search])) {
    382                     $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
    383382                    foreach ($this->prefixDirsPsr4[$search] as $dir) {
    384                         if (file_exists($file = $dir . $pathEnd)) {
     383                        $length = $this->prefixLengthsPsr4[$first][$search];
     384                        if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
    385385                            return $file;
    386386                        }
  • webpayplus-pst/trunk/vendor/composer/installed.json

    r1928721 r1928767  
    11[
     2    {
     3        "name": "pagofacil/php-sdk",
     4        "version": "v0.1",
     5        "version_normalized": "0.1.0.0",
     6        "source": {
     7            "type": "git",
     8            "url": "https://github.com/PSTPAGOFACIL/SDK-PHP.git",
     9            "reference": "af1fab9b061b37db0382c91ba589b904c2e23ec7"
     10        },
     11        "dist": {
     12            "type": "zip",
     13            "url": "https://api.github.com/repos/PSTPAGOFACIL/SDK-PHP/zipball/af1fab9b061b37db0382c91ba589b904c2e23ec7",
     14            "reference": "af1fab9b061b37db0382c91ba589b904c2e23ec7",
     15            "shasum": ""
     16        },
     17        "time": "2018-07-10T20:49:15+00:00",
     18        "type": "library",
     19        "installation-source": "dist",
     20        "autoload": {
     21            "psr-4": {
     22                "PagoFacil\\lib\\": "classes"
     23            }
     24        },
     25        "notification-url": "https://packagist.org/downloads/",
     26        "authors": [
     27            {
     28                "name": "Stephanie Piñero",
     29                "email": "stephanie@pagofacil.cl"
     30            }
     31        ]
     32    },
    233    {
    334        "name": "ctala/transaccion-default",
     
    3869            "extension"
    3970        ]
    40     },
    41     {
    42         "name": "pagofacil/php-sdk",
    43         "version": "v0.1",
    44         "version_normalized": "0.1.0.0",
    45         "source": {
    46             "type": "git",
    47             "url": "https://github.com/PSTPAGOFACIL/SDK-PHP.git",
    48             "reference": "af1fab9b061b37db0382c91ba589b904c2e23ec7"
    49         },
    50         "dist": {
    51             "type": "zip",
    52             "url": "https://api.github.com/repos/PSTPAGOFACIL/SDK-PHP/zipball/af1fab9b061b37db0382c91ba589b904c2e23ec7",
    53             "reference": "af1fab9b061b37db0382c91ba589b904c2e23ec7",
    54             "shasum": ""
    55         },
    56         "time": "2018-07-10T20:49:15+00:00",
    57         "type": "library",
    58         "installation-source": "dist",
    59         "autoload": {
    60             "psr-4": {
    61                 "PagoFacil\\lib\\": "classes"
    62             }
    63         },
    64         "notification-url": "https://packagist.org/downloads/",
    65         "authors": [
    66             {
    67                 "name": "Stephanie Piñero",
    68                 "email": "stephanie@pagofacil.cl"
    69             }
    70         ]
    7171    }
    7272]
Note: See TracChangeset for help on using the changeset viewer.