Changeset 3007906
- Timestamp:
- 12/11/2023 05:57:43 AM (2 years ago)
- Location:
- shop-2-api/trunk
- Files:
-
- 2 edited
-
includes/Tables/Wc2BolProductSettings.php (modified) (1 diff)
-
shop-2-api.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shop-2-api/trunk/includes/Tables/Wc2BolProductSettings.php
r3007787 r3007906 143 143 case 'increase_amount': 144 144 $saved_amount = $this->getSavedValue($item['bol_category'], $column_name); 145 if (is_ int($saved_amount)) {145 if (is_numeric($saved_amount)) { 146 146 $saved_value = round($saved_amount, 2); 147 147 } else { -
shop-2-api/trunk/shop-2-api.php
r3007787 r3007906 5 5 Plugin URI: https://wordpress.org/plugins/shop-2-api/ 6 6 Description: The plugin Shop2Api will sync products between e-Commerce platforms. The current supported e-Commerce platforms are WooCommerce to Bol.com, and we are working on Amazon, Shopify and others. We added a koopblok service so that you can check if you lower your price can you get koopblok. 7 Version: 1.0.29. 07 Version: 1.0.29.1 8 8 Requires at least: 5.0 9 9 Requires PHP: 7.2 … … 34 34 define('SHOP2API_PLUGIN_URL', plugin_dir_url( __FILE__ )); 35 35 define('SHOP2API_PLUGIN', plugin_basename( __FILE__ )); 36 define ('VERSION', '1.0.29. 0');36 define ('VERSION', '1.0.29.1'); 37 37 38 38 // Register items in the project.
Note: See TracChangeset
for help on using the changeset viewer.