Plugin Directory

Changeset 3411994


Ignore:
Timestamp:
12/05/2025 09:58:14 AM (4 months ago)
Author:
theogk
Message:
  • new version 3.0.1
Location:
paybybank/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • paybybank/trunk/README.txt

    r3320360 r3411994  
    44Author link: https://www.paybybank.eu/
    55Tags: paybybank, payments, rf payment, bank transfer, e-banking
    6 Stable tag: 3.0.0
     6Stable tag: 3.0.1
    77Requires at least: 5.6
    8 Tested up to: 6.8.1
     8Tested up to: 6.9
    99WC requires at least: 5.6.0
    10 WC tested up to: 9.9.5
     10WC tested up to: 10.3.6
    1111Requires PHP: 7.4
    1212License: GPLv2 or later
     
    118118== Changelog ==
    119119
     120= 3.0.1 =
     121*Release Date - 05 Dec 2025*
     122* Checked compatibility with the latest WordPress and WooCommerce versions.
     123* Updated test mode URL.
     124
    120125= 3.0.0 =
    121126*Release Date - 24 June 2025*
  • paybybank/trunk/admin/class-dc-paybybank-admin.php

    r3318016 r3411994  
    724724
    725725        ?>
    726         <div class="paybybank-order-info">
     726        <div class="paybybank-order-info address">
    727727            <strong><?php esc_html_e( 'PayByBank RF Code', 'paybybank' ); ?>:</strong> <?php echo esc_html( $reference_code_display ); ?>
    728728            <br>
  • paybybank/trunk/dc-paybybank.php

    r3318016 r3411994  
    88 * Author:            PayByBank
    99 * Author URI:        https://www.paybybank.eu/
    10  * Version:           3.0.0
     10 * Version:           3.0.1
    1111 * Text Domain:       paybybank
    1212 * Domain Path:       /languages
    1313 * Requires at least: 5.6
    14  * Tested up to:      6.8.1
     14 * Tested up to:      6.9
    1515 * WC requires at least: 5.6.0
    16  * WC tested up to:   9.9.5
     16 * WC tested up to:   10.3.6
    1717 * Requires PHP:      7.4
    1818 * Requires Plugins:  woocommerce
     
    3434     * Plugin constants.
    3535     */
    36     define( 'DC_PAYBYBANK_VERSION', '3.0.0' );
     36    define( 'DC_PAYBYBANK_VERSION', '3.0.1' );
    3737    define( 'DC_PAYBYBANK_SLUG', 'paybybank' );
    38     define( 'DC_PAYBYBANK_BASE_TEST_PATH', 'https://vulnapi.e-paylink.com/gateway/rest/api/v1' );
     38    define( 'DC_PAYBYBANK_BASE_TEST_PATH', 'https://testapi.e-paylink.com/gateway/rest/api/v1' );
    3939    define( 'DC_PAYBYBANK_BASE_PATH', 'https://www.wu-online.gr/gateway/rest/api/v1' );
    4040    define( 'DC_PAYBYBANK_SUBMIT_ORDER_PATH', '/order/merchant/' );
Note: See TracChangeset for help on using the changeset viewer.