Plugin Directory

Changeset 3464465


Ignore:
Timestamp:
02/18/2026 03:33:32 PM (3 weeks ago)
Author:
payplus
Message:

Payplus gateway version 8.0.8

Location:
payplus-payment-gateway/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • payplus-payment-gateway/trunk/CHANGELOG.md

    r3464279 r3464465  
    22
    33All 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.
    48
    59## [8.0.7]  - 18-02-2026 - (Bliss+)
  • payplus-payment-gateway/trunk/hashes.json

    r3464279 r3464465  
    11{
    2     "\/payplus-payment-gateway.php": "def5bd2c97e66e58d74bde66a94e61a971b94f10589fc12178c4faedd70ff28e",
     2    "\/payplus-payment-gateway.php": "bd9907328667f4ec389b826f6a1515e0f4b96b59488d80c1d0787a6390c9333b",
    33    "\/index.php": "c491dec192c55a18cd5d9ec23375720d58d40455dc685e7e4093c1198cc76b89",
    4     "\/CHANGELOG.md": "6d58dc0c16874d5371363a5036b1246a5b0c0d5da24d29417551edc3bb6f0544",
     4    "\/CHANGELOG.md": "46ea81a80166a20f3fcab346073bab0affc9b969e0e88bf64f9a92ee10a9a5db",
    55    "\/includes\/blocks\/class-wc-payplus-blocks-support.php": "885e40ffcbc71bded19e7fec8946b29ce314440b183c5665df62f75a9a6719ec",
    66    "\/includes\/wc_payplus_express_checkout.php": "0e227cc783f67068b2f23fd4e1045ac6b2b2969c483a11e8661a3ea3fa8c3b7d",
     
    2727    "\/languages\/payplus-payment-gateway.pot": "8869bece7da90f4afeafadf4ca2dfcf350f753bbe0663db16a083f1e0de8035d",
    2828    "\/templates\/hostedFields.php": "640574751191114c65fc137aa7b4ad7011452ce43043be1bd3ec0c4f6db26676",
    29     "\/readme.txt": "8f7e00c5a75434ae93270ee96f1bfa2898a421157d3c03b0d2dfb1cccb75f9b2",
     29    "\/readme.txt": "8453a0f4155d0a5f9a713ebca9d72aaf22c64b3a4e90d728b9eaa60537befe77",
    3030    "\/assets\/css\/alertify.min.css": "12e60b6d60e45a69e3dc0f442bb4005eb47fba5ceb42fc6435cd8b4867a3f69d",
    3131    "\/assets\/css\/admin.scss": "02157f910d6c8f917da018bac5fed1022046b427e2a5a9174fc5cc68182070c5",
  • payplus-payment-gateway/trunk/payplus-payment-gateway.php

    r3464279 r3464465  
    55 * 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.
    66 * Plugin URI: https://www.payplus.co.il/wordpress
    7  * Version: 8.0.7
     7 * Version: 8.0.8
    88 * Tested up to: 6.9
    99 * Requires Plugins: woocommerce
     
    2020define('PAYPLUS_PLUGIN_URL_ASSETS_IMAGES', PAYPLUS_PLUGIN_URL . "assets/images/");
    2121define('PAYPLUS_PLUGIN_DIR', dirname(__FILE__));
    22 define('PAYPLUS_VERSION', '8.0.7');
    23 define('PAYPLUS_VERSION_DB', 'payplus_8_0_7');
     22define('PAYPLUS_VERSION', '8.0.8');
     23define('PAYPLUS_VERSION_DB', 'payplus_8_0_8');
    2424define('PAYPLUS_TABLE_PROCESS', 'payplus_payment_process');
    2525class WC_PayPlus
  • payplus-payment-gateway/trunk/readme.txt

    r3464279 r3464465  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 8.0.7
     7Stable tag: 8.0.8
    88PlugIn URL: https://www.payplus.co.il/wordpress
    99License: GPLv2 or later
     
    8686
    8787== 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.
    8892
    8993== 8.0.7  - 18-02-2026 =
Note: See TracChangeset for help on using the changeset viewer.