Plugin Directory

Changeset 3329690


Ignore:
Timestamp:
07/17/2025 12:33:17 PM (8 months ago)
Author:
smackcoders
Message:

Version 1.0 - Configuration bug fix

Location:
w2s-sync
Files:
45 added
2 edited

Legend:

Unmodified
Added
Removed
  • w2s-sync/trunk/includes/modules/class-w2ssyn-swi-config.php

    r3326131 r3329690  
    7575
    7676        if (false === $w2ssyn_shopify_keys) {
    77             $w2ssyn_shopify_keys = $wpdb->get_row($wpdb->prepare("SELECT * FROM {$wpdb->prefix}shopify_keys WHERE 1=1"));
     77            $w2ssyn_shopify_keys = $wpdb->get_row($wpdb->prepare("SELECT * FROM {$wpdb->prefix}w2ssyn_shopify_keys WHERE 1=1"));
    7878            wp_cache_set($w2ssyn_shopify_cache_key, $w2ssyn_shopify_keys, '', 3600); // cache for 1 hour
    7979        }
  • w2s-sync/trunk/readme.txt

    r3326131 r3329690  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Version: 1.0
     6Version: 1.1
    77Requires PHP: 7.2
    8 Stable tag: 1.0
     8Stable tag: 1.1
    99Author: smackcoders
    1010Author URI: https://www.smackcoders.com
     
    1818
    1919Unlock bi-directional e-commerce power — migrate and sync products, orders, and customers between **WooCommerce** and **Shopify** in real-time or on your schedule. The **WooCommerce to Shopify Integration Plugin** offers a seamless solution to connect and synchronize your WooCommerce and Shopify stores. Designed for store owners and developers alike, it simplifies eCommerce operations through real-time or scheduled synchronization of products, orders, and customers.
     20
     21[https://www.youtube.com/watch?v=1-tuqBcU0RM&t=52s]
    2022
    2123**Key Benefits:**
     
    9395The plugin does **not send any data to third-party services** other than the connected WooCommerce and Shopify stores.
    9496
     97== Screenshots ==
     981. Authentication
     992. Configuration dhasboard
     1003. W2S Sync type
     1014. Sync products
     1025. Mapping
     1036. Log
     104
    95105== Changelog ==
     106= 1.1 =
     107* Bug fix
    96108
    97109= 1.0.0 =
     
    100112== Upgrade Notice ==
    101113
    102 = 1.0.0 =
    103 Initial release. Upgrade only if you want to enable WooCommerce and Shopify integration.
     114= 1.1 =
     115Upgrade now to get latest update.
    104116apps-fileview.texmex_20250501.00_p3
    105117Readme-woo2shopify.txt
Note: See TracChangeset for help on using the changeset viewer.