Changeset 3182242
- Timestamp:
- 11/05/2024 11:50:59 AM (17 months ago)
- Location:
- multisafepay
- Files:
-
- 6 deleted
- 32 edited
- 1 copied
-
tags/6.6.2 (copied) (copied from multisafepay/trunk)
-
tags/6.6.2/multisafepay.php (modified) (3 diffs)
-
tags/6.6.2/readme.txt (modified) (3 diffs)
-
tags/6.6.2/src/Services/OrderService.php (modified) (1 diff)
-
tags/6.6.2/src/Settings/SettingsFields.php (modified) (2 diffs)
-
tags/6.6.2/vendor/autoload.php (modified) (1 diff)
-
tags/6.6.2/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/6.6.2/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/6.6.2/vendor/composer/installed.json (modified) (6 diffs)
-
tags/6.6.2/vendor/composer/installed.php (modified) (4 diffs)
-
tags/6.6.2/vendor/nyholm/psr7/.php-cs-fixer.dist.php (deleted)
-
tags/6.6.2/vendor/nyholm/psr7/CHANGELOG.md (modified) (1 diff)
-
tags/6.6.2/vendor/nyholm/psr7/phpstan-baseline.neon (deleted)
-
tags/6.6.2/vendor/nyholm/psr7/psalm.baseline.xml (deleted)
-
tags/6.6.2/vendor/nyholm/psr7/src/Factory/Psr17Factory.php (modified) (1 diff)
-
tags/6.6.2/vendor/nyholm/psr7/src/Response.php (modified) (1 diff)
-
tags/6.6.2/vendor/php-http/discovery/.php-cs-fixer.php (modified) (1 diff)
-
tags/6.6.2/vendor/php-http/discovery/CHANGELOG.md (modified) (1 diff)
-
tags/6.6.2/vendor/php-http/discovery/src/Composer/Plugin.php (modified) (2 diffs)
-
tags/6.6.2/vendor/php-http/discovery/src/Psr18Client.php (modified) (1 diff)
-
trunk/multisafepay.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/src/Services/OrderService.php (modified) (1 diff)
-
trunk/src/Settings/SettingsFields.php (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.json (modified) (6 diffs)
-
trunk/vendor/composer/installed.php (modified) (4 diffs)
-
trunk/vendor/nyholm/psr7/.php-cs-fixer.dist.php (deleted)
-
trunk/vendor/nyholm/psr7/CHANGELOG.md (modified) (1 diff)
-
trunk/vendor/nyholm/psr7/phpstan-baseline.neon (deleted)
-
trunk/vendor/nyholm/psr7/psalm.baseline.xml (deleted)
-
trunk/vendor/nyholm/psr7/src/Factory/Psr17Factory.php (modified) (1 diff)
-
trunk/vendor/nyholm/psr7/src/Response.php (modified) (1 diff)
-
trunk/vendor/php-http/discovery/.php-cs-fixer.php (modified) (1 diff)
-
trunk/vendor/php-http/discovery/CHANGELOG.md (modified) (1 diff)
-
trunk/vendor/php-http/discovery/src/Composer/Plugin.php (modified) (2 diffs)
-
trunk/vendor/php-http/discovery/src/Psr18Client.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
multisafepay/tags/6.6.2/multisafepay.php
r3146437 r3182242 5 5 * Plugin URI: https://docs.multisafepay.com/docs/woocommerce 6 6 * Description: MultiSafepay Payment Plugin 7 * Version: 6.6. 17 * Version: 6.6.2 8 8 * Author: MultiSafepay 9 9 * Author URI: https://www.multisafepay.com … … 12 12 * License URI: http://www.gnu.org/licenses/gpl-3.0.html 13 13 * Requires at least: 6.0 14 * Tested up to: 6.6. 114 * Tested up to: 6.6.2 15 15 * WC requires at least: 6.0.0 16 * WC tested up to: 9. 2.316 * WC tested up to: 9.3.3 17 17 * Requires PHP: 7.3 18 18 * Text Domain: multisafepay … … 27 27 * Plugin version 28 28 */ 29 define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.6. 1' );29 define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.6.2' ); 30 30 31 31 /** -
multisafepay/tags/6.6.2/readme.txt
r3146437 r3182242 3 3 Tags: multisafepay, payment gateway, credit cards, ideal, bnpl 4 4 Requires at least: 6.0 5 Tested up to: 6.6. 15 Tested up to: 6.6.2 6 6 Requires PHP: 7.3 7 Stable tag: 6.6. 17 Stable tag: 6.6.2 8 8 License: MIT 9 9 … … 128 128 == Upgrade Notice == 129 129 130 = 6.6. 1=130 = 6.6.2 = 131 131 6.x.x is a major upgrade in which the MultiSafepay payment methods are registered dynamically via an API request to MultiSafepay. If you are upgrading from 5.X.X version, after the upgrade, please navigate to the MultiSafepay settings page, and to each one of the payment methods enabled in your account, and confirm the settings in each section are set up according to your preferences. 132 132 … … 144 144 145 145 == Changelog == 146 = Release Notes - WooCommerce 6.6.2 (Nov 5th, 2024) = 147 148 ### Added 149 + PLGWOOS-961: Add double-check before addDelivery() in the order request builder 150 151 ### Changed 152 + PLGWOOS-953: Change label of the group cards setting field 153 146 154 = Release Notes - WooCommerce 6.6.1 (Sep 4th, 2024) = 147 155 -
multisafepay/tags/6.6.2/src/Services/OrderService.php
r3114383 r3182242 66 66 ->addData( array( 'var2' => $order->get_id() ) ); 67 67 68 if ( $order->needs_shipping_address() ) {68 if ( $order->needs_shipping_address() && $order->has_shipping_address() ) { 69 69 $order_request->addDelivery( $this->customer_service->create_delivery_details( $order ) ); 70 70 } -
multisafepay/tags/6.6.2/src/Settings/SettingsFields.php
r3048898 r3182242 90 90 array( 91 91 'id' => 'multisafepay_group_credit_cards', 92 'label' => __( 'Group Credit Cards', 'multisafepay' ),93 'description' => __( 'If is enable , payment methods classified as credit cards(Amex, Maestro, Mastercard, and Visa) will shown grouped as a single payment method', 'multisafepay' ),92 'label' => __( 'Group debit and credit cards', 'multisafepay' ), 93 'description' => __( 'If is enabled, payment methods classified as debit and credit cards (Amex, Maestro, Mastercard, and Visa) will shown grouped as a single payment method', 'multisafepay' ), 94 94 'type' => 'checkbox', 95 95 'default' => (bool) get_option( … … 97 97 PaymentMethodService::is_multisafepay_credit_card_woocommerce_payment_gateway_enabled() 98 98 ), 99 'placeholder' => __( 'Group Credit Cards', 'multisafepay' ),99 'placeholder' => __( 'Group debit and credit cards', 'multisafepay' ), 100 100 'tooltip' => '', 101 101 'callback' => '', -
multisafepay/tags/6.6.2/vendor/autoload.php
r3146437 r3182242 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 68721a43f2665cbca96d07cf1de6e772::getLoader();25 return ComposerAutoloaderInit9a3a8c00d82f2456a00be2ca473f5edb::getLoader(); -
multisafepay/tags/6.6.2/vendor/composer/autoload_real.php
r3146437 r3182242 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 68721a43f2665cbca96d07cf1de6e7725 class ComposerAutoloaderInit9a3a8c00d82f2456a00be2ca473f5edb 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 68721a43f2665cbca96d07cf1de6e772', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit9a3a8c00d82f2456a00be2ca473f5edb', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 68721a43f2665cbca96d07cf1de6e772', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit9a3a8c00d82f2456a00be2ca473f5edb', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 68721a43f2665cbca96d07cf1de6e772::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit9a3a8c00d82f2456a00be2ca473f5edb::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
multisafepay/tags/6.6.2/vendor/composer/autoload_static.php
r3146437 r3182242 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 68721a43f2665cbca96d07cf1de6e7727 class ComposerStaticInit9a3a8c00d82f2456a00be2ca473f5edb 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 63 63 { 64 64 return \Closure::bind(function () use ($loader) { 65 $loader->prefixLengthsPsr4 = ComposerStaticInit 68721a43f2665cbca96d07cf1de6e772::$prefixLengthsPsr4;66 $loader->prefixDirsPsr4 = ComposerStaticInit 68721a43f2665cbca96d07cf1de6e772::$prefixDirsPsr4;67 $loader->classMap = ComposerStaticInit 68721a43f2665cbca96d07cf1de6e772::$classMap;65 $loader->prefixLengthsPsr4 = ComposerStaticInit9a3a8c00d82f2456a00be2ca473f5edb::$prefixLengthsPsr4; 66 $loader->prefixDirsPsr4 = ComposerStaticInit9a3a8c00d82f2456a00be2ca473f5edb::$prefixDirsPsr4; 67 $loader->classMap = ComposerStaticInit9a3a8c00d82f2456a00be2ca473f5edb::$classMap; 68 68 69 69 }, null, ClassLoader::class); -
multisafepay/tags/6.6.2/vendor/composer/installed.json
r3114383 r3182242 59 59 { 60 60 "name": "nyholm/psr7", 61 "version": "1.8. 1",62 "version_normalized": "1.8. 1.0",61 "version": "1.8.2", 62 "version_normalized": "1.8.2.0", 63 63 "source": { 64 64 "type": "git", 65 65 "url": "https://github.com/Nyholm/psr7.git", 66 "reference": "a a5fc277a4f5508013d571341ade0c3886d4d00e"67 }, 68 "dist": { 69 "type": "zip", 70 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a a5fc277a4f5508013d571341ade0c3886d4d00e",71 "reference": "a a5fc277a4f5508013d571341ade0c3886d4d00e",66 "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3" 67 }, 68 "dist": { 69 "type": "zip", 70 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3", 71 "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3", 72 72 "shasum": "" 73 73 }, … … 89 89 "symfony/error-handler": "^4.4" 90 90 }, 91 "time": "202 3-11-13T09:31:12+00:00",91 "time": "2024-09-09T07:06:30+00:00", 92 92 "type": "library", 93 93 "extra": { … … 124 124 "support": { 125 125 "issues": "https://github.com/Nyholm/psr7/issues", 126 "source": "https://github.com/Nyholm/psr7/tree/1.8. 1"126 "source": "https://github.com/Nyholm/psr7/tree/1.8.2" 127 127 }, 128 128 "funding": [ … … 140 140 { 141 141 "name": "php-http/discovery", 142 "version": "1. 19.4",143 "version_normalized": "1. 19.4.0",142 "version": "1.20.0", 143 "version_normalized": "1.20.0.0", 144 144 "source": { 145 145 "type": "git", 146 146 "url": "https://github.com/php-http/discovery.git", 147 "reference": " 0700efda8d7526335132360167315fdab3aeb599"148 }, 149 "dist": { 150 "type": "zip", 151 "url": "https://api.github.com/repos/php-http/discovery/zipball/ 0700efda8d7526335132360167315fdab3aeb599",152 "reference": " 0700efda8d7526335132360167315fdab3aeb599",147 "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d" 148 }, 149 "dist": { 150 "type": "zip", 151 "url": "https://api.github.com/repos/php-http/discovery/zipball/82fe4c73ef3363caed49ff8dd1539ba06044910d", 152 "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d", 153 153 "shasum": "" 154 154 }, … … 177 177 "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1" 178 178 }, 179 "time": "2024- 03-29T13:00:05+00:00",179 "time": "2024-10-02T11:20:13+00:00", 180 180 "type": "composer-plugin", 181 181 "extra": { … … 216 216 "support": { 217 217 "issues": "https://github.com/php-http/discovery/issues", 218 "source": "https://github.com/php-http/discovery/tree/1. 19.4"218 "source": "https://github.com/php-http/discovery/tree/1.20.0" 219 219 }, 220 220 "install-path": "../php-http/discovery" -
multisafepay/tags/6.6.2/vendor/composer/installed.php
r3146437 r3182242 2 2 'root' => array( 3 3 'name' => 'multisafepay/woocommerce', 4 'pretty_version' => '6.6. 1',5 'version' => '6.6. 1.0',4 'pretty_version' => '6.6.2', 5 'version' => '6.6.2.0', 6 6 'reference' => null, 7 7 'type' => 'wordpress-plugin', … … 21 21 ), 22 22 'multisafepay/woocommerce' => array( 23 'pretty_version' => '6.6. 1',24 'version' => '6.6. 1.0',23 'pretty_version' => '6.6.2', 24 'version' => '6.6.2.0', 25 25 'reference' => null, 26 26 'type' => 'wordpress-plugin', … … 30 30 ), 31 31 'nyholm/psr7' => array( 32 'pretty_version' => '1.8. 1',33 'version' => '1.8. 1.0',34 'reference' => 'a a5fc277a4f5508013d571341ade0c3886d4d00e',32 'pretty_version' => '1.8.2', 33 'version' => '1.8.2.0', 34 'reference' => 'a71f2b11690f4b24d099d6b16690a90ae14fc6f3', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../nyholm/psr7', … … 51 51 ), 52 52 'php-http/discovery' => array( 53 'pretty_version' => '1. 19.4',54 'version' => '1. 19.4.0',55 'reference' => ' 0700efda8d7526335132360167315fdab3aeb599',53 'pretty_version' => '1.20.0', 54 'version' => '1.20.0.0', 55 'reference' => '82fe4c73ef3363caed49ff8dd1539ba06044910d', 56 56 'type' => 'composer-plugin', 57 57 'install_path' => __DIR__ . '/../php-http/discovery', -
multisafepay/tags/6.6.2/vendor/nyholm/psr7/CHANGELOG.md
r2927749 r3182242 2 2 3 3 All notable changes to this project will be documented in this file, in reverse chronological order by release. 4 5 ## 1.8.2 6 7 - Fix deprecation warnings in PHP 8.4 8 9 ## 1.8.1 10 11 - Fix error handling in Stream::getContents() 4 12 5 13 ## 1.8.0 -
multisafepay/tags/6.6.2/vendor/nyholm/psr7/src/Factory/Psr17Factory.php
r2698508 r3182242 58 58 } 59 59 60 public function createUploadedFile(StreamInterface $stream, int $size = null, int $error = \UPLOAD_ERR_OK, string $clientFilename = null,string $clientMediaType = null): UploadedFileInterface60 public function createUploadedFile(StreamInterface $stream, ?int $size = null, int $error = \UPLOAD_ERR_OK, ?string $clientFilename = null, ?string $clientMediaType = null): UploadedFileInterface 61 61 { 62 62 if (null === $size) { -
multisafepay/tags/6.6.2/vendor/nyholm/psr7/src/Response.php
r2927749 r3182242 40 40 * @param string|null $reason Reason phrase (when empty a default will be used based on the status code) 41 41 */ 42 public function __construct(int $status = 200, array $headers = [], $body = null, string $version = '1.1', string $reason = null)42 public function __construct(int $status = 200, array $headers = [], $body = null, string $version = '1.1', ?string $reason = null) 43 43 { 44 44 // If we got no body, defer initialization of the stream until Response::getBody() -
multisafepay/tags/6.6.2/vendor/php-http/discovery/.php-cs-fixer.php
r2730349 r3182242 10 10 ->setRules([ 11 11 '@Symfony' => true, 12 'trailing_comma_in_multiline' => false, // for methods this is incompatible with PHP 7 12 13 ]) 13 14 ->setFinder($finder) -
multisafepay/tags/6.6.2/vendor/php-http/discovery/CHANGELOG.md
r3072171 r3182242 1 1 # Change Log 2 3 ## 1.20.0 - 2024-10-02 4 5 - [#268](https://github.com/php-http/discovery/pull/268) - Do not attempt to update lock file when it is not existing. 6 - [#267](https://github.com/php-http/discovery/pull/267) - Test with PHP 8.3 and 8.4 7 - [#266](https://github.com/php-http/discovery/pull/266) - If wrapped client implements factories, use those instead of discovering new factories. 2 8 3 9 ## 1.19.4 - 2024-03-29 -
multisafepay/tags/6.6.2/vendor/php-http/discovery/src/Composer/Plugin.php
r2951435 r3182242 453 453 private function updateComposerLock(Composer $composer, IOInterface $io) 454 454 { 455 if (false === $composer->getConfig()->get('lock')) { 456 return; 457 } 458 455 459 $lock = substr(Factory::getComposerFile(), 0, -4).'lock'; 456 460 $composerJson = file_get_contents(Factory::getComposerFile()); … … 459 463 ? new Locker($io, $lockFile, $composer->getInstallationManager(), $composerJson) 460 464 : new Locker($io, $lockFile, $composer->getRepositoryManager(), $composer->getInstallationManager(), $composerJson); 465 466 if (!$locker->isLocked()) { 467 return; 468 } 469 461 470 $lockData = $locker->getLockData(); 462 471 $lockData['content-hash'] = Locker::getContentHash($composerJson); -
multisafepay/tags/6.6.2/vendor/php-http/discovery/src/Psr18Client.php
r3072171 r3182242 34 34 ?UriFactoryInterface $uriFactory = null 35 35 ) { 36 $requestFactory ?? $requestFactory = $client instanceof RequestFactoryInterface ? $client : null; 37 $responseFactory ?? $responseFactory = $client instanceof ResponseFactoryInterface ? $client : null; 38 $serverRequestFactory ?? $serverRequestFactory = $client instanceof ServerRequestFactoryInterface ? $client : null; 39 $streamFactory ?? $streamFactory = $client instanceof StreamFactoryInterface ? $client : null; 40 $uploadedFileFactory ?? $uploadedFileFactory = $client instanceof UploadedFileFactoryInterface ? $client : null; 41 $uriFactory ?? $uriFactory = $client instanceof UriFactoryInterface ? $client : null; 42 36 43 parent::__construct($requestFactory, $responseFactory, $serverRequestFactory, $streamFactory, $uploadedFileFactory, $uriFactory); 37 44 -
multisafepay/trunk/multisafepay.php
r3146437 r3182242 5 5 * Plugin URI: https://docs.multisafepay.com/docs/woocommerce 6 6 * Description: MultiSafepay Payment Plugin 7 * Version: 6.6. 17 * Version: 6.6.2 8 8 * Author: MultiSafepay 9 9 * Author URI: https://www.multisafepay.com … … 12 12 * License URI: http://www.gnu.org/licenses/gpl-3.0.html 13 13 * Requires at least: 6.0 14 * Tested up to: 6.6. 114 * Tested up to: 6.6.2 15 15 * WC requires at least: 6.0.0 16 * WC tested up to: 9. 2.316 * WC tested up to: 9.3.3 17 17 * Requires PHP: 7.3 18 18 * Text Domain: multisafepay … … 27 27 * Plugin version 28 28 */ 29 define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.6. 1' );29 define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.6.2' ); 30 30 31 31 /** -
multisafepay/trunk/readme.txt
r3146437 r3182242 3 3 Tags: multisafepay, payment gateway, credit cards, ideal, bnpl 4 4 Requires at least: 6.0 5 Tested up to: 6.6. 15 Tested up to: 6.6.2 6 6 Requires PHP: 7.3 7 Stable tag: 6.6. 17 Stable tag: 6.6.2 8 8 License: MIT 9 9 … … 128 128 == Upgrade Notice == 129 129 130 = 6.6. 1=130 = 6.6.2 = 131 131 6.x.x is a major upgrade in which the MultiSafepay payment methods are registered dynamically via an API request to MultiSafepay. If you are upgrading from 5.X.X version, after the upgrade, please navigate to the MultiSafepay settings page, and to each one of the payment methods enabled in your account, and confirm the settings in each section are set up according to your preferences. 132 132 … … 144 144 145 145 == Changelog == 146 = Release Notes - WooCommerce 6.6.2 (Nov 5th, 2024) = 147 148 ### Added 149 + PLGWOOS-961: Add double-check before addDelivery() in the order request builder 150 151 ### Changed 152 + PLGWOOS-953: Change label of the group cards setting field 153 146 154 = Release Notes - WooCommerce 6.6.1 (Sep 4th, 2024) = 147 155 -
multisafepay/trunk/src/Services/OrderService.php
r3114383 r3182242 66 66 ->addData( array( 'var2' => $order->get_id() ) ); 67 67 68 if ( $order->needs_shipping_address() ) {68 if ( $order->needs_shipping_address() && $order->has_shipping_address() ) { 69 69 $order_request->addDelivery( $this->customer_service->create_delivery_details( $order ) ); 70 70 } -
multisafepay/trunk/src/Settings/SettingsFields.php
r3048898 r3182242 90 90 array( 91 91 'id' => 'multisafepay_group_credit_cards', 92 'label' => __( 'Group Credit Cards', 'multisafepay' ),93 'description' => __( 'If is enable , payment methods classified as credit cards(Amex, Maestro, Mastercard, and Visa) will shown grouped as a single payment method', 'multisafepay' ),92 'label' => __( 'Group debit and credit cards', 'multisafepay' ), 93 'description' => __( 'If is enabled, payment methods classified as debit and credit cards (Amex, Maestro, Mastercard, and Visa) will shown grouped as a single payment method', 'multisafepay' ), 94 94 'type' => 'checkbox', 95 95 'default' => (bool) get_option( … … 97 97 PaymentMethodService::is_multisafepay_credit_card_woocommerce_payment_gateway_enabled() 98 98 ), 99 'placeholder' => __( 'Group Credit Cards', 'multisafepay' ),99 'placeholder' => __( 'Group debit and credit cards', 'multisafepay' ), 100 100 'tooltip' => '', 101 101 'callback' => '', -
multisafepay/trunk/vendor/autoload.php
r3146437 r3182242 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 68721a43f2665cbca96d07cf1de6e772::getLoader();25 return ComposerAutoloaderInit9a3a8c00d82f2456a00be2ca473f5edb::getLoader(); -
multisafepay/trunk/vendor/composer/autoload_real.php
r3146437 r3182242 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 68721a43f2665cbca96d07cf1de6e7725 class ComposerAutoloaderInit9a3a8c00d82f2456a00be2ca473f5edb 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 68721a43f2665cbca96d07cf1de6e772', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit9a3a8c00d82f2456a00be2ca473f5edb', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 68721a43f2665cbca96d07cf1de6e772', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit9a3a8c00d82f2456a00be2ca473f5edb', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 68721a43f2665cbca96d07cf1de6e772::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit9a3a8c00d82f2456a00be2ca473f5edb::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
multisafepay/trunk/vendor/composer/autoload_static.php
r3146437 r3182242 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 68721a43f2665cbca96d07cf1de6e7727 class ComposerStaticInit9a3a8c00d82f2456a00be2ca473f5edb 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 63 63 { 64 64 return \Closure::bind(function () use ($loader) { 65 $loader->prefixLengthsPsr4 = ComposerStaticInit 68721a43f2665cbca96d07cf1de6e772::$prefixLengthsPsr4;66 $loader->prefixDirsPsr4 = ComposerStaticInit 68721a43f2665cbca96d07cf1de6e772::$prefixDirsPsr4;67 $loader->classMap = ComposerStaticInit 68721a43f2665cbca96d07cf1de6e772::$classMap;65 $loader->prefixLengthsPsr4 = ComposerStaticInit9a3a8c00d82f2456a00be2ca473f5edb::$prefixLengthsPsr4; 66 $loader->prefixDirsPsr4 = ComposerStaticInit9a3a8c00d82f2456a00be2ca473f5edb::$prefixDirsPsr4; 67 $loader->classMap = ComposerStaticInit9a3a8c00d82f2456a00be2ca473f5edb::$classMap; 68 68 69 69 }, null, ClassLoader::class); -
multisafepay/trunk/vendor/composer/installed.json
r3114383 r3182242 59 59 { 60 60 "name": "nyholm/psr7", 61 "version": "1.8. 1",62 "version_normalized": "1.8. 1.0",61 "version": "1.8.2", 62 "version_normalized": "1.8.2.0", 63 63 "source": { 64 64 "type": "git", 65 65 "url": "https://github.com/Nyholm/psr7.git", 66 "reference": "a a5fc277a4f5508013d571341ade0c3886d4d00e"67 }, 68 "dist": { 69 "type": "zip", 70 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a a5fc277a4f5508013d571341ade0c3886d4d00e",71 "reference": "a a5fc277a4f5508013d571341ade0c3886d4d00e",66 "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3" 67 }, 68 "dist": { 69 "type": "zip", 70 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3", 71 "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3", 72 72 "shasum": "" 73 73 }, … … 89 89 "symfony/error-handler": "^4.4" 90 90 }, 91 "time": "202 3-11-13T09:31:12+00:00",91 "time": "2024-09-09T07:06:30+00:00", 92 92 "type": "library", 93 93 "extra": { … … 124 124 "support": { 125 125 "issues": "https://github.com/Nyholm/psr7/issues", 126 "source": "https://github.com/Nyholm/psr7/tree/1.8. 1"126 "source": "https://github.com/Nyholm/psr7/tree/1.8.2" 127 127 }, 128 128 "funding": [ … … 140 140 { 141 141 "name": "php-http/discovery", 142 "version": "1. 19.4",143 "version_normalized": "1. 19.4.0",142 "version": "1.20.0", 143 "version_normalized": "1.20.0.0", 144 144 "source": { 145 145 "type": "git", 146 146 "url": "https://github.com/php-http/discovery.git", 147 "reference": " 0700efda8d7526335132360167315fdab3aeb599"148 }, 149 "dist": { 150 "type": "zip", 151 "url": "https://api.github.com/repos/php-http/discovery/zipball/ 0700efda8d7526335132360167315fdab3aeb599",152 "reference": " 0700efda8d7526335132360167315fdab3aeb599",147 "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d" 148 }, 149 "dist": { 150 "type": "zip", 151 "url": "https://api.github.com/repos/php-http/discovery/zipball/82fe4c73ef3363caed49ff8dd1539ba06044910d", 152 "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d", 153 153 "shasum": "" 154 154 }, … … 177 177 "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1" 178 178 }, 179 "time": "2024- 03-29T13:00:05+00:00",179 "time": "2024-10-02T11:20:13+00:00", 180 180 "type": "composer-plugin", 181 181 "extra": { … … 216 216 "support": { 217 217 "issues": "https://github.com/php-http/discovery/issues", 218 "source": "https://github.com/php-http/discovery/tree/1. 19.4"218 "source": "https://github.com/php-http/discovery/tree/1.20.0" 219 219 }, 220 220 "install-path": "../php-http/discovery" -
multisafepay/trunk/vendor/composer/installed.php
r3146437 r3182242 2 2 'root' => array( 3 3 'name' => 'multisafepay/woocommerce', 4 'pretty_version' => '6.6. 1',5 'version' => '6.6. 1.0',4 'pretty_version' => '6.6.2', 5 'version' => '6.6.2.0', 6 6 'reference' => null, 7 7 'type' => 'wordpress-plugin', … … 21 21 ), 22 22 'multisafepay/woocommerce' => array( 23 'pretty_version' => '6.6. 1',24 'version' => '6.6. 1.0',23 'pretty_version' => '6.6.2', 24 'version' => '6.6.2.0', 25 25 'reference' => null, 26 26 'type' => 'wordpress-plugin', … … 30 30 ), 31 31 'nyholm/psr7' => array( 32 'pretty_version' => '1.8. 1',33 'version' => '1.8. 1.0',34 'reference' => 'a a5fc277a4f5508013d571341ade0c3886d4d00e',32 'pretty_version' => '1.8.2', 33 'version' => '1.8.2.0', 34 'reference' => 'a71f2b11690f4b24d099d6b16690a90ae14fc6f3', 35 35 'type' => 'library', 36 36 'install_path' => __DIR__ . '/../nyholm/psr7', … … 51 51 ), 52 52 'php-http/discovery' => array( 53 'pretty_version' => '1. 19.4',54 'version' => '1. 19.4.0',55 'reference' => ' 0700efda8d7526335132360167315fdab3aeb599',53 'pretty_version' => '1.20.0', 54 'version' => '1.20.0.0', 55 'reference' => '82fe4c73ef3363caed49ff8dd1539ba06044910d', 56 56 'type' => 'composer-plugin', 57 57 'install_path' => __DIR__ . '/../php-http/discovery', -
multisafepay/trunk/vendor/nyholm/psr7/CHANGELOG.md
r2927749 r3182242 2 2 3 3 All notable changes to this project will be documented in this file, in reverse chronological order by release. 4 5 ## 1.8.2 6 7 - Fix deprecation warnings in PHP 8.4 8 9 ## 1.8.1 10 11 - Fix error handling in Stream::getContents() 4 12 5 13 ## 1.8.0 -
multisafepay/trunk/vendor/nyholm/psr7/src/Factory/Psr17Factory.php
r2698508 r3182242 58 58 } 59 59 60 public function createUploadedFile(StreamInterface $stream, int $size = null, int $error = \UPLOAD_ERR_OK, string $clientFilename = null,string $clientMediaType = null): UploadedFileInterface60 public function createUploadedFile(StreamInterface $stream, ?int $size = null, int $error = \UPLOAD_ERR_OK, ?string $clientFilename = null, ?string $clientMediaType = null): UploadedFileInterface 61 61 { 62 62 if (null === $size) { -
multisafepay/trunk/vendor/nyholm/psr7/src/Response.php
r2927749 r3182242 40 40 * @param string|null $reason Reason phrase (when empty a default will be used based on the status code) 41 41 */ 42 public function __construct(int $status = 200, array $headers = [], $body = null, string $version = '1.1', string $reason = null)42 public function __construct(int $status = 200, array $headers = [], $body = null, string $version = '1.1', ?string $reason = null) 43 43 { 44 44 // If we got no body, defer initialization of the stream until Response::getBody() -
multisafepay/trunk/vendor/php-http/discovery/.php-cs-fixer.php
r2730349 r3182242 10 10 ->setRules([ 11 11 '@Symfony' => true, 12 'trailing_comma_in_multiline' => false, // for methods this is incompatible with PHP 7 12 13 ]) 13 14 ->setFinder($finder) -
multisafepay/trunk/vendor/php-http/discovery/CHANGELOG.md
r3072171 r3182242 1 1 # Change Log 2 3 ## 1.20.0 - 2024-10-02 4 5 - [#268](https://github.com/php-http/discovery/pull/268) - Do not attempt to update lock file when it is not existing. 6 - [#267](https://github.com/php-http/discovery/pull/267) - Test with PHP 8.3 and 8.4 7 - [#266](https://github.com/php-http/discovery/pull/266) - If wrapped client implements factories, use those instead of discovering new factories. 2 8 3 9 ## 1.19.4 - 2024-03-29 -
multisafepay/trunk/vendor/php-http/discovery/src/Composer/Plugin.php
r2951435 r3182242 453 453 private function updateComposerLock(Composer $composer, IOInterface $io) 454 454 { 455 if (false === $composer->getConfig()->get('lock')) { 456 return; 457 } 458 455 459 $lock = substr(Factory::getComposerFile(), 0, -4).'lock'; 456 460 $composerJson = file_get_contents(Factory::getComposerFile()); … … 459 463 ? new Locker($io, $lockFile, $composer->getInstallationManager(), $composerJson) 460 464 : new Locker($io, $lockFile, $composer->getRepositoryManager(), $composer->getInstallationManager(), $composerJson); 465 466 if (!$locker->isLocked()) { 467 return; 468 } 469 461 470 $lockData = $locker->getLockData(); 462 471 $lockData['content-hash'] = Locker::getContentHash($composerJson); -
multisafepay/trunk/vendor/php-http/discovery/src/Psr18Client.php
r3072171 r3182242 34 34 ?UriFactoryInterface $uriFactory = null 35 35 ) { 36 $requestFactory ?? $requestFactory = $client instanceof RequestFactoryInterface ? $client : null; 37 $responseFactory ?? $responseFactory = $client instanceof ResponseFactoryInterface ? $client : null; 38 $serverRequestFactory ?? $serverRequestFactory = $client instanceof ServerRequestFactoryInterface ? $client : null; 39 $streamFactory ?? $streamFactory = $client instanceof StreamFactoryInterface ? $client : null; 40 $uploadedFileFactory ?? $uploadedFileFactory = $client instanceof UploadedFileFactoryInterface ? $client : null; 41 $uriFactory ?? $uriFactory = $client instanceof UriFactoryInterface ? $client : null; 42 36 43 parent::__construct($requestFactory, $responseFactory, $serverRequestFactory, $streamFactory, $uploadedFileFactory, $uriFactory); 37 44
Note: See TracChangeset
for help on using the changeset viewer.