Changeset 3240615
- Timestamp:
- 02/14/2025 12:37:37 PM (14 months ago)
- Location:
- fiskalpay/trunk
- Files:
-
- 1 deleted
- 13 edited
-
WC_Gateway_Fiskalpay.php (modified) (2 diffs)
-
changelog.txt (modified) (1 diff)
-
composer.json (modified) (3 diffs)
-
fiskalpay.php (modified) (1 diff)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
-
vendor/composer/installed.json (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (1 diff)
-
vendor/giggsey/libphonenumber-for-php-lite/METADATA-VERSION.php (modified) (1 diff)
-
vendor/giggsey/libphonenumber-for-php-lite/phpstan.neon.dist (deleted)
-
vendor/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BE.php (modified) (2 diffs)
-
vendor/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CZ.php (modified) (1 diff)
-
vendor/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SR.php (modified) (1 diff)
-
vendor/giggsey/libphonenumber-for-php-lite/src/data/ShortNumberMetadata_NO.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fiskalpay/trunk/WC_Gateway_Fiskalpay.php
r3239213 r3240615 611 611 612 612 /** 613 * Check if inputis string, sanitize it OR returns $defValue614 * @param $entry613 * Check if server value of key is string, sanitize it OR returns $defValue 614 * @param string $serverKey 615 615 * @param string $defValue 616 616 * @return string … … 619 619 { 620 620 if (isset($_SERVER[$serverKey]) && is_string($_SERVER[$serverKey])) { 621 return wp_unslash($ entry);621 return wp_unslash($_SERVER[$serverKey]); 622 622 } 623 623 return "UNKNOWN"; -
fiskalpay/trunk/changelog.txt
r3239213 r3240615 1 1 *** FiskalPAY Changelog *** 2 2025-02-14 - version 1.1.17 3 * Requires php version 8.1, because php 8.0 is outdated 4 2 5 2025-02-10 - version 1.1.16 3 6 -
fiskalpay/trunk/composer.json
r3239213 r3240615 3 3 "description": "Woocommerce payment gateway module ensuring payments using FiskalPRO payment gateway", 4 4 "type": "woocommerce-module", 5 "version": "1.1.1 6",5 "version": "1.1.17", 6 6 "minimum-stability": "stable", 7 7 "autoload": { … … 16 16 ], 17 17 "require": { 18 "php":"^8. 0",18 "php":"^8.1", 19 19 "ramsey/uuid": "^4.7.6", 20 20 "league/iso3166": "^4.3", … … 26 26 }, 27 27 "config": { 28 "platform": { 29 "php": "8.1.0" 30 } 28 31 } 29 32 } -
fiskalpay/trunk/fiskalpay.php
r3239213 r3240615 6 6 * Plugin Name: FiskalPAY 7 7 * Description: Payment by FiskalPay payment gateway 8 * Version: 1.1.1 68 * Version: 1.1.17 9 9 * Requires at least: 5.3 10 10 * Tested up to: 6.7 -
fiskalpay/trunk/package.json
r3239213 r3240615 1 1 { 2 2 "name": "woocommerce-fiskalpay", 3 "version": "1.1.1 6",3 "version": "1.1.17", 4 4 "description": "", 5 5 "main": "index.js", -
fiskalpay/trunk/readme.txt
r3239213 r3240615 4 4 Tested up to: 6.7 5 5 Requires Plugins: woocommerce 6 Stable tag: 1.1.1 66 Stable tag: 1.1.17 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 12 12 == Description == 13 13 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.14 FiskalPAY 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. 15 15 16 16 **Benefits for Merchants:** … … 30 30 - **Secure Transactions:** HTTPS encryption protects all data exchanged during the payment process. 31 31 - **Real-Time Transaction Dashboard:** Merchants can monitor transactions and access detailed analytics and order insights in real-time. 32 - **Currency Support:** Supports one currenc y—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. 33 33 34 34 == Installation == … … 51 51 52 52 = What currencies does FiskalPay support? = 53 FiskalPay supports either EUR orCZK as the currency, based on the terms of your contract.53 FiskalPay supports EUR and CZK as the currency, based on the terms of your contract. 54 54 55 55 = Can I test the plugin before going live? = … … 62 62 63 63 == Changelog == 64 = 1.1.17 = 65 * Requires php version 8.1, because php 8.0 is outdated 64 66 65 67 = 1.1.16 = -
fiskalpay/trunk/vendor/composer/installed.json
r3239213 r3240615 116 116 { 117 117 "name": "giggsey/libphonenumber-for-php-lite", 118 "version": "8.13.5 4",119 "version_normalized": "8.13.5 4.0",118 "version": "8.13.55", 119 "version_normalized": "8.13.55.0", 120 120 "source": { 121 121 "type": "git", 122 122 "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", 129 129 "shasum": "" 130 130 }, … … 154 154 "giggsey/libphonenumber-for-php": "Use libphonenumber-for-php for geocoding, carriers, timezones and matching" 155 155 }, 156 "time": "2025-0 1-31T14:48:31+00:00",156 "time": "2025-02-14T08:11:44+00:00", 157 157 "type": "library", 158 158 "extra": { -
fiskalpay/trunk/vendor/composer/installed.php
r3239213 r3240615 39 39 ), 40 40 'giggsey/libphonenumber-for-php-lite' => array( 41 'pretty_version' => '8.13.5 4',42 'version' => '8.13.5 4.0',43 'reference' => ' 23f904bf60b40fe0fb9f4ade0e8321654610fcc8',41 'pretty_version' => '8.13.55', 42 'version' => '8.13.55.0', 43 'reference' => 'e077137a4aa0333bee139b3a1d2f2919492f3827', 44 44 'type' => 'library', 45 45 'install_path' => __DIR__ . '/../giggsey/libphonenumber-for-php-lite', -
fiskalpay/trunk/vendor/giggsey/libphonenumber-for-php-lite/METADATA-VERSION.php
r3239213 r3240615 7 7 * @internal 8 8 */ 9 return 'v8.13.5 4';9 return 'v8.13.55'; -
fiskalpay/trunk/vendor/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_BE.php
r3239213 r3240615 40 40 ], 41 41 '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}', 43 43 'example' => '90012345', 44 44 'posLength' => [ … … 69 69 ], 70 70 '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}', 72 72 'example' => '78102345', 73 73 'posLength' => [ -
fiskalpay/trunk/vendor/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_CZ.php
r3239213 r3240615 28 28 ], 29 29 'mobile' => [ 30 'pattern' => '(?:60[1-8]\\d|7(?:0(?:[2-5]\\d|60)|19[0 1]|[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}', 31 31 'example' => '601123456', 32 32 'posLength' => [ -
fiskalpay/trunk/vendor/giggsey/libphonenumber-for-php-lite/src/data/PhoneNumberMetadata_SR.php
r3239213 r3240615 23 23 ], 24 24 'mobile' => [ 25 'pattern' => '(?:7[124-7]|8[1 24-9])\\d{5}',25 'pattern' => '(?:7[124-7]|8[1-9])\\d{5}', 26 26 'example' => '7412345', 27 27 'posLength' => [ -
fiskalpay/trunk/vendor/giggsey/libphonenumber-for-php-lite/src/data/ShortNumberMetadata_NO.php
r3239213 r3240615 41 41 ], 42 42 '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)', 44 44 'example' => '110', 45 45 ],
Note: See TracChangeset
for help on using the changeset viewer.