Changeset 3088253
- Timestamp:
- 05/17/2024 11:03:18 AM (23 months ago)
- Location:
- multisafepay
- Files:
-
- 14 edited
- 1 copied
-
tags/6.4.3 (copied) (copied from multisafepay/trunk)
-
tags/6.4.3/multisafepay.php (modified) (2 diffs)
-
tags/6.4.3/readme.txt (modified) (3 diffs)
-
tags/6.4.3/src/Services/PaymentMethodService.php (modified) (1 diff)
-
tags/6.4.3/vendor/composer/installed.json (modified) (3 diffs)
-
tags/6.4.3/vendor/composer/installed.php (modified) (3 diffs)
-
tags/6.4.3/vendor/psr/http-factory/composer.json (modified) (2 diffs)
-
tags/6.4.3/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php (modified) (2 diffs)
-
trunk/multisafepay.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/src/Services/PaymentMethodService.php (modified) (1 diff)
-
trunk/vendor/composer/installed.json (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (3 diffs)
-
trunk/vendor/psr/http-factory/composer.json (modified) (2 diffs)
-
trunk/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multisafepay/tags/6.4.3/multisafepay.php
r3081925 r3088253 5 5 * Plugin URI: https://docs.multisafepay.com/docs/woocommerce 6 6 * Description: MultiSafepay Payment Plugin 7 * Version: 6.4. 27 * Version: 6.4.3 8 8 * Author: MultiSafepay 9 9 * Author URI: https://www.multisafepay.com … … 27 27 * Plugin version 28 28 */ 29 define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.4. 2' );29 define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.4.3' ); 30 30 31 31 /** -
multisafepay/tags/6.4.3/readme.txt
r3081925 r3088253 5 5 Tested up to: 6.5.2 6 6 Requires PHP: 7.3 7 Stable tag: 6.4. 27 Stable tag: 6.4.3 8 8 License: MIT 9 9 … … 128 128 == Upgrade Notice == 129 129 130 = 6.4. 2=130 = 6.4.3 = 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.4.3 (May 17th, 2024) = 147 148 ### Fixed 149 + PLGWOOS-922: Reduce the amount of API request improving general performance of the plugin 150 146 151 = Release Notes - WooCommerce 6.4.2 (May 6th, 2024) = 147 152 -
multisafepay/tags/6.4.3/src/Services/PaymentMethodService.php
r3081925 r3088253 21 21 22 22 /** 23 * Time in seconds, in which the stored value in cache with information of all gateways will expired.24 */ 25 public const EXPIRATION_TIME_FOR_PAYMENT_METHODS_API_REQUEST = 3600;23 * Time in seconds, in which the stored value in cache with information about all gateways will expire. 24 */ 25 public const EXPIRATION_TIME_FOR_PAYMENT_METHODS_API_REQUEST = 86400; 26 26 27 27 /** -
multisafepay/tags/6.4.3/vendor/composer/installed.json
r3072171 r3088253 277 277 { 278 278 "name": "psr/http-factory", 279 "version": "1. 0.2",280 "version_normalized": "1. 0.2.0",279 "version": "1.1.0", 280 "version_normalized": "1.1.0.0", 281 281 "source": { 282 282 "type": "git", 283 283 "url": "https://github.com/php-fig/http-factory.git", 284 "reference": " e616d01114759c4c489f93b099585439f795fe35"285 }, 286 "dist": { 287 "type": "zip", 288 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/ e616d01114759c4c489f93b099585439f795fe35",289 "reference": " e616d01114759c4c489f93b099585439f795fe35",290 "shasum": "" 291 }, 292 "require": { 293 "php": ">=7. 0.0",284 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" 285 }, 286 "dist": { 287 "type": "zip", 288 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 289 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 290 "shasum": "" 291 }, 292 "require": { 293 "php": ">=7.1", 294 294 "psr/http-message": "^1.0 || ^2.0" 295 295 }, 296 "time": "202 3-04-10T20:10:41+00:00",296 "time": "2024-04-15T12:06:14+00:00", 297 297 "type": "library", 298 298 "extra": { … … 317 317 } 318 318 ], 319 "description": " Common interfaces for PSR-7 HTTP message factories",319 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", 320 320 "keywords": [ 321 321 "factory", … … 329 329 ], 330 330 "support": { 331 "source": "https://github.com/php-fig/http-factory /tree/1.0.2"331 "source": "https://github.com/php-fig/http-factory" 332 332 }, 333 333 "install-path": "../psr/http-factory" -
multisafepay/tags/6.4.3/vendor/composer/installed.php
r3081925 r3088253 2 2 'root' => array( 3 3 'name' => 'multisafepay/woocommerce', 4 'pretty_version' => '6.4. 2',5 'version' => '6.4. 2.0',6 'reference' => ' 6c4aa656443aa7957a39274da0a5d04a0d48e8b6',4 'pretty_version' => '6.4.3', 5 'version' => '6.4.3.0', 6 'reference' => '30448f9112baa49967f656aa997012f57722cd99', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'multisafepay/woocommerce' => array( 23 'pretty_version' => '6.4. 2',24 'version' => '6.4. 2.0',25 'reference' => ' 6c4aa656443aa7957a39274da0a5d04a0d48e8b6',23 'pretty_version' => '6.4.3', 24 'version' => '6.4.3.0', 25 'reference' => '30448f9112baa49967f656aa997012f57722cd99', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', … … 82 82 ), 83 83 'psr/http-factory' => array( 84 'pretty_version' => '1. 0.2',85 'version' => '1. 0.2.0',86 'reference' => ' e616d01114759c4c489f93b099585439f795fe35',84 'pretty_version' => '1.1.0', 85 'version' => '1.1.0.0', 86 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 87 87 'type' => 'library', 88 88 'install_path' => __DIR__ . '/../psr/http-factory', -
multisafepay/tags/6.4.3/vendor/psr/http-factory/composer.json
r2927749 r3088253 1 1 { 2 2 "name": "psr/http-factory", 3 "description": " Common interfaces for PSR-7 HTTP message factories",3 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", 4 4 "keywords": [ 5 5 "psr", … … 19 19 } 20 20 ], 21 "support": { 22 "source": "https://github.com/php-fig/http-factory" 23 }, 21 24 "require": { 22 "php": ">=7. 0.0",25 "php": ">=7.1", 23 26 "psr/http-message": "^1.0 || ^2.0" 24 27 }, -
multisafepay/tags/6.4.3/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php
r2476949 r3088253 16 16 * @param StreamInterface $stream Underlying stream representing the 17 17 * uploaded file content. 18 * @param int $size in bytes18 * @param int|null $size in bytes 19 19 * @param int $error PHP file upload error 20 * @param string $clientFilename Filename as provided by the client, if any.21 * @param string $clientMediaType Media type as provided by the client, if any.20 * @param string|null $clientFilename Filename as provided by the client, if any. 21 * @param string|null $clientMediaType Media type as provided by the client, if any. 22 22 * 23 23 * @return UploadedFileInterface … … 27 27 public function createUploadedFile( 28 28 StreamInterface $stream, 29 int $size = null,29 ?int $size = null, 30 30 int $error = \UPLOAD_ERR_OK, 31 string $clientFilename = null,32 string $clientMediaType = null31 ?string $clientFilename = null, 32 ?string $clientMediaType = null 33 33 ): UploadedFileInterface; 34 34 } -
multisafepay/trunk/multisafepay.php
r3081925 r3088253 5 5 * Plugin URI: https://docs.multisafepay.com/docs/woocommerce 6 6 * Description: MultiSafepay Payment Plugin 7 * Version: 6.4. 27 * Version: 6.4.3 8 8 * Author: MultiSafepay 9 9 * Author URI: https://www.multisafepay.com … … 27 27 * Plugin version 28 28 */ 29 define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.4. 2' );29 define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.4.3' ); 30 30 31 31 /** -
multisafepay/trunk/readme.txt
r3081925 r3088253 5 5 Tested up to: 6.5.2 6 6 Requires PHP: 7.3 7 Stable tag: 6.4. 27 Stable tag: 6.4.3 8 8 License: MIT 9 9 … … 128 128 == Upgrade Notice == 129 129 130 = 6.4. 2=130 = 6.4.3 = 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.4.3 (May 17th, 2024) = 147 148 ### Fixed 149 + PLGWOOS-922: Reduce the amount of API request improving general performance of the plugin 150 146 151 = Release Notes - WooCommerce 6.4.2 (May 6th, 2024) = 147 152 -
multisafepay/trunk/src/Services/PaymentMethodService.php
r3081925 r3088253 21 21 22 22 /** 23 * Time in seconds, in which the stored value in cache with information of all gateways will expired.24 */ 25 public const EXPIRATION_TIME_FOR_PAYMENT_METHODS_API_REQUEST = 3600;23 * Time in seconds, in which the stored value in cache with information about all gateways will expire. 24 */ 25 public const EXPIRATION_TIME_FOR_PAYMENT_METHODS_API_REQUEST = 86400; 26 26 27 27 /** -
multisafepay/trunk/vendor/composer/installed.json
r3072171 r3088253 277 277 { 278 278 "name": "psr/http-factory", 279 "version": "1. 0.2",280 "version_normalized": "1. 0.2.0",279 "version": "1.1.0", 280 "version_normalized": "1.1.0.0", 281 281 "source": { 282 282 "type": "git", 283 283 "url": "https://github.com/php-fig/http-factory.git", 284 "reference": " e616d01114759c4c489f93b099585439f795fe35"285 }, 286 "dist": { 287 "type": "zip", 288 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/ e616d01114759c4c489f93b099585439f795fe35",289 "reference": " e616d01114759c4c489f93b099585439f795fe35",290 "shasum": "" 291 }, 292 "require": { 293 "php": ">=7. 0.0",284 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" 285 }, 286 "dist": { 287 "type": "zip", 288 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 289 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 290 "shasum": "" 291 }, 292 "require": { 293 "php": ">=7.1", 294 294 "psr/http-message": "^1.0 || ^2.0" 295 295 }, 296 "time": "202 3-04-10T20:10:41+00:00",296 "time": "2024-04-15T12:06:14+00:00", 297 297 "type": "library", 298 298 "extra": { … … 317 317 } 318 318 ], 319 "description": " Common interfaces for PSR-7 HTTP message factories",319 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", 320 320 "keywords": [ 321 321 "factory", … … 329 329 ], 330 330 "support": { 331 "source": "https://github.com/php-fig/http-factory /tree/1.0.2"331 "source": "https://github.com/php-fig/http-factory" 332 332 }, 333 333 "install-path": "../psr/http-factory" -
multisafepay/trunk/vendor/composer/installed.php
r3081925 r3088253 2 2 'root' => array( 3 3 'name' => 'multisafepay/woocommerce', 4 'pretty_version' => '6.4. 2',5 'version' => '6.4. 2.0',6 'reference' => ' 6c4aa656443aa7957a39274da0a5d04a0d48e8b6',4 'pretty_version' => '6.4.3', 5 'version' => '6.4.3.0', 6 'reference' => '30448f9112baa49967f656aa997012f57722cd99', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'multisafepay/woocommerce' => array( 23 'pretty_version' => '6.4. 2',24 'version' => '6.4. 2.0',25 'reference' => ' 6c4aa656443aa7957a39274da0a5d04a0d48e8b6',23 'pretty_version' => '6.4.3', 24 'version' => '6.4.3.0', 25 'reference' => '30448f9112baa49967f656aa997012f57722cd99', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', … … 82 82 ), 83 83 'psr/http-factory' => array( 84 'pretty_version' => '1. 0.2',85 'version' => '1. 0.2.0',86 'reference' => ' e616d01114759c4c489f93b099585439f795fe35',84 'pretty_version' => '1.1.0', 85 'version' => '1.1.0.0', 86 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 87 87 'type' => 'library', 88 88 'install_path' => __DIR__ . '/../psr/http-factory', -
multisafepay/trunk/vendor/psr/http-factory/composer.json
r2927749 r3088253 1 1 { 2 2 "name": "psr/http-factory", 3 "description": " Common interfaces for PSR-7 HTTP message factories",3 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", 4 4 "keywords": [ 5 5 "psr", … … 19 19 } 20 20 ], 21 "support": { 22 "source": "https://github.com/php-fig/http-factory" 23 }, 21 24 "require": { 22 "php": ">=7. 0.0",25 "php": ">=7.1", 23 26 "psr/http-message": "^1.0 || ^2.0" 24 27 }, -
multisafepay/trunk/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php
r2476949 r3088253 16 16 * @param StreamInterface $stream Underlying stream representing the 17 17 * uploaded file content. 18 * @param int $size in bytes18 * @param int|null $size in bytes 19 19 * @param int $error PHP file upload error 20 * @param string $clientFilename Filename as provided by the client, if any.21 * @param string $clientMediaType Media type as provided by the client, if any.20 * @param string|null $clientFilename Filename as provided by the client, if any. 21 * @param string|null $clientMediaType Media type as provided by the client, if any. 22 22 * 23 23 * @return UploadedFileInterface … … 27 27 public function createUploadedFile( 28 28 StreamInterface $stream, 29 int $size = null,29 ?int $size = null, 30 30 int $error = \UPLOAD_ERR_OK, 31 string $clientFilename = null,32 string $clientMediaType = null31 ?string $clientFilename = null, 32 ?string $clientMediaType = null 33 33 ): UploadedFileInterface; 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.