Plugin Directory

Changeset 2680761


Ignore:
Timestamp:
02/17/2022 11:35:50 AM (4 years ago)
Author:
themesgrove
Message:

Update to version 2.6.1.1 from GitHub

Location:
smartpay
Files:
4 added
26 edited
1 copied

Legend:

Unmodified
Added
Removed
  • smartpay/tags/2.6.1.1/app/Helpers/smartpay.php

    r2542354 r2680761  
    10141014    $smartpay_logs->log_to_file($message);
    10151015}
     1016
     1017/*
     1018 * @return available gateways including third party integrations
     1019 */
     1020function smartpay_get_available_payment_gateways($availableGateways) {
     1021    return apply_filters('smartpay_get_available_payment_gateways', $availableGateways);
     1022}
     1023
  • smartpay/tags/2.6.1.1/app/Models/Customer.php

    r2446799 r2680761  
    99    protected $table = 'smartpay_customers';
    1010
    11     protected $fillable = [];
     11    protected $fillable = [
     12        'first_name',
     13        'last_name',
     14        'email_name',
     15        'notes',
     16        'extra',
     17    ];
    1218
    1319    public function getFullNameAttribute()
     
    2026    }
    2127
     28    public function updateCustomerNotes(array $arr)
     29    {
     30        $notes = $arr;
     31        $this->notes = json_encode($notes);
     32        $this->save();
     33    }
     34
    2235    public function payments()
    2336    {
  • smartpay/tags/2.6.1.1/app/Modules/Admin/Setting.php

    r2656642 r2680761  
    622622            ]
    623623        ];
     624
     625        // add filter to load up the all registered gateway label to show the available gateways on setting
     626        $availableGateways = smartpay_get_available_payment_gateways($availableGateways);
     627
    624628        $enableGateways = [];
    625629
  • smartpay/tags/2.6.1.1/app/Modules/Integration/Integration.php

    r2656642 r2680761  
    9797                'excerpt'    => __('MailerLite is an email marketing tool.', 'smartpay'),
    9898                'cover'      => SMARTPAY_PLUGIN_ASSETS . '/img/integrations/mailerlite.png',
     99                'manager'    => null,
     100                'type'       => 'pro',
     101                'categories' => ['Marketing'],
     102            ],
     103
     104            'mollie' => [
     105                'name'       => __('Mollie', 'smartpay'),
     106                'excerpt'    => __('Mollie is a payments platform that offers an easy-to-implement process for integrating payments.', 'smartpay'),
     107                'cover'      => SMARTPAY_PLUGIN_ASSETS . '/img/integrations/mollie.png',
    99108                'manager'    => null,
    100109                'type'       => 'pro',
  • smartpay/tags/2.6.1.1/readme.txt

    r2674934 r2680761  
    55Tested up to: 5.9
    66Requires PHP: 7.4.0
    7 Stable Tag: 2.6.0
     7Stable Tag: 2.6.1
    88License: GNU Version 2 or later
    99
     
    116116
    117117== Changelog ==
     118= [2.6.1] =
     119* New - Added mollie payment gateway integration
     120* New - Added register custom payment gateway hook to load third-party payment gateway
     121* Fix - Product count issue on payment confirmation page
     122
    118123= [2.6.0] =
    119124* New - WordPress version 5.9 support
  • smartpay/tags/2.6.1.1/resources/views/shortcodes/payment_receipt.php

    r2665776 r2680761  
    6161    <?php $product = \SmartPay\Models\Product::with(['parent'])->find($productId); ?>
    6262    <?php if (strtolower($payment->status) == \SmartPay\Models\Payment::COMPLETED): ?>
    63         <?php if (count($product->files) > 0): ?>
     63        <?php if ($product && count($product->files) > 0): ?>
    6464            <!--    Do staff for download files-->
    6565            <h3><?php echo __( 'Files', 'smartpay' ); ?></h3>
  • smartpay/tags/2.6.1.1/smartpay.php

    r2674934 r2680761  
    66 * Plugin URI:  https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
    77 * Tags: download manager, digital product, donation, ecommerce, paddle, stripe, paypal, document manager, file manager, download protection, recurring payment, donations, donation plugin, wordpress donation plugin, wp donation, fundraising, fundraiser, crowdfunding, wordpress donations, gutenberg, gutenberg donations, nonprofit, paypal donations, paypal donate, stripe donations, stripe donate, authorize.net, authorize.net donations, bkash, bkash payment,
    8  * Version:     2.6.0
     8 * Version:     2.6.1
    99 * Author:      WPSmartPay
    1010 * Author URI:  https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
     
    2828defined('ABSPATH') || exit;
    2929
    30 define('SMARTPAY_VERSION', '2.6.0');
     30define('SMARTPAY_VERSION', '2.6.1');
    3131define('SMARTPAY_PLUGIN_FILE', __FILE__);
    3232define('SMARTPAY_PLUGIN_ASSETS', plugins_url('public', __FILE__));
  • smartpay/tags/2.6.1.1/vendor/autoload.php

    r2674934 r2680761  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit723adb8475bdbb671a724dd178360e70::getLoader();
     7return ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4::getLoader();
  • smartpay/tags/2.6.1.1/vendor/composer/autoload_files.php

    r2674934 r2680761  
    77
    88return array(
     9    'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
    910    '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
    10     'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
    1111    '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
    1212    'b238f0d487b3f05b8f1fe4427c1c73ea' => $baseDir . '/app/Helpers/smartpay.php',
  • smartpay/tags/2.6.1.1/vendor/composer/autoload_real.php

    r2674934 r2680761  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit723adb8475bdbb671a724dd178360e70
     5class ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit723adb8475bdbb671a724dd178360e70', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit723adb8475bdbb671a724dd178360e70', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInit723adb8475bdbb671a724dd178360e70::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5454
    5555        if ($useStaticLoader) {
    56             $includeFiles = Composer\Autoload\ComposerStaticInit723adb8475bdbb671a724dd178360e70::$files;
     56            $includeFiles = Composer\Autoload\ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::$files;
    5757        } else {
    5858            $includeFiles = require __DIR__ . '/autoload_files.php';
    5959        }
    6060        foreach ($includeFiles as $fileIdentifier => $file) {
    61             composerRequire723adb8475bdbb671a724dd178360e70($fileIdentifier, $file);
     61            composerRequireb012a617faee4f1660d1ad55981d5ab4($fileIdentifier, $file);
    6262        }
    6363
     
    7171 * @return void
    7272 */
    73 function composerRequire723adb8475bdbb671a724dd178360e70($fileIdentifier, $file)
     73function composerRequireb012a617faee4f1660d1ad55981d5ab4($fileIdentifier, $file)
    7474{
    7575    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • smartpay/tags/2.6.1.1/vendor/composer/autoload_static.php

    r2674934 r2680761  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit723adb8475bdbb671a724dd178360e70
     7class ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4
    88{
    99    public static $files = array (
     10        'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
    1011        '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
    11         'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
    1212        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
    1313        'b238f0d487b3f05b8f1fe4427c1c73ea' => __DIR__ . '/../..' . '/app/Helpers/smartpay.php',
     
    7373    {
    7474        return \Closure::bind(function () use ($loader) {
    75             $loader->prefixLengthsPsr4 = ComposerStaticInit723adb8475bdbb671a724dd178360e70::$prefixLengthsPsr4;
    76             $loader->prefixDirsPsr4 = ComposerStaticInit723adb8475bdbb671a724dd178360e70::$prefixDirsPsr4;
    77             $loader->classMap = ComposerStaticInit723adb8475bdbb671a724dd178360e70::$classMap;
     75            $loader->prefixLengthsPsr4 = ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::$prefixLengthsPsr4;
     76            $loader->prefixDirsPsr4 = ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::$prefixDirsPsr4;
     77            $loader->classMap = ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::$classMap;
    7878
    7979        }, null, ClassLoader::class);
  • smartpay/tags/2.6.1.1/vendor/composer/installed.json

    r2674934 r2680761  
    237237            "installation-source": "dist",
    238238            "autoload": {
     239                "files": [
     240                    "bootstrap.php"
     241                ],
    239242                "psr-4": {
    240243                    "Symfony\\Polyfill\\Mbstring\\": ""
    241                 },
    242                 "files": [
    243                     "bootstrap.php"
    244                 ]
     244                }
    245245            },
    246246            "notification-url": "https://packagist.org/downloads/",
  • smartpay/tags/2.6.1.1/vendor/composer/installed.php

    r2674934 r2680761  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => 'v2.6.0.1',
    4         'version' => '2.6.0.1',
     3        'pretty_version' => 'v2.6.1.1',
     4        'version' => '2.6.1.1',
    55        'type' => 'library',
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => 'de9169232280f042fa7838a668d1c7dfac23e320',
     8        'reference' => '8701cb3821a4097c9cd69fe115ee2b888f3d2e3d',
    99        'name' => 'wp-smartpay/core',
    1010        'dev' => false,
     
    5757        ),
    5858        'wp-smartpay/core' => array(
    59             'pretty_version' => 'v2.6.0.1',
    60             'version' => '2.6.0.1',
     59            'pretty_version' => 'v2.6.1.1',
     60            'version' => '2.6.1.1',
    6161            'type' => 'library',
    6262            'install_path' => __DIR__ . '/../../',
    6363            'aliases' => array(),
    64             'reference' => 'de9169232280f042fa7838a668d1c7dfac23e320',
     64            'reference' => '8701cb3821a4097c9cd69fe115ee2b888f3d2e3d',
    6565            'dev_requirement' => false,
    6666        ),
  • smartpay/trunk/app/Helpers/smartpay.php

    r2542354 r2680761  
    10141014    $smartpay_logs->log_to_file($message);
    10151015}
     1016
     1017/*
     1018 * @return available gateways including third party integrations
     1019 */
     1020function smartpay_get_available_payment_gateways($availableGateways) {
     1021    return apply_filters('smartpay_get_available_payment_gateways', $availableGateways);
     1022}
     1023
  • smartpay/trunk/app/Models/Customer.php

    r2446799 r2680761  
    99    protected $table = 'smartpay_customers';
    1010
    11     protected $fillable = [];
     11    protected $fillable = [
     12        'first_name',
     13        'last_name',
     14        'email_name',
     15        'notes',
     16        'extra',
     17    ];
    1218
    1319    public function getFullNameAttribute()
     
    2026    }
    2127
     28    public function updateCustomerNotes(array $arr)
     29    {
     30        $notes = $arr;
     31        $this->notes = json_encode($notes);
     32        $this->save();
     33    }
     34
    2235    public function payments()
    2336    {
  • smartpay/trunk/app/Modules/Admin/Setting.php

    r2656642 r2680761  
    622622            ]
    623623        ];
     624
     625        // add filter to load up the all registered gateway label to show the available gateways on setting
     626        $availableGateways = smartpay_get_available_payment_gateways($availableGateways);
     627
    624628        $enableGateways = [];
    625629
  • smartpay/trunk/app/Modules/Integration/Integration.php

    r2656642 r2680761  
    9797                'excerpt'    => __('MailerLite is an email marketing tool.', 'smartpay'),
    9898                'cover'      => SMARTPAY_PLUGIN_ASSETS . '/img/integrations/mailerlite.png',
     99                'manager'    => null,
     100                'type'       => 'pro',
     101                'categories' => ['Marketing'],
     102            ],
     103
     104            'mollie' => [
     105                'name'       => __('Mollie', 'smartpay'),
     106                'excerpt'    => __('Mollie is a payments platform that offers an easy-to-implement process for integrating payments.', 'smartpay'),
     107                'cover'      => SMARTPAY_PLUGIN_ASSETS . '/img/integrations/mollie.png',
    99108                'manager'    => null,
    100109                'type'       => 'pro',
  • smartpay/trunk/readme.txt

    r2674934 r2680761  
    55Tested up to: 5.9
    66Requires PHP: 7.4.0
    7 Stable Tag: 2.6.0
     7Stable Tag: 2.6.1
    88License: GNU Version 2 or later
    99
     
    116116
    117117== Changelog ==
     118= [2.6.1] =
     119* New - Added mollie payment gateway integration
     120* New - Added register custom payment gateway hook to load third-party payment gateway
     121* Fix - Product count issue on payment confirmation page
     122
    118123= [2.6.0] =
    119124* New - WordPress version 5.9 support
  • smartpay/trunk/resources/views/shortcodes/payment_receipt.php

    r2665776 r2680761  
    6161    <?php $product = \SmartPay\Models\Product::with(['parent'])->find($productId); ?>
    6262    <?php if (strtolower($payment->status) == \SmartPay\Models\Payment::COMPLETED): ?>
    63         <?php if (count($product->files) > 0): ?>
     63        <?php if ($product && count($product->files) > 0): ?>
    6464            <!--    Do staff for download files-->
    6565            <h3><?php echo __( 'Files', 'smartpay' ); ?></h3>
  • smartpay/trunk/smartpay.php

    r2674934 r2680761  
    66 * Plugin URI:  https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
    77 * Tags: download manager, digital product, donation, ecommerce, paddle, stripe, paypal, document manager, file manager, download protection, recurring payment, donations, donation plugin, wordpress donation plugin, wp donation, fundraising, fundraiser, crowdfunding, wordpress donations, gutenberg, gutenberg donations, nonprofit, paypal donations, paypal donate, stripe donations, stripe donate, authorize.net, authorize.net donations, bkash, bkash payment,
    8  * Version:     2.6.0
     8 * Version:     2.6.1
    99 * Author:      WPSmartPay
    1010 * Author URI:  https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
     
    2828defined('ABSPATH') || exit;
    2929
    30 define('SMARTPAY_VERSION', '2.6.0');
     30define('SMARTPAY_VERSION', '2.6.1');
    3131define('SMARTPAY_PLUGIN_FILE', __FILE__);
    3232define('SMARTPAY_PLUGIN_ASSETS', plugins_url('public', __FILE__));
  • smartpay/trunk/vendor/autoload.php

    r2674934 r2680761  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit723adb8475bdbb671a724dd178360e70::getLoader();
     7return ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4::getLoader();
  • smartpay/trunk/vendor/composer/autoload_files.php

    r2674934 r2680761  
    77
    88return array(
     9    'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
    910    '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
    10     'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
    1111    '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
    1212    'b238f0d487b3f05b8f1fe4427c1c73ea' => $baseDir . '/app/Helpers/smartpay.php',
  • smartpay/trunk/vendor/composer/autoload_real.php

    r2674934 r2680761  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit723adb8475bdbb671a724dd178360e70
     5class ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit723adb8475bdbb671a724dd178360e70', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit723adb8475bdbb671a724dd178360e70', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInit723adb8475bdbb671a724dd178360e70::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5454
    5555        if ($useStaticLoader) {
    56             $includeFiles = Composer\Autoload\ComposerStaticInit723adb8475bdbb671a724dd178360e70::$files;
     56            $includeFiles = Composer\Autoload\ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::$files;
    5757        } else {
    5858            $includeFiles = require __DIR__ . '/autoload_files.php';
    5959        }
    6060        foreach ($includeFiles as $fileIdentifier => $file) {
    61             composerRequire723adb8475bdbb671a724dd178360e70($fileIdentifier, $file);
     61            composerRequireb012a617faee4f1660d1ad55981d5ab4($fileIdentifier, $file);
    6262        }
    6363
     
    7171 * @return void
    7272 */
    73 function composerRequire723adb8475bdbb671a724dd178360e70($fileIdentifier, $file)
     73function composerRequireb012a617faee4f1660d1ad55981d5ab4($fileIdentifier, $file)
    7474{
    7575    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • smartpay/trunk/vendor/composer/autoload_static.php

    r2674934 r2680761  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit723adb8475bdbb671a724dd178360e70
     7class ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4
    88{
    99    public static $files = array (
     10        'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
    1011        '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
    11         'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
    1212        '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
    1313        'b238f0d487b3f05b8f1fe4427c1c73ea' => __DIR__ . '/../..' . '/app/Helpers/smartpay.php',
     
    7373    {
    7474        return \Closure::bind(function () use ($loader) {
    75             $loader->prefixLengthsPsr4 = ComposerStaticInit723adb8475bdbb671a724dd178360e70::$prefixLengthsPsr4;
    76             $loader->prefixDirsPsr4 = ComposerStaticInit723adb8475bdbb671a724dd178360e70::$prefixDirsPsr4;
    77             $loader->classMap = ComposerStaticInit723adb8475bdbb671a724dd178360e70::$classMap;
     75            $loader->prefixLengthsPsr4 = ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::$prefixLengthsPsr4;
     76            $loader->prefixDirsPsr4 = ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::$prefixDirsPsr4;
     77            $loader->classMap = ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::$classMap;
    7878
    7979        }, null, ClassLoader::class);
  • smartpay/trunk/vendor/composer/installed.json

    r2674934 r2680761  
    237237            "installation-source": "dist",
    238238            "autoload": {
     239                "files": [
     240                    "bootstrap.php"
     241                ],
    239242                "psr-4": {
    240243                    "Symfony\\Polyfill\\Mbstring\\": ""
    241                 },
    242                 "files": [
    243                     "bootstrap.php"
    244                 ]
     244                }
    245245            },
    246246            "notification-url": "https://packagist.org/downloads/",
  • smartpay/trunk/vendor/composer/installed.php

    r2674934 r2680761  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => 'v2.6.0.1',
    4         'version' => '2.6.0.1',
     3        'pretty_version' => 'v2.6.1.1',
     4        'version' => '2.6.1.1',
    55        'type' => 'library',
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => 'de9169232280f042fa7838a668d1c7dfac23e320',
     8        'reference' => '8701cb3821a4097c9cd69fe115ee2b888f3d2e3d',
    99        'name' => 'wp-smartpay/core',
    1010        'dev' => false,
     
    5757        ),
    5858        'wp-smartpay/core' => array(
    59             'pretty_version' => 'v2.6.0.1',
    60             'version' => '2.6.0.1',
     59            'pretty_version' => 'v2.6.1.1',
     60            'version' => '2.6.1.1',
    6161            'type' => 'library',
    6262            'install_path' => __DIR__ . '/../../',
    6363            'aliases' => array(),
    64             'reference' => 'de9169232280f042fa7838a668d1c7dfac23e320',
     64            'reference' => '8701cb3821a4097c9cd69fe115ee2b888f3d2e3d',
    6565            'dev_requirement' => false,
    6666        ),
Note: See TracChangeset for help on using the changeset viewer.