Plugin Directory

Changeset 3284791


Ignore:
Timestamp:
04/30/2025 10:22:02 AM (11 months ago)
Author:
api2cartdev
Message:

Updated bridge to 175 version.

Location:
api2cart-bridge-connector/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • api2cart-bridge-connector/trunk/api2cart-bridge-connector.php

    r3222736 r3284791  
    55Author: API2Cart
    66Author URI: https://api2cart.com/
    7 Version: 3.0.4
     7Version: 3.0.5
    88*/
    99
  • api2cart-bridge-connector/trunk/bridge2cart/bridge.php

    r3222736 r3284791  
    988988
    989989            $this->cartVars['wp_content_url'] = content_url();
     990
     991            $this->cartVars['debugMode'] = ( defined( 'WP_DEBUG' ) && WP_DEBUG === true );
    990992
    991993            if ( isset( $table_prefix ) ) {
     
    50345036if ( ! defined( 'ABSPATH' ) ) exit;
    50355037
    5036 define( 'A2CBC_BRIDGE_VERSION', '170' );
     5038define( 'A2CBC_BRIDGE_VERSION', '175' );
    50375039define( 'A2CBC_BRIDGE_CHECK_REQUEST_KEY_LINK', 'http://app.api2cart.com/request/key/check' );
    50385040define( 'A2CBC_BRIDGE_DIRECTORY_NAME', basename( getcwd() ) );
  • api2cart-bridge-connector/trunk/readme.txt

    r3222736 r3284791  
    33Tags: woocommerce b2b connector, api2cart bridge download, bridge connector, api2cart, woocommerce, WooCommerce Integration
    44Requires at least: 4.5
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Stable tag: 1.0.0
    77License: GPLv2
     
    9292= 3.0.3 =* Updated bridge to 168 version.
    9393= 3.0.4 =* Updated bridge to 170 version.
     94= 3.0.5 =* Updated bridge to 175 version.
Note: See TracChangeset for help on using the changeset viewer.