Changeset 3445351
- Timestamp:
- 01/23/2026 07:53:14 AM (2 months ago)
- Location:
- formdev/trunk
- Files:
-
- 2 edited
-
formdev.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
formdev/trunk/formdev.php
r3428874 r3445351 5 5 * Plugin URI: https://www.form-dev.fr 6 6 * Description: Synchroniser automatiquement les formations présentes dans votre CRM Formdev 7 * Version: 1.3. 37 * Version: 1.3.4 8 8 * Author: Formdev 9 9 * Author URI: https://app.form-dev.fr … … 16 16 // Définition de la version du plugin 17 17 if (!defined('FORMEDEV_VERSION')) { 18 define('FORMEDEV_VERSION', '1.3. 3');18 define('FORMEDEV_VERSION', '1.3.4'); 19 19 } 20 20 … … 315 315 316 316 // Déclencher l'action pour notifier les autres plugins 317 do_action('woocommerce_add_to_cart', $cart_item_key, $wp_product_id, 1); 317 // Signature complète : cart_item_key, product_id, quantity, variation_id, cart_item_data 318 do_action('woocommerce_add_to_cart', $cart_item_key, $wp_product_id, 1, 0, array()); 318 319 } 319 320 } … … 864 865 865 866 // Déclencher l'action pour notifier les autres plugins 866 do_action('woocommerce_add_to_cart', $cart_item_key, $product_id, 1); 867 // Signature complète : cart_item_key, product_id, quantity, variation_id, cart_item_data 868 do_action('woocommerce_add_to_cart', $cart_item_key, $product_id, 1, 0, array()); 867 869 868 870 // S'assurer que variation_id est présent avant sauvegarde -
formdev/trunk/readme.txt
r3428874 r3445351 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.3. 37 Stable tag: 1.3.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 68 68 69 69 == Changelog == 70 = 1.3.4 = 71 * fix add_action woocommerce_add_to_cart parameters 72 70 73 = 1.3.3 = 71 74 * fix upload category picture
Note: See TracChangeset
for help on using the changeset viewer.