Changeset 3464465
- Timestamp:
- 02/18/2026 03:33:32 PM (3 weeks ago)
- Location:
- payplus-payment-gateway/trunk
- Files:
-
- 4 edited
-
CHANGELOG.md (modified) (1 diff)
-
hashes.json (modified) (2 diffs)
-
payplus-payment-gateway.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payplus-payment-gateway/trunk/CHANGELOG.md
r3464279 r3464465 2 2 3 3 All notable changes to this project will be documented in this file. 4 5 ## [8.0.8] - 18-02-2026 - (BBBliss) 6 7 - Fix - Fixed default setting for Firefox-compatible redirect mode - polling fallback is now enabled by default as intended. 4 8 5 9 ## [8.0.7] - 18-02-2026 - (Bliss+) -
payplus-payment-gateway/trunk/hashes.json
r3464279 r3464465 1 1 { 2 "\/payplus-payment-gateway.php": " def5bd2c97e66e58d74bde66a94e61a971b94f10589fc12178c4faedd70ff28e",2 "\/payplus-payment-gateway.php": "bd9907328667f4ec389b826f6a1515e0f4b96b59488d80c1d0787a6390c9333b", 3 3 "\/index.php": "c491dec192c55a18cd5d9ec23375720d58d40455dc685e7e4093c1198cc76b89", 4 "\/CHANGELOG.md": " 6d58dc0c16874d5371363a5036b1246a5b0c0d5da24d29417551edc3bb6f0544",4 "\/CHANGELOG.md": "46ea81a80166a20f3fcab346073bab0affc9b969e0e88bf64f9a92ee10a9a5db", 5 5 "\/includes\/blocks\/class-wc-payplus-blocks-support.php": "885e40ffcbc71bded19e7fec8946b29ce314440b183c5665df62f75a9a6719ec", 6 6 "\/includes\/wc_payplus_express_checkout.php": "0e227cc783f67068b2f23fd4e1045ac6b2b2969c483a11e8661a3ea3fa8c3b7d", … … 27 27 "\/languages\/payplus-payment-gateway.pot": "8869bece7da90f4afeafadf4ca2dfcf350f753bbe0663db16a083f1e0de8035d", 28 28 "\/templates\/hostedFields.php": "640574751191114c65fc137aa7b4ad7011452ce43043be1bd3ec0c4f6db26676", 29 "\/readme.txt": "8 f7e00c5a75434ae93270ee96f1bfa2898a421157d3c03b0d2dfb1cccb75f9b2",29 "\/readme.txt": "8453a0f4155d0a5f9a713ebca9d72aaf22c64b3a4e90d728b9eaa60537befe77", 30 30 "\/assets\/css\/alertify.min.css": "12e60b6d60e45a69e3dc0f442bb4005eb47fba5ceb42fc6435cd8b4867a3f69d", 31 31 "\/assets\/css\/admin.scss": "02157f910d6c8f917da018bac5fed1022046b427e2a5a9174fc5cc68182070c5", -
payplus-payment-gateway/trunk/payplus-payment-gateway.php
r3464279 r3464465 5 5 * Description: Accept credit/debit card payments or other methods such as bit, Apple Pay, Google Pay in one page. Create digitally signed invoices & much more. 6 6 * Plugin URI: https://www.payplus.co.il/wordpress 7 * Version: 8.0. 77 * Version: 8.0.8 8 8 * Tested up to: 6.9 9 9 * Requires Plugins: woocommerce … … 20 20 define('PAYPLUS_PLUGIN_URL_ASSETS_IMAGES', PAYPLUS_PLUGIN_URL . "assets/images/"); 21 21 define('PAYPLUS_PLUGIN_DIR', dirname(__FILE__)); 22 define('PAYPLUS_VERSION', '8.0. 7');23 define('PAYPLUS_VERSION_DB', 'payplus_8_0_ 7');22 define('PAYPLUS_VERSION', '8.0.8'); 23 define('PAYPLUS_VERSION_DB', 'payplus_8_0_8'); 24 24 define('PAYPLUS_TABLE_PROCESS', 'payplus_payment_process'); 25 25 class WC_PayPlus -
payplus-payment-gateway/trunk/readme.txt
r3464279 r3464465 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 8.0. 77 Stable tag: 8.0.8 8 8 PlugIn URL: https://www.payplus.co.il/wordpress 9 9 License: GPLv2 or later … … 86 86 87 87 == Changelog == 88 89 == 8.0.8 - 18-02-2026 = 90 91 - Fix - Fixed default setting for Firefox-compatible redirect mode - polling fallback is now enabled by default as intended. 88 92 89 93 == 8.0.7 - 18-02-2026 =
Note: See TracChangeset
for help on using the changeset viewer.