Changeset 2683699
- Timestamp:
- 02/23/2022 12:02:00 PM (4 years ago)
- Location:
- smartpay
- Files:
-
- 20 edited
- 1 copied
-
tags/2.6.2 (copied) (copied from smartpay/trunk)
-
tags/2.6.2/app/Modules/Admin/Setting.php (modified) (1 diff)
-
tags/2.6.2/readme.txt (modified) (2 diffs)
-
tags/2.6.2/smartpay.php (modified) (2 diffs)
-
tags/2.6.2/vendor/autoload.php (modified) (1 diff)
-
tags/2.6.2/vendor/composer/autoload_files.php (modified) (1 diff)
-
tags/2.6.2/vendor/composer/autoload_real.php (modified) (5 diffs)
-
tags/2.6.2/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/2.6.2/vendor/composer/installed.json (modified) (3 diffs)
-
tags/2.6.2/vendor/composer/installed.php (modified) (3 diffs)
-
tags/2.6.2/vendor/psr/container/src/ContainerInterface.php (modified) (1 diff)
-
trunk/app/Modules/Admin/Setting.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smartpay.php (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_files.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (5 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.json (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (3 diffs)
-
trunk/vendor/psr/container/src/ContainerInterface.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smartpay/tags/2.6.2/app/Modules/Admin/Setting.php
r2680761 r2683699 905 905 906 906 $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) . '"/>'; 908 908 909 909 $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 3 3 Tags: 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, 4 4 Requires at least: 4.9 5 Tested up to: 5.9 5 Tested up to: 5.9.1 6 6 Requires PHP: 7.4.0 7 Stable Tag: 2.6. 17 Stable Tag: 2.6.2 8 8 License: GNU Version 2 or later 9 9 … … 116 116 117 117 == Changelog == 118 = [2.6.2] = 119 * New - License key privacy added 120 * Fix - Fix conflict issue with WooCommerce installation 121 118 122 = [2.6.1] = 119 123 * New - Added mollie payment gateway integration -
smartpay/tags/2.6.2/smartpay.php
r2680761 r2683699 6 6 * Plugin URI: https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash 7 7 * 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. 18 * Version: 2.6.2 9 9 * Author: WPSmartPay 10 10 * Author URI: https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash … … 28 28 defined('ABSPATH') || exit; 29 29 30 define('SMARTPAY_VERSION', '2.6. 1');30 define('SMARTPAY_VERSION', '2.6.2'); 31 31 define('SMARTPAY_PLUGIN_FILE', __FILE__); 32 32 define('SMARTPAY_PLUGIN_ASSETS', plugins_url('public', __FILE__)); -
smartpay/tags/2.6.2/vendor/autoload.php
r2680761 r2683699 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit b012a617faee4f1660d1ad55981d5ab4::getLoader();7 return ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e::getLoader(); -
smartpay/tags/2.6.2/vendor/composer/autoload_files.php
r2680761 r2683699 7 7 8 8 return array( 9 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php', 10 '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php', 9 11 'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php', 10 '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',11 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',12 12 'b238f0d487b3f05b8f1fe4427c1c73ea' => $baseDir . '/app/Helpers/smartpay.php', 13 13 'ec0004d7b76e0f4a44ec19163e583dea' => $baseDir . '/framework/helpers.php', -
smartpay/tags/2.6.2/vendor/composer/autoload_real.php
r2680761 r2683699 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit b012a617faee4f1660d1ad55981d5ab45 class ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit b012a617faee4f1660d1ad55981d5ab4', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit b012a617faee4f1660d1ad55981d5ab4', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit b012a617faee4f1660d1ad55981d5ab4::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; … … 54 54 55 55 if ($useStaticLoader) { 56 $includeFiles = Composer\Autoload\ComposerStaticInit b012a617faee4f1660d1ad55981d5ab4::$files;56 $includeFiles = Composer\Autoload\ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::$files; 57 57 } else { 58 58 $includeFiles = require __DIR__ . '/autoload_files.php'; 59 59 } 60 60 foreach ($includeFiles as $fileIdentifier => $file) { 61 composerRequire b012a617faee4f1660d1ad55981d5ab4($fileIdentifier, $file);61 composerRequirec8273a339dd9ae09d3573c297d9a213e($fileIdentifier, $file); 62 62 } 63 63 … … 71 71 * @return void 72 72 */ 73 function composerRequire b012a617faee4f1660d1ad55981d5ab4($fileIdentifier, $file)73 function composerRequirec8273a339dd9ae09d3573c297d9a213e($fileIdentifier, $file) 74 74 { 75 75 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
smartpay/tags/2.6.2/vendor/composer/autoload_static.php
r2680761 r2683699 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit b012a617faee4f1660d1ad55981d5ab47 class ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e 8 8 { 9 9 public static $files = array ( 10 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', 11 '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', 10 12 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', 11 '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',12 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',13 13 'b238f0d487b3f05b8f1fe4427c1c73ea' => __DIR__ . '/../..' . '/app/Helpers/smartpay.php', 14 14 'ec0004d7b76e0f4a44ec19163e583dea' => __DIR__ . '/../..' . '/framework/helpers.php', … … 73 73 { 74 74 return \Closure::bind(function () use ($loader) { 75 $loader->prefixLengthsPsr4 = ComposerStaticInit b012a617faee4f1660d1ad55981d5ab4::$prefixLengthsPsr4;76 $loader->prefixDirsPsr4 = ComposerStaticInit b012a617faee4f1660d1ad55981d5ab4::$prefixDirsPsr4;77 $loader->classMap = ComposerStaticInit b012a617faee4f1660d1ad55981d5ab4::$classMap;75 $loader->prefixLengthsPsr4 = ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::$prefixLengthsPsr4; 76 $loader->prefixDirsPsr4 = ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::$prefixDirsPsr4; 77 $loader->classMap = ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::$classMap; 78 78 79 79 }, null, ClassLoader::class); -
smartpay/tags/2.6.2/vendor/composer/installed.json
r2680761 r2683699 3 3 { 4 4 "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", 7 7 "source": { 8 8 "type": "git", 9 9 "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", 16 16 "shasum": "" 17 17 }, … … 19 19 "php": ">=7.4.0" 20 20 }, 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", 28 23 "installation-source": "dist", 29 24 "autoload": { … … 53 48 "support": { 54 49 "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" 56 51 }, 57 52 "install-path": "../psr/container" -
smartpay/tags/2.6.2/vendor/composer/installed.php
r2680761 r2683699 1 1 <?php return array( 2 2 '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', 5 5 'type' => 'library', 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' 8701cb3821a4097c9cd69fe115ee2b888f3d2e3d',8 'reference' => 'ed07f2d03e320ef73000211087abffb955c4de8d', 9 9 'name' => 'wp-smartpay/core', 10 10 'dev' => false, … … 12 12 'versions' => array( 13 13 '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', 16 16 'type' => 'library', 17 17 'install_path' => __DIR__ . '/../psr/container', 18 18 'aliases' => array(), 19 'reference' => ' c71ecc56dfe541dbd90c5360474fbc405f8d5963',19 'reference' => '513e0666f7216c7459170d56df27dfcefe1689ea', 20 20 'dev_requirement' => false, 21 21 ), … … 57 57 ), 58 58 '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', 61 61 'type' => 'library', 62 62 'install_path' => __DIR__ . '/../../', 63 63 'aliases' => array(), 64 'reference' => ' 8701cb3821a4097c9cd69fe115ee2b888f3d2e3d',64 'reference' => 'ed07f2d03e320ef73000211087abffb955c4de8d', 65 65 'dev_requirement' => false, 66 66 ), -
smartpay/tags/2.6.2/vendor/psr/container/src/ContainerInterface.php
r2674934 r2683699 33 33 * @return bool 34 34 */ 35 public function has(string $id) : bool;35 public function has(string $id); 36 36 } -
smartpay/trunk/app/Modules/Admin/Setting.php
r2680761 r2683699 905 905 906 906 $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) . '"/>'; 908 908 909 909 $html .= '<label for="smartpay_settings[' . smartpay_sanitize_key($args['id']) . ']"> ' . wp_kses_post($args['desc']) . '</label>'; -
smartpay/trunk/readme.txt
r2680761 r2683699 3 3 Tags: 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, 4 4 Requires at least: 4.9 5 Tested up to: 5.9 5 Tested up to: 5.9.1 6 6 Requires PHP: 7.4.0 7 Stable Tag: 2.6. 17 Stable Tag: 2.6.2 8 8 License: GNU Version 2 or later 9 9 … … 116 116 117 117 == Changelog == 118 = [2.6.2] = 119 * New - License key privacy added 120 * Fix - Fix conflict issue with WooCommerce installation 121 118 122 = [2.6.1] = 119 123 * New - Added mollie payment gateway integration -
smartpay/trunk/smartpay.php
r2680761 r2683699 6 6 * Plugin URI: https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash 7 7 * 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. 18 * Version: 2.6.2 9 9 * Author: WPSmartPay 10 10 * Author URI: https://wpsmartpay.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash … … 28 28 defined('ABSPATH') || exit; 29 29 30 define('SMARTPAY_VERSION', '2.6. 1');30 define('SMARTPAY_VERSION', '2.6.2'); 31 31 define('SMARTPAY_PLUGIN_FILE', __FILE__); 32 32 define('SMARTPAY_PLUGIN_ASSETS', plugins_url('public', __FILE__)); -
smartpay/trunk/vendor/autoload.php
r2680761 r2683699 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit b012a617faee4f1660d1ad55981d5ab4::getLoader();7 return ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e::getLoader(); -
smartpay/trunk/vendor/composer/autoload_files.php
r2680761 r2683699 7 7 8 8 return array( 9 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php', 10 '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php', 9 11 'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php', 10 '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',11 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',12 12 'b238f0d487b3f05b8f1fe4427c1c73ea' => $baseDir . '/app/Helpers/smartpay.php', 13 13 'ec0004d7b76e0f4a44ec19163e583dea' => $baseDir . '/framework/helpers.php', -
smartpay/trunk/vendor/composer/autoload_real.php
r2680761 r2683699 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit b012a617faee4f1660d1ad55981d5ab45 class ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit b012a617faee4f1660d1ad55981d5ab4', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit b012a617faee4f1660d1ad55981d5ab4', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitc8273a339dd9ae09d3573c297d9a213e', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit b012a617faee4f1660d1ad55981d5ab4::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; … … 54 54 55 55 if ($useStaticLoader) { 56 $includeFiles = Composer\Autoload\ComposerStaticInit b012a617faee4f1660d1ad55981d5ab4::$files;56 $includeFiles = Composer\Autoload\ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::$files; 57 57 } else { 58 58 $includeFiles = require __DIR__ . '/autoload_files.php'; 59 59 } 60 60 foreach ($includeFiles as $fileIdentifier => $file) { 61 composerRequire b012a617faee4f1660d1ad55981d5ab4($fileIdentifier, $file);61 composerRequirec8273a339dd9ae09d3573c297d9a213e($fileIdentifier, $file); 62 62 } 63 63 … … 71 71 * @return void 72 72 */ 73 function composerRequire b012a617faee4f1660d1ad55981d5ab4($fileIdentifier, $file)73 function composerRequirec8273a339dd9ae09d3573c297d9a213e($fileIdentifier, $file) 74 74 { 75 75 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
smartpay/trunk/vendor/composer/autoload_static.php
r2680761 r2683699 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit b012a617faee4f1660d1ad55981d5ab47 class ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e 8 8 { 9 9 public static $files = array ( 10 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', 11 '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', 10 12 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', 11 '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',12 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',13 13 'b238f0d487b3f05b8f1fe4427c1c73ea' => __DIR__ . '/../..' . '/app/Helpers/smartpay.php', 14 14 'ec0004d7b76e0f4a44ec19163e583dea' => __DIR__ . '/../..' . '/framework/helpers.php', … … 73 73 { 74 74 return \Closure::bind(function () use ($loader) { 75 $loader->prefixLengthsPsr4 = ComposerStaticInit b012a617faee4f1660d1ad55981d5ab4::$prefixLengthsPsr4;76 $loader->prefixDirsPsr4 = ComposerStaticInit b012a617faee4f1660d1ad55981d5ab4::$prefixDirsPsr4;77 $loader->classMap = ComposerStaticInit b012a617faee4f1660d1ad55981d5ab4::$classMap;75 $loader->prefixLengthsPsr4 = ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::$prefixLengthsPsr4; 76 $loader->prefixDirsPsr4 = ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::$prefixDirsPsr4; 77 $loader->classMap = ComposerStaticInitc8273a339dd9ae09d3573c297d9a213e::$classMap; 78 78 79 79 }, null, ClassLoader::class); -
smartpay/trunk/vendor/composer/installed.json
r2680761 r2683699 3 3 { 4 4 "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", 7 7 "source": { 8 8 "type": "git", 9 9 "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", 16 16 "shasum": "" 17 17 }, … … 19 19 "php": ">=7.4.0" 20 20 }, 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", 28 23 "installation-source": "dist", 29 24 "autoload": { … … 53 48 "support": { 54 49 "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" 56 51 }, 57 52 "install-path": "../psr/container" -
smartpay/trunk/vendor/composer/installed.php
r2680761 r2683699 1 1 <?php return array( 2 2 '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', 5 5 'type' => 'library', 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' 8701cb3821a4097c9cd69fe115ee2b888f3d2e3d',8 'reference' => 'ed07f2d03e320ef73000211087abffb955c4de8d', 9 9 'name' => 'wp-smartpay/core', 10 10 'dev' => false, … … 12 12 'versions' => array( 13 13 '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', 16 16 'type' => 'library', 17 17 'install_path' => __DIR__ . '/../psr/container', 18 18 'aliases' => array(), 19 'reference' => ' c71ecc56dfe541dbd90c5360474fbc405f8d5963',19 'reference' => '513e0666f7216c7459170d56df27dfcefe1689ea', 20 20 'dev_requirement' => false, 21 21 ), … … 57 57 ), 58 58 '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', 61 61 'type' => 'library', 62 62 'install_path' => __DIR__ . '/../../', 63 63 'aliases' => array(), 64 'reference' => ' 8701cb3821a4097c9cd69fe115ee2b888f3d2e3d',64 'reference' => 'ed07f2d03e320ef73000211087abffb955c4de8d', 65 65 'dev_requirement' => false, 66 66 ), -
smartpay/trunk/vendor/psr/container/src/ContainerInterface.php
r2674934 r2683699 33 33 * @return bool 34 34 */ 35 public function has(string $id) : bool;35 public function has(string $id); 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.