Changeset 3487338
- Timestamp:
- 03/20/2026 04:27:12 PM (2 weeks ago)
- Location:
- flowdino/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
flowdino.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flowdino/trunk/changelog.txt
r3487242 r3487338 1 1 *** FlowDino Changelog *** 2 3 2026-03-20 - version 1.0.6 4 * Docs - Updated plugin description to better reflect FlowDino's multi-marketplace features 2 5 3 6 2026-03-02 - version 1.0.5 -
flowdino/trunk/flowdino.php
r3487267 r3487338 4 4 * Plugin URI: https://www.flowdino.com 5 5 * Description: Automatically synchronize your WooCommerce catalog with the FlowDino platform for centralized product management. 6 * Version: 1.0. 56 * Version: 1.0.6 7 7 * Author: Jeremy DUMONT 8 8 * License: GPL v2 or later … … 28 28 } 29 29 if (!defined('FLOWDINO_VERSION')) { 30 define('FLOWDINO_VERSION', '1.0. 5');30 define('FLOWDINO_VERSION', '1.0.6'); 31 31 } 32 32 -
flowdino/trunk/readme.txt
r3487325 r3487338 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 127 127 This plugin connects to the FlowDino API (https://www.flowdino.com) to synchronize your WooCommerce catalog with the FlowDino platform for centralized product management. 128 128 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 140 129 This 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. 141 130 142 131 == Changelog == 132 133 = 1.0.6 = 134 * Docs - Updated plugin description to better reflect FlowDino's multi-marketplace features 143 135 144 136 = 1.0.5 =
Note: See TracChangeset
for help on using the changeset viewer.