Plugin Directory

Changeset 3240615


Ignore:
Timestamp:
02/14/2025 12:37:37 PM (14 months ago)
Author:
a3soft
Message:
  • Fixed bug in notifyHandler, when was called error occurred (bad variable)
  • Requires php version 8.1, because php 8.0 is outdated
Location:
fiskalpay/trunk
Files:
1 deleted
13 edited

Legend:

Unmodified
Added
Removed
  • fiskalpay/trunk/WC_Gateway_Fiskalpay.php

    r3239213 r3240615  
    611611
    612612    /**
    613      * Check if input is string, sanitize it OR returns $defValue
    614      * @param $entry
     613     * Check if server value of key is string, sanitize it OR returns $defValue
     614     * @param string $serverKey
    615615     * @param string $defValue
    616616     * @return string
     
    619619    {
    620620        if (isset($_SERVER[$serverKey]) && is_string($_SERVER[$serverKey])) {
    621             return wp_unslash($entry);
     621            return wp_unslash($_SERVER[$serverKey]);
    622622        }
    623623        return "UNKNOWN";
  • fiskalpay/trunk/changelog.txt

    r3239213 r3240615  
    11*** FiskalPAY Changelog ***
     22025-02-14 - version 1.1.17
     3* Requires php version 8.1, because php 8.0 is outdated
     4
    252025-02-10 - version 1.1.16
    36
  • fiskalpay/trunk/composer.json

    r3239213 r3240615  
    33  "description": "Woocommerce payment gateway module ensuring payments using FiskalPRO payment gateway",
    44  "type": "woocommerce-module",
    5   "version": "1.1.16",
     5  "version": "1.1.17",
    66  "minimum-stability": "stable",
    77  "autoload": {
     
    1616  ],
    1717  "require": {
    18     "php":"^8.0",
     18    "php":"^8.1",
    1919    "ramsey/uuid": "^4.7.6",
    2020    "league/iso3166": "^4.3",
     
    2626  },
    2727  "config": {
     28    "platform": {
     29      "php": "8.1.0"
     30    }
    2831  }
    2932}
  • fiskalpay/trunk/fiskalpay.php

    r3239213 r3240615  
    66 * Plugin Name: FiskalPAY
    77 * Description: Payment by FiskalPay payment gateway
    8  * Version: 1.1.16
     8 * Version: 1.1.17
    99 * Requires at least: 5.3
    1010 * Tested up to: 6.7
  • fiskalpay/trunk/package.json

    r3239213 r3240615  
    11{
    22  "name": "woocommerce-fiskalpay",
    3   "version": "1.1.16",
     3  "version": "1.1.17",
    44  "description": "",
    55  "main": "index.js",
  • fiskalpay/trunk/readme.txt

    r3239213 r3240615  
    44Tested up to: 6.7
    55Requires Plugins: woocommerce
    6 Stable tag: 1.1.16
     6Stable tag: 1.1.17
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Description ==
    1313
    14 FiskalPAY is a secure and PCI DSS-compliant payment gateway that integrates seamlessly with your WooCommerce store. It supports a single currency—either EUR or CZK—based on your contract. When customers choose FiskalPAY at checkout, they are redirected to FiskalPAY’s encrypted payment platform, where they can complete their transaction using major credit/debit cards (VISA, MasterCard, Maestro) or digital wallets like Google Pay and Apple Pay. After the payment is processed, customers are automatically redirected back to your store with the payment result clearly displayed.
     14FiskalPAY is a secure and PCI DSS-compliant payment gateway that integrates seamlessly with your WooCommerce store. It supports a currencies EUR and CZK — based on your contract. When customers choose FiskalPAY at checkout, they are redirected to FiskalPAY’s encrypted payment platform, where they can complete their transaction using major credit/debit cards (VISA, MasterCard, Maestro) or digital wallets like Google Pay and Apple Pay. After the payment is processed, customers are automatically redirected back to your store with the payment result clearly displayed.
    1515
    1616**Benefits for Merchants:**
     
    3030- **Secure Transactions:** HTTPS encryption protects all data exchanged during the payment process.
    3131- **Real-Time Transaction Dashboard:** Merchants can monitor transactions and access detailed analytics and order insights in real-time.
    32 - **Currency Support:** Supports one currency—either EUR or CZK—based on the terms of the merchant’s contract.
     32- **Currency Support:** Supports one currencies EUR and CZK — based on the terms of the merchant’s contract.
    3333
    3434== Installation ==
     
    5151
    5252= What currencies does FiskalPay support? =
    53 FiskalPay supports either EUR or CZK as the currency, based on the terms of your contract.
     53FiskalPay supports EUR and CZK as the currency, based on the terms of your contract.
    5454
    5555= Can I test the plugin before going live? =
     
    6262
    6363== Changelog ==
     64= 1.1.17 =
     65* Requires php version 8.1, because php 8.0 is outdated
    6466
    6567= 1.1.16 =
  • fiskalpay/trunk/vendor/composer/installed.json

    r3239213 r3240615  
    116116        {
    117117            "name": "giggsey/libphonenumber-for-php-lite",
    118             "version": "8.13.54",
    119             "version_normalized": "8.13.54.0",
     118            "version": "8.13.55",
     119            "version_normalized": "8.13.55.0",
    120120            "source": {
    121121                "type": "git",
    122122                "url": "https://github.com/giggsey/libphonenumber-for-php-lite.git",
    123                 "reference": "23f904bf60b40fe0fb9f4ade0e8321654610fcc8"
    124             },
    125             "dist": {
    126                 "type": "zip",
    127                 "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php-lite/zipball/23f904bf60b40fe0fb9f4ade0e8321654610fcc8",
    128                 "reference": "23f904bf60b40fe0fb9f4ade0e8321654610fcc8",
     123                "reference": "e077137a4aa0333bee139b3a1d2f2919492f3827"
     124            },
     125            "dist": {
     126                "type": "zip",
     127                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php-lite/zipball/e077137a4aa0333bee139b3a1d2f2919492f3827",
     128                "reference": "e077137a4aa0333bee139b3a1d2f2919492f3827",
    129129                "shasum": ""
    130130            },
     
    154154                "giggsey/libphonenumber-for-php": "Use libphonenumber-for-php for geocoding, carriers, timezones and matching"
    155155            },
    156             "time": "2025-01-31T14:48:31+00:00",
     156            "time": "2025-02-14T08:11:44+00:00",
    157157            "type": "library",
    158158            "extra": {
  • fiskalpay/trunk/vendor/composer/installed.php

    r3239213 r3240615  
    3939        ),
    4040        'giggsey/libphonenumber-for-php-lite' => array(
    41             'pretty_version' => '8.13.54',
    42             'version' => '8.13.54.0',
    43             'reference' => '23f904bf60b40fe0fb9f4ade0e8321654610fcc8',
     41            'pretty_version' => '8.13.55',
     42            'version' => '8.13.55.0',
     43            'reference' => 'e077137a4aa0333bee139b3a1d2f2919492f3827',
    4444            'type' => 'library',
    4545            'install_path' => __DIR__ . '/../giggsey/libphonenumber-for-php-lite',
  • fiskalpay/trunk/vendor/giggsey/libphonenumber-for-php-lite/METADATA-VERSION.php

    r3239213 r3240615  
    77 * @internal
    88 */
    9 return 'v8.13.54';
     9return 'v8.13.55';
  • fiskalpay/trunk/vendor/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BE.php

    r3239213 r3240615  
    4040    ],
    4141    'premiumRate' => [
    42         'pattern' => '(?:70(?:2[0-57]|3[04-7]|44|6[4-69]|7[0579])|90\\d\\d)\\d{4}',
     42        'pattern' => '(?:70(?:2[0-57]|3[04-7]|44|6[04-69]|7[0579])|90\\d\\d)\\d{4}',
    4343        'example' => '90012345',
    4444        'posLength' => [
     
    6969    ],
    7070    'uan' => [
    71         'pattern' => '78(?:0[57]|1[014-8]|2[25]|3[15-8]|48|[56]0|7[06-8]|9\\d)\\d{4}',
     71        'pattern' => '78(?:0[578]|1[014-8]|2[25]|3[15-8]|48|5[05]|60|7[06-8]|9\\d)\\d{4}',
    7272        'example' => '78102345',
    7373        'posLength' => [
  • fiskalpay/trunk/vendor/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CZ.php

    r3239213 r3240615  
    2828    ],
    2929    'mobile' => [
    30         'pattern' => '(?:60[1-8]\\d|7(?:0(?:[2-5]\\d|60)|19[01]|[2379]\\d\\d))\\d{5}',
     30        'pattern' => '(?:60[1-8]\\d|7(?:0(?:[2-5]\\d|60)|19[0-2]|[2379]\\d\\d))\\d{5}',
    3131        'example' => '601123456',
    3232        'posLength' => [
  • fiskalpay/trunk/vendor/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SR.php

    r3239213 r3240615  
    2323    ],
    2424    'mobile' => [
    25         'pattern' => '(?:7[124-7]|8[124-9])\\d{5}',
     25        'pattern' => '(?:7[124-7]|8[1-9])\\d{5}',
    2626        'example' => '7412345',
    2727        'posLength' => [
  • fiskalpay/trunk/vendor/giggsey/libphonenumber-for-php-lite/src/data/ShortNumberMetadata_NO.php

    r3239213 r3240615  
    4141    ],
    4242    'shortCode' => [
    43         'pattern' => '04\\d{3}|1(?:1(?:[0239]|61(?:1[17]|23))|2[048]|4(?:12|[59])|7[57]|8[5-9]\\d|90)',
     43        'pattern' => '04\\d{3}|1(?:1(?:[0239]|61(?:1[17]|23))|2[048]|4(?:12|[59])|7[57]|8\\d\\d|90)',
    4444        'example' => '110',
    4545    ],
Note: See TracChangeset for help on using the changeset viewer.