Changeset 3072579
- Timestamp:
- 04/17/2024 05:56:29 PM (2 years ago)
- Location:
- api2cart-bridge-connector/trunk
- Files:
-
- 4 edited
-
bridge2cart/config.php (modified) (1 diff)
-
connectorMain.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
worker.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
api2cart-bridge-connector/trunk/bridge2cart/config.php
r3072534 r3072579 2 2 if ( ! defined( 'ABSPATH' ) ) exit; 3 3 if ( ! defined( 'A2CBC_TOKEN' ) ) { 4 define( 'A2CBC_TOKEN', ' 7aeab8bbab333a2b494a4c1c1fb1f009' );4 define( 'A2CBC_TOKEN', '' ); 5 5 } -
api2cart-bridge-connector/trunk/connectorMain.php
r3072534 r3072579 5 5 Author: API2Cart 6 6 Author URI: https://api2cart.com/ 7 Version: 2.5. 07 Version: 2.5.1 8 8 */ 9 9 -
api2cart-bridge-connector/trunk/readme.txt
r3072534 r3072579 83 83 = 2.4.0 =* Added a warning when self-testing of the plugin during installation failed 84 84 = 2.5.0 =* Updated bridge to 153 version. Added product.add, product.update and product.image.add support using Woocommerce resources 85 = 2.5.1 =* Fix token update -
api2cart-bridge-connector/trunk/worker.php
r3072534 r3072579 139 139 global $wp_filesystem; 140 140 141 preg_match( "/define\( '(\w+)',\s*'([^']+)'\);/", $wp_filesystem->get_contents( $this->bridgePath . $this->configFilePath ), $matches );141 preg_match( "/define\(\\s?'(\w+)',\s*'([^']*)'\\s?\);/", $wp_filesystem->get_contents( $this->bridgePath . $this->configFilePath ), $matches ); 142 142 143 143 if ( isset( $matches[2] ) && $matches[2] != $storeKey ) {
Note: See TracChangeset
for help on using the changeset viewer.