Plugin Directory

Changeset 3460769


Ignore:
Timestamp:
02/13/2026 01:15:24 PM (7 weeks ago)
Author:
formdev
Message:

fix update modules planning

Location:
formdev/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • formdev/trunk/formdev.php

    r3460011 r3460769  
    55 * Plugin URI: https://www.form-dev.fr
    66 * Description: Synchroniser automatiquement les formations présentes dans votre CRM Formdev
    7  * Version: 1.4.3
     7 * Version: 1.4.4
    88 * Author: Formdev
    99 * Author URI: https://app.form-dev.fr
     
    1616// Définition de la version du plugin
    1717if (!defined('FORMEDEV_VERSION')) {
    18     define('FORMEDEV_VERSION', '1.4.3');
     18    define('FORMEDEV_VERSION', '1.4.4');
    1919}
    2020
  • formdev/trunk/readme.txt

    r3460011 r3460769  
    55Tested up to: 6.9.1 
    66Requires PHP: 7.4 
    7 Stable tag: 1.4.3
     7Stable tag: 1.4.4
    88License: GPLv2 or later 
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    6868
    6969== Changelog ==
    70 = 1.4.3 =
     70= 1.4.4 =
    7171* fix update modules planning
    7272
  • formdev/trunk/templates/single-product.php

    r3460008 r3460769  
    121121            }
    122122            echo '<div class="clearfix"></div>';
    123             echo '<br/><center><a href="#planning" class="btn">Voir le planning des sessions</a></center>';
     123            //echo '<br/><center><a href="#planning" class="btn">Voir le planning des sessions</a></center>';
    124124        echo '</section>';
    125125
     
    233233        echo '</section>';
    234234       
    235         echo do_shortcode('[formdev_planning idproduit="'.$datas['idProduit'].'" view="calendar"]');
     235        //echo do_shortcode('[formdev_planning idproduit="'.$datas['idProduit'].'" view="calendar"]');
    236236
    237237
Note: See TracChangeset for help on using the changeset viewer.