Plugin Directory

Changeset 3407090


Ignore:
Timestamp:
12/01/2025 05:24:01 PM (4 months ago)
Author:
formdev
Message:

add public concerné

Location:
formdev/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • formdev/trunk/formdev.php

    r3407088 r3407090  
    1616// Définition de la version du plugin
    1717if (!defined('FORMEDEV_VERSION')) {
    18     define('FORMEDEV_VERSION', '1.2.5');
     18    define('FORMEDEV_VERSION', '1.2.6');
    1919}
    2020
  • formdev/trunk/readme.txt

    r3407088 r3407090  
    55Tested up to: 6.8 
    66Requires PHP: 7.4 
    7 Stable tag: 1.2.5
     7Stable tag: 1.2.6
    88License: GPLv2 or later 
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    6868
    6969== Changelog ==
     70= 1.2.6 =
     71* add public concerné
     72
    7073= 1.2.5 =
    7174* fix objectifs & txtWeb
  • formdev/trunk/templates/single-product.php

    r3388965 r3407090  
    147147            echo '<h2>Accessibilité</h2>';
    148148            echo wp_kses_post(apply_filters('the_content', formdev_fdcontent($datas['accessibilite'])));
     149            if($datas['publicConcerne'] != ''){
     150                echo '<h2>Public concerné</h2>';
     151                echo wp_kses_post(apply_filters('the_content', formdev_fdcontent($datas['publicConcerne'])));
     152            }
     153
    149154        echo '</section>';
    150155
Note: See TracChangeset for help on using the changeset viewer.