Changeset 3284791
- Timestamp:
- 04/30/2025 10:22:02 AM (11 months ago)
- Location:
- api2cart-bridge-connector/trunk
- Files:
-
- 3 edited
-
api2cart-bridge-connector.php (modified) (1 diff)
-
bridge2cart/bridge.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
api2cart-bridge-connector/trunk/api2cart-bridge-connector.php
r3222736 r3284791 5 5 Author: API2Cart 6 6 Author URI: https://api2cart.com/ 7 Version: 3.0. 47 Version: 3.0.5 8 8 */ 9 9 -
api2cart-bridge-connector/trunk/bridge2cart/bridge.php
r3222736 r3284791 988 988 989 989 $this->cartVars['wp_content_url'] = content_url(); 990 991 $this->cartVars['debugMode'] = ( defined( 'WP_DEBUG' ) && WP_DEBUG === true ); 990 992 991 993 if ( isset( $table_prefix ) ) { … … 5034 5036 if ( ! defined( 'ABSPATH' ) ) exit; 5035 5037 5036 define( 'A2CBC_BRIDGE_VERSION', '17 0' );5038 define( 'A2CBC_BRIDGE_VERSION', '175' ); 5037 5039 define( 'A2CBC_BRIDGE_CHECK_REQUEST_KEY_LINK', 'http://app.api2cart.com/request/key/check' ); 5038 5040 define( 'A2CBC_BRIDGE_DIRECTORY_NAME', basename( getcwd() ) ); -
api2cart-bridge-connector/trunk/readme.txt
r3222736 r3284791 3 3 Tags: woocommerce b2b connector, api2cart bridge download, bridge connector, api2cart, woocommerce, WooCommerce Integration 4 4 Requires at least: 4.5 5 Tested up to: 6. 75 Tested up to: 6.8 6 6 Stable tag: 1.0.0 7 7 License: GPLv2 … … 92 92 = 3.0.3 =* Updated bridge to 168 version. 93 93 = 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.