Plugin Directory

Changeset 2683699


Ignore:
Timestamp:
02/23/2022 12:02:00 PM (4 years ago)
Author:
themesgrove
Message:

Update to version 2.6.2 from GitHub

Location:
smartpay
Files:
20 edited
1 copied

Legend:

Unmodified
Added
Removed
  • smartpay/tags/2.6.2/app/Modules/Admin/Setting.php

    r2680761 r2683699  
    905905
    906906        $size = (isset($args['size']) && !is_null($args['size'])) ? $args['size'] : 'regular';
    907         $html = '<input type="text" class="' . sanitize_html_class($size) . '-text" id="smartpay_settings[' . smartpay_sanitize_key($args['id']) . ']" name="smartpay_settings[' . smartpay_sanitize_key($args['id']) . ']" value="' . esc_attr($value) . '"/>';
     907        $html = '<input type="password" class="' . sanitize_html_class($size) . '-text" id="smartpay_settings[' . smartpay_sanitize_key($args['id']) . ']" name="smartpay_settings[' . smartpay_sanitize_key($args['id']) . ']" value="' . esc_attr($value) . '"/>';
    908908
    909909        $html .= '<label for="smartpay_settings[' . smartpay_sanitize_key($args['id']) . ']"> '  . wp_kses_post($args['desc']) . '</label>';
  • smartpay/tags/2.6.2/readme.txt

    r2680761 r2683699  
    33Tags: download manager, digital product, donation, ecommerce, stripe, paypal, paddle, 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,
    44Requires at least: 4.9
    5 Tested up to: 5.9
     5Tested up to: 5.9.1
    66Requires PHP: 7.4.0
    7 Stable Tag: 2.6.1
     7Stable Tag: 2.6.2
    88License: GNU Version 2 or later
    99
     
    116116
    117117== Changelog ==
     118= [2.6.2] =
     119* New - License key privacy added
     120* Fix - Fix conflict issue with WooCommerce installation
     121
    118122= [2.6.1] =
    119123* New - Added mollie payment gateway integration
  • smartpay/tags/2.6.2/smartpay.php

    r2680761 r2683699  
    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.1
     8 * Version:     2.6.2
    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.1');
     30define('SMARTPAY_VERSION', '2.6.2');
    3131define('SMARTPAY_PLUGIN_FILE', __FILE__);
    3232define('SMARTPAY_PLUGIN_ASSETS', plugins_url('public', __FILE__));
  • smartpay/tags/2.6.2/vendor/autoload.php

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

    r2680761 r2683699  
    77
    88return array(
     9    '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
     10    '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
    911    'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
    10     '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
    11     '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
    1212    'b238f0d487b3f05b8f1fe4427c1c73ea' => $baseDir . '/app/Helpers/smartpay.php',
    1313    'ec0004d7b76e0f4a44ec19163e583dea' => $baseDir . '/framework/helpers.php',
  • smartpay/tags/2.6.2/vendor/composer/autoload_real.php

    r2680761 r2683699  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4
     5class ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e', '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\ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5454
    5555        if ($useStaticLoader) {
    56             $includeFiles = Composer\Autoload\ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::$files;
     56            $includeFiles = Composer\Autoload\ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::$files;
    5757        } else {
    5858            $includeFiles = require __DIR__ . '/autoload_files.php';
    5959        }
    6060        foreach ($includeFiles as $fileIdentifier => $file) {
    61             composerRequireb012a617faee4f1660d1ad55981d5ab4($fileIdentifier, $file);
     61            composerRequirec8273a339dd9ae09d3573c297d9a213e($fileIdentifier, $file);
    6262        }
    6363
     
    7171 * @return void
    7272 */
    73 function composerRequireb012a617faee4f1660d1ad55981d5ab4($fileIdentifier, $file)
     73function composerRequirec8273a339dd9ae09d3573c297d9a213e($fileIdentifier, $file)
    7474{
    7575    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • smartpay/tags/2.6.2/vendor/composer/autoload_static.php

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

    r2680761 r2683699  
    33        {
    44            "name": "psr/container",
    5             "version": "2.0.2",
    6             "version_normalized": "2.0.2.0",
     5            "version": "1.1.2",
     6            "version_normalized": "1.1.2.0",
    77            "source": {
    88                "type": "git",
    99                "url": "https://github.com/php-fig/container.git",
    10                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
    11             },
    12             "dist": {
    13                 "type": "zip",
    14                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
    15                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
     10                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
     11            },
     12            "dist": {
     13                "type": "zip",
     14                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
     15                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
    1616                "shasum": ""
    1717            },
     
    1919                "php": ">=7.4.0"
    2020            },
    21             "time": "2021-11-05T16:47:00+00:00",
    22             "type": "library",
    23             "extra": {
    24                 "branch-alias": {
    25                     "dev-master": "2.0.x-dev"
    26                 }
    27             },
     21            "time": "2021-11-05T16:50:12+00:00",
     22            "type": "library",
    2823            "installation-source": "dist",
    2924            "autoload": {
     
    5348            "support": {
    5449                "issues": "https://github.com/php-fig/container/issues",
    55                 "source": "https://github.com/php-fig/container/tree/2.0.2"
     50                "source": "https://github.com/php-fig/container/tree/1.1.2"
    5651            },
    5752            "install-path": "../psr/container"
  • smartpay/tags/2.6.2/vendor/composer/installed.php

    r2680761 r2683699  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => 'v2.6.1.1',
    4         'version' => '2.6.1.1',
     3        'pretty_version' => 'v2.6.2',
     4        'version' => '2.6.2.0',
    55        'type' => 'library',
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => '8701cb3821a4097c9cd69fe115ee2b888f3d2e3d',
     8        'reference' => 'ed07f2d03e320ef73000211087abffb955c4de8d',
    99        'name' => 'wp-smartpay/core',
    1010        'dev' => false,
     
    1212    'versions' => array(
    1313        'psr/container' => array(
    14             'pretty_version' => '2.0.2',
    15             'version' => '2.0.2.0',
     14            'pretty_version' => '1.1.2',
     15            'version' => '1.1.2.0',
    1616            'type' => 'library',
    1717            'install_path' => __DIR__ . '/../psr/container',
    1818            'aliases' => array(),
    19             'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963',
     19            'reference' => '513e0666f7216c7459170d56df27dfcefe1689ea',
    2020            'dev_requirement' => false,
    2121        ),
     
    5757        ),
    5858        'wp-smartpay/core' => array(
    59             'pretty_version' => 'v2.6.1.1',
    60             'version' => '2.6.1.1',
     59            'pretty_version' => 'v2.6.2',
     60            'version' => '2.6.2.0',
    6161            'type' => 'library',
    6262            'install_path' => __DIR__ . '/../../',
    6363            'aliases' => array(),
    64             'reference' => '8701cb3821a4097c9cd69fe115ee2b888f3d2e3d',
     64            'reference' => 'ed07f2d03e320ef73000211087abffb955c4de8d',
    6565            'dev_requirement' => false,
    6666        ),
  • smartpay/tags/2.6.2/vendor/psr/container/src/ContainerInterface.php

    r2674934 r2683699  
    3333     * @return bool
    3434     */
    35     public function has(string $id): bool;
     35    public function has(string $id);
    3636}
  • smartpay/trunk/app/Modules/Admin/Setting.php

    r2680761 r2683699  
    905905
    906906        $size = (isset($args['size']) && !is_null($args['size'])) ? $args['size'] : 'regular';
    907         $html = '<input type="text" class="' . sanitize_html_class($size) . '-text" id="smartpay_settings[' . smartpay_sanitize_key($args['id']) . ']" name="smartpay_settings[' . smartpay_sanitize_key($args['id']) . ']" value="' . esc_attr($value) . '"/>';
     907        $html = '<input type="password" class="' . sanitize_html_class($size) . '-text" id="smartpay_settings[' . smartpay_sanitize_key($args['id']) . ']" name="smartpay_settings[' . smartpay_sanitize_key($args['id']) . ']" value="' . esc_attr($value) . '"/>';
    908908
    909909        $html .= '<label for="smartpay_settings[' . smartpay_sanitize_key($args['id']) . ']"> '  . wp_kses_post($args['desc']) . '</label>';
  • smartpay/trunk/readme.txt

    r2680761 r2683699  
    33Tags: download manager, digital product, donation, ecommerce, stripe, paypal, paddle, 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,
    44Requires at least: 4.9
    5 Tested up to: 5.9
     5Tested up to: 5.9.1
    66Requires PHP: 7.4.0
    7 Stable Tag: 2.6.1
     7Stable Tag: 2.6.2
    88License: GNU Version 2 or later
    99
     
    116116
    117117== Changelog ==
     118= [2.6.2] =
     119* New - License key privacy added
     120* Fix - Fix conflict issue with WooCommerce installation
     121
    118122= [2.6.1] =
    119123* New - Added mollie payment gateway integration
  • smartpay/trunk/smartpay.php

    r2680761 r2683699  
    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.1
     8 * Version:     2.6.2
    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.1');
     30define('SMARTPAY_VERSION', '2.6.2');
    3131define('SMARTPAY_PLUGIN_FILE', __FILE__);
    3232define('SMARTPAY_PLUGIN_ASSETS', plugins_url('public', __FILE__));
  • smartpay/trunk/vendor/autoload.php

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

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

    r2680761 r2683699  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4
     5class ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInitb012a617faee4f1660d1ad55981d5ab4', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e', '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\ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5454
    5555        if ($useStaticLoader) {
    56             $includeFiles = Composer\Autoload\ComposerStaticInitb012a617faee4f1660d1ad55981d5ab4::$files;
     56            $includeFiles = Composer\Autoload\ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::$files;
    5757        } else {
    5858            $includeFiles = require __DIR__ . '/autoload_files.php';
    5959        }
    6060        foreach ($includeFiles as $fileIdentifier => $file) {
    61             composerRequireb012a617faee4f1660d1ad55981d5ab4($fileIdentifier, $file);
     61            composerRequirec8273a339dd9ae09d3573c297d9a213e($fileIdentifier, $file);
    6262        }
    6363
     
    7171 * @return void
    7272 */
    73 function composerRequireb012a617faee4f1660d1ad55981d5ab4($fileIdentifier, $file)
     73function composerRequirec8273a339dd9ae09d3573c297d9a213e($fileIdentifier, $file)
    7474{
    7575    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • smartpay/trunk/vendor/composer/autoload_static.php

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

    r2680761 r2683699  
    33        {
    44            "name": "psr/container",
    5             "version": "2.0.2",
    6             "version_normalized": "2.0.2.0",
     5            "version": "1.1.2",
     6            "version_normalized": "1.1.2.0",
    77            "source": {
    88                "type": "git",
    99                "url": "https://github.com/php-fig/container.git",
    10                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
    11             },
    12             "dist": {
    13                 "type": "zip",
    14                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
    15                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
     10                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
     11            },
     12            "dist": {
     13                "type": "zip",
     14                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
     15                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
    1616                "shasum": ""
    1717            },
     
    1919                "php": ">=7.4.0"
    2020            },
    21             "time": "2021-11-05T16:47:00+00:00",
    22             "type": "library",
    23             "extra": {
    24                 "branch-alias": {
    25                     "dev-master": "2.0.x-dev"
    26                 }
    27             },
     21            "time": "2021-11-05T16:50:12+00:00",
     22            "type": "library",
    2823            "installation-source": "dist",
    2924            "autoload": {
     
    5348            "support": {
    5449                "issues": "https://github.com/php-fig/container/issues",
    55                 "source": "https://github.com/php-fig/container/tree/2.0.2"
     50                "source": "https://github.com/php-fig/container/tree/1.1.2"
    5651            },
    5752            "install-path": "../psr/container"
  • smartpay/trunk/vendor/composer/installed.php

    r2680761 r2683699  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => 'v2.6.1.1',
    4         'version' => '2.6.1.1',
     3        'pretty_version' => 'v2.6.2',
     4        'version' => '2.6.2.0',
    55        'type' => 'library',
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => '8701cb3821a4097c9cd69fe115ee2b888f3d2e3d',
     8        'reference' => 'ed07f2d03e320ef73000211087abffb955c4de8d',
    99        'name' => 'wp-smartpay/core',
    1010        'dev' => false,
     
    1212    'versions' => array(
    1313        'psr/container' => array(
    14             'pretty_version' => '2.0.2',
    15             'version' => '2.0.2.0',
     14            'pretty_version' => '1.1.2',
     15            'version' => '1.1.2.0',
    1616            'type' => 'library',
    1717            'install_path' => __DIR__ . '/../psr/container',
    1818            'aliases' => array(),
    19             'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963',
     19            'reference' => '513e0666f7216c7459170d56df27dfcefe1689ea',
    2020            'dev_requirement' => false,
    2121        ),
     
    5757        ),
    5858        'wp-smartpay/core' => array(
    59             'pretty_version' => 'v2.6.1.1',
    60             'version' => '2.6.1.1',
     59            'pretty_version' => 'v2.6.2',
     60            'version' => '2.6.2.0',
    6161            'type' => 'library',
    6262            'install_path' => __DIR__ . '/../../',
    6363            'aliases' => array(),
    64             'reference' => '8701cb3821a4097c9cd69fe115ee2b888f3d2e3d',
     64            'reference' => 'ed07f2d03e320ef73000211087abffb955c4de8d',
    6565            'dev_requirement' => false,
    6666        ),
  • smartpay/trunk/vendor/psr/container/src/ContainerInterface.php

    r2674934 r2683699  
    3333     * @return bool
    3434     */
    35     public function has(string $id): bool;
     35    public function has(string $id);
    3636}
Note: See TracChangeset for help on using the changeset viewer.