插件目录

变更集3073857


忽略:
时间戳:
2024年4月19日下午01:51:30(8周(之前)
作者:
烟火
消息:

发布v5.1.14

位置:
流体形式
文件夹:
新增1028
6已编辑

图例:

未修改
补充
远离的
  • fluentform/trunk/app/Services/FluentConversational/Classes/Converter/Converter.php

    r3072974 3073857兰特  
    3737
    3838foreach($fields作为$field){
    39 $field=应用过滤器_预先指定(
    40 “fluentform_rendering_field_data_”$字段[‘元素’],
     39$field=apply_filters_deprecated('fluentform_rendering_field_data_'.$field['element'],
    4140                [
    4241$字段,
     
    10171016私有静态函数hasSaveAndResume($form)
    10181017    {
     1018if(!已定义('FLUENTFORMPRO')){
     1019返回false;
     1020        }
     1021if(!version_compare(FLUENTFORMPRO_version,'5.1.13','>=')){
     1022返回false;
     1023        }
    10191024$saveAndResume=false;
    10201025$hash=“”;
     
    10321037
    10331038$draftForm=wpFluent()->表('fluentform_draft_submissions')->其中('hash',$hash)->first();
    1034 
     1039       
    10351040if($draftForm){
    10361041$saveAndResume=true;
  • fluentform/trunk/app/Services/FluentConversational/Classes/Form.php格式

    3073412兰特 3073857兰特  
    875875'has_per_step_save'=>ArrayHelper::get($form->settings,'conv_form_per_step_save',false),
    876876“has_resume_from_last_step”=>ArrayHelper::get($form->settings,“conv_form_resume_from_last_tep”,false),
    877 “has_save_link”=>$form->save_state,
     877“has_save_link”=>$form->save_state?? ,
    878878“step_completed”=>$form->stepCompleted??0
    879879        ];
  • fluentform/trunk/app/Services/Settings/SettingsService.php格式

    2007年7月3日 3073857兰特  
    271271$formId=intval($formId);
    272272
     273$attributes=fluentFormSanitizer($属性);
    273274$settings=Arr::get($attributes,'design_settings');
    274275FormMeta::持久化($formId,$metaKey.'_design',$settings);
  • fluentform/trunk/app/Views/public/conversationalform.php

    2957809兰特 邮编:3073857  
    2020
    2121<link rel=“preconnect”href=“https://fonts.gstatic.com/">
    22 <link id=“ffc_google_font”href='<?php回波$meta['google_font_href']; ?>' rel=“stylesheet”type=“text/css”>
     22<link id=“ffc_google_font”href='<?php回波esc_url($meta['google_font_href']); ?>' rel=“stylesheet”type=“text/css”>
    2323    <?php-endif;?>
    2424
     
    9595
    9696<style id=“ffc_font_css”type=“text/css”>
    97         <?php回波$meta['font_css']; ?>
     97        <?php回波fluentformSanitizeCSS($meta['font_css']); ?>
    9898</style>
    9999
    100100<style=“text/css”>
    101         <?php回波$提交.css; ?>
     101        <?php回波fluentformSanitizeCSS($submit_css); ?>
    102102.ffc_loading_screen(.ffc_加载_屏幕){
    103103高度:100vh;
     
    123123<body class=“ff_conversation_page_body ff_conversion_page_<?php echo$form_id;?>”>
    124124<div class=“ffc_conv_wrapper”>
    125 <div class=“frm-fluent-form ff_conv_app ff_condv_app_frame fluent_form_<?php echo$form_id;?>ff_conv _app_<?hp echo$form_id?>ffc_media_hide_mob_<?php echo$设计['hide_media_on_mobile']; ?>“data-form_id=”<?php echo$form_id?>">
     125<div class=“frm-fluent-form ff_conv_app ff_condv_app_frame fluent_form_<?php echo$form_id;?>ff_conv _app_<?hp echo$form_id?>ffc_media_hide_mob_<?php echoesc_attr($design['hide_media_on_mobile']); ?>“data-form_id=”<?php-echo$form_id?>">
    126126<div data-var_name=“fluent_forms_global_var”class=“ffc_conv_form”style=“width:100%”id=“ffc_app_landing”>
    127127<div class=“ffc_loading_screen”>
  • 烟道纸/树干/烟道纸.php

    3073412兰特 3073857兰特  
    44*插件名称:Fluent Forms
    55*说明:Contact Form By Fluent Forms是高级Contact表单插件,支持拖放、多列的表单生成器插件
    6 *版本:5.1.1
     6*版本:5.1.14
    77*作者:联系方式-WPManageNinja LLC
    88*作者URI:https://fluentforms.com
     
    2020定义('FLUENTFORM_FRAMEWORK_UPGRADE','4.3.22');
    2121
    22 定义(“FLUENTFORM_VERSION”)或定义(“FLUENTFORM_ERSION”,“5.1.1');
     22定义(“FLUENTFORM_VERSION”)或定义(“FLUENTFORM_ERSION”,“5.1.14');
    2323
    2424if(!已定义('FLUENTFORM_HAS_NIA')){
  • fluentform/trunk/readme.txt格式

    3073412兰特 3073857兰特  
    55测试达到:6.5.2
    66需要PHP:7.4
    7 稳定标签:5.1.1
     7稳定标签:5.1.14
    88许可证:GPLv2或更高版本
    99许可证URI:https://www.gnu.org/licenses/gpl-2.0.html
     
    452452==变更日志==
    453453
     454=5.1.14(日期:2024年4月19日)=
     455-改进会话表单清理和转义
     456
    454457=5.1.13(日期:2024年4月18日)=
    455458-修复对话形式短代码问题
注:请参见TracChangeset(跟踪变更集)获取有关使用变更集查看器的帮助。