Plugin Directory

Changeset 3487338


Ignore:
Timestamp:
03/20/2026 04:27:12 PM (2 weeks ago)
Author:
flowdino
Message:

Add description

Location:
flowdino/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • flowdino/trunk/changelog.txt

    r3487242 r3487338  
    11*** FlowDino Changelog ***
     2
     32026-03-20 - version 1.0.6
     4* Docs - Updated plugin description to better reflect FlowDino's multi-marketplace features
    25
    362026-03-02 - version 1.0.5
  • flowdino/trunk/flowdino.php

    r3487267 r3487338  
    44 * Plugin URI: https://www.flowdino.com
    55 * Description: Automatically synchronize your WooCommerce catalog with the FlowDino platform for centralized product management.
    6  * Version: 1.0.5
     6 * Version: 1.0.6
    77 * Author: Jeremy DUMONT
    88 * License: GPL v2 or later
     
    2828}
    2929if (!defined('FLOWDINO_VERSION')) {
    30     define('FLOWDINO_VERSION', '1.0.5');
     30    define('FLOWDINO_VERSION', '1.0.6');
    3131}
    3232
  • flowdino/trunk/readme.txt

    r3487325 r3487338  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    127127This plugin connects to the FlowDino API (https://www.flowdino.com) to synchronize your WooCommerce catalog with the FlowDino platform for centralized product management.
    128128
    129 The following data is sent to the FlowDino API:
    130 
    131 * Your email address and password are sent to https://www.flowdino.com/api/login_check when you save your credentials or when the plugin starts, in order to authenticate and obtain a JWT token.
    132 * Your refresh token is sent to https://www.flowdino.com/api/token/refresh when the current token expires.
    133 * Product data (SKU, title, description, price, stock, images, categories, brand, attributes, variations) is sent to https://www.flowdino.com/api/products each time a product is created or updated in WooCommerce (if automatic sync is enabled), or when you manually trigger a synchronization.
    134 * Reference data (categories, brands, colors, materials, sizes, video game ratings) is fetched from the FlowDino API when the corresponding administration tabs are loaded, in order to populate the mapping interfaces.
    135 * Your subscription status is fetched from https://www.flowdino.com/api/subscription/info when the plugin dashboard is loaded.
    136 * If you use the Sales tab, order data is retrieved from the FlowDino API to be imported into WooCommerce.
    137 
    138 No data is transmitted until you enter your credentials and activate the plugin. All requests are made over HTTPS.
    139 
    140129This service is provided by FlowDino: terms of service https://www.flowdino.com/cgu, privacy policy https://www.flowdino.com/privacy, legal notices https://www.flowdino.com/mentions-legales.
    141130
    142131== Changelog ==
     132
     133= 1.0.6 =
     134* Docs - Updated plugin description to better reflect FlowDino's multi-marketplace features
    143135
    144136= 1.0.5 =
Note: See TracChangeset for help on using the changeset viewer.