Plugin Directory

Changeset 3088253


Ignore:
Timestamp:
05/17/2024 11:03:18 AM (23 months ago)
Author:
multisafepayplugin
Message:

Update to version 6.4.3 from GitHub

Location:
multisafepay
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • multisafepay/tags/6.4.3/multisafepay.php

    r3081925 r3088253  
    55 * Plugin URI:              https://docs.multisafepay.com/docs/woocommerce
    66 * Description:             MultiSafepay Payment Plugin
    7  * Version:                 6.4.2
     7 * Version:                 6.4.3
    88 * Author:                  MultiSafepay
    99 * Author URI:              https://www.multisafepay.com
     
    2727 * Plugin version
    2828 */
    29 define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.4.2' );
     29define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.4.3' );
    3030
    3131/**
  • multisafepay/tags/6.4.3/readme.txt

    r3081925 r3088253  
    55Tested up to: 6.5.2
    66Requires PHP: 7.3
    7 Stable tag: 6.4.2
     7Stable tag: 6.4.3
    88License: MIT
    99
     
    128128== Upgrade Notice ==
    129129
    130 = 6.4.2 =
     130= 6.4.3 =
    1311316.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.
    132132
     
    144144
    145145== 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
    146151= Release Notes - WooCommerce 6.4.2 (May 6th, 2024) =
    147152
  • multisafepay/tags/6.4.3/src/Services/PaymentMethodService.php

    r3081925 r3088253  
    2121
    2222    /**
    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;
    2626
    2727    /**
  • multisafepay/tags/6.4.3/vendor/composer/installed.json

    r3072171 r3088253  
    277277        {
    278278            "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",
    281281            "source": {
    282282                "type": "git",
    283283                "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",
    294294                "psr/http-message": "^1.0 || ^2.0"
    295295            },
    296             "time": "2023-04-10T20:10:41+00:00",
     296            "time": "2024-04-15T12:06:14+00:00",
    297297            "type": "library",
    298298            "extra": {
     
    317317                }
    318318            ],
    319             "description": "Common interfaces for PSR-7 HTTP message factories",
     319            "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
    320320            "keywords": [
    321321                "factory",
     
    329329            ],
    330330            "support": {
    331                 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
     331                "source": "https://github.com/php-fig/http-factory"
    332332            },
    333333            "install-path": "../psr/http-factory"
  • multisafepay/tags/6.4.3/vendor/composer/installed.php

    r3081925 r3088253  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    8282        ),
    8383        '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',
    8787            'type' => 'library',
    8888            'install_path' => __DIR__ . '/../psr/http-factory',
  • multisafepay/tags/6.4.3/vendor/psr/http-factory/composer.json

    r2927749 r3088253  
    11{
    22    "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",
    44    "keywords": [
    55        "psr",
     
    1919        }
    2020    ],
     21    "support": {
     22        "source": "https://github.com/php-fig/http-factory"
     23    },
    2124    "require": {
    22         "php": ">=7.0.0",
     25        "php": ">=7.1",
    2326        "psr/http-message": "^1.0 || ^2.0"
    2427    },
  • multisafepay/tags/6.4.3/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php

    r2476949 r3088253  
    1616     * @param StreamInterface $stream Underlying stream representing the
    1717     *     uploaded file content.
    18      * @param int $size in bytes
     18     * @param int|null $size in bytes
    1919     * @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.
    2222     *
    2323     * @return UploadedFileInterface
     
    2727    public function createUploadedFile(
    2828        StreamInterface $stream,
    29         int $size = null,
     29        ?int $size = null,
    3030        int $error = \UPLOAD_ERR_OK,
    31         string $clientFilename = null,
    32         string $clientMediaType = null
     31        ?string $clientFilename = null,
     32        ?string $clientMediaType = null
    3333    ): UploadedFileInterface;
    3434}
  • multisafepay/trunk/multisafepay.php

    r3081925 r3088253  
    55 * Plugin URI:              https://docs.multisafepay.com/docs/woocommerce
    66 * Description:             MultiSafepay Payment Plugin
    7  * Version:                 6.4.2
     7 * Version:                 6.4.3
    88 * Author:                  MultiSafepay
    99 * Author URI:              https://www.multisafepay.com
     
    2727 * Plugin version
    2828 */
    29 define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.4.2' );
     29define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.4.3' );
    3030
    3131/**
  • multisafepay/trunk/readme.txt

    r3081925 r3088253  
    55Tested up to: 6.5.2
    66Requires PHP: 7.3
    7 Stable tag: 6.4.2
     7Stable tag: 6.4.3
    88License: MIT
    99
     
    128128== Upgrade Notice ==
    129129
    130 = 6.4.2 =
     130= 6.4.3 =
    1311316.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.
    132132
     
    144144
    145145== 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
    146151= Release Notes - WooCommerce 6.4.2 (May 6th, 2024) =
    147152
  • multisafepay/trunk/src/Services/PaymentMethodService.php

    r3081925 r3088253  
    2121
    2222    /**
    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;
    2626
    2727    /**
  • multisafepay/trunk/vendor/composer/installed.json

    r3072171 r3088253  
    277277        {
    278278            "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",
    281281            "source": {
    282282                "type": "git",
    283283                "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",
    294294                "psr/http-message": "^1.0 || ^2.0"
    295295            },
    296             "time": "2023-04-10T20:10:41+00:00",
     296            "time": "2024-04-15T12:06:14+00:00",
    297297            "type": "library",
    298298            "extra": {
     
    317317                }
    318318            ],
    319             "description": "Common interfaces for PSR-7 HTTP message factories",
     319            "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
    320320            "keywords": [
    321321                "factory",
     
    329329            ],
    330330            "support": {
    331                 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
     331                "source": "https://github.com/php-fig/http-factory"
    332332            },
    333333            "install-path": "../psr/http-factory"
  • multisafepay/trunk/vendor/composer/installed.php

    r3081925 r3088253  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
     
    8282        ),
    8383        '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',
    8787            'type' => 'library',
    8888            'install_path' => __DIR__ . '/../psr/http-factory',
  • multisafepay/trunk/vendor/psr/http-factory/composer.json

    r2927749 r3088253  
    11{
    22    "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",
    44    "keywords": [
    55        "psr",
     
    1919        }
    2020    ],
     21    "support": {
     22        "source": "https://github.com/php-fig/http-factory"
     23    },
    2124    "require": {
    22         "php": ">=7.0.0",
     25        "php": ">=7.1",
    2326        "psr/http-message": "^1.0 || ^2.0"
    2427    },
  • multisafepay/trunk/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php

    r2476949 r3088253  
    1616     * @param StreamInterface $stream Underlying stream representing the
    1717     *     uploaded file content.
    18      * @param int $size in bytes
     18     * @param int|null $size in bytes
    1919     * @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.
    2222     *
    2323     * @return UploadedFileInterface
     
    2727    public function createUploadedFile(
    2828        StreamInterface $stream,
    29         int $size = null,
     29        ?int $size = null,
    3030        int $error = \UPLOAD_ERR_OK,
    31         string $clientFilename = null,
    32         string $clientMediaType = null
     31        ?string $clientFilename = null,
     32        ?string $clientMediaType = null
    3333    ): UploadedFileInterface;
    3434}
Note: See TracChangeset for help on using the changeset viewer.