Plugin Directory

Changeset 3347084


Ignore:
Timestamp:
08/19/2025 02:36:47 PM (7 months ago)
Author:
emarket-design
Message:

version 1.9.3

Location:
campus-directory/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • campus-directory/trunk/campus-directory.php

    r3337642 r3347084  
    44 * Plugin URI: https://emdplugins.com
    55 * Description: Integrated information repository for academic people
    6  * Version: 1.9.2
     6 * Version: 1.9.3
    77 * Author: eMarket Design
    88 * Author URI: https://emarketdesign.com
     
    8484         */
    8585        private function define_constants() {
    86             define('CAMPUS_DIRECTORY_VERSION', '1.9.2');
     86            define('CAMPUS_DIRECTORY_VERSION', '1.9.3');
    8787            define('CAMPUS_DIRECTORY_AUTHOR', 'eMarket Design');
    8888            define('CAMPUS_DIRECTORY_NAME', 'Campus Directory');
  • campus-directory/trunk/includes/admin/getting-started.php

    r3337642 r3347084  
    316316<p class="about-description">This page lists the release notes from every production version of Campus Directory Community.</p>
    317317
     318<h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">1.9.3 changes</h3>
     319<div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1603" style="margin:0">
     320<h3 style="font-size:18px;" class="fix"><div  style="font-size:110%;color:#c71585"><span class="dashicons dashicons-admin-tools"></span> FIX</div>
     321Validate input for emd_form_builder_lite_pagenum function</h3>
     322<div ></a></div></div></div><hr style="margin:30px 0">
    318323<h3 style="font-size: 18px;font-weight:700;color: white;background: #708090;padding:5px 10px;width:155px;border: 2px solid #fff;border-radius:4px;text-align:center">1.9.2 changes</h3>
    319324<div class="wp-clearfix"><div class="changelog emd-section whats-new whats-new-1581" style="margin:0">
  • campus-directory/trunk/includes/emd-form-builder-lite/emd-form-functions.php

    r3237147 r3347084  
    10991099    $myapp = isset($_GET['app']) ? sanitize_text_field($_GET['app']) : '';
    11001100    $myform = isset($_GET['form']) ? sanitize_text_field($_GET['form']) : '';
    1101     $sess_name = strtoupper($myapp);
    1102     $session_class = $sess_name();
    1103     $sess_form_args = $session_class->session->get($myform . '_args');
    1104     if (!empty($myentity) && !empty($myform) && !empty($sess_form_args)) {
     1101    if (!empty($myentity) && !empty($myform)) {
    11051102        $fields['app'] = $myapp;
    11061103        $fields['form_name'] = $myform;
     
    11101107                $fcontent = json_decode($myform_post->post_content,true);
    11111108                if($fcontent['name'] == $myform && $myapp == $fcontent['app']){
    1112                     $fields['form_res_fields'] = $fcontent['settings']['result_fields'];
    1113                     $fields['res_templ'] = $fcontent['settings']['result_templ'];
    1114                     $fields['posts_per_page'] = 10;
    1115                     if($fields['res_templ'] == 'adv_table'){
    1116                         $fields['has_pages'] = false;
    1117                         $fields['posts_per_page'] = -1;
    1118                     }
    1119                     else {
    1120                         $fields['has_pages'] = true;
    1121                     }
    1122                     $fields['view_name'] = $myview;
    1123                     if($fcontent['settings']['result_templ'] == 'cust_table'){
    1124                         $cust_func_name = $myapp . '_' . $fields['view_name'] . '_set_shc';
    1125                         $response = $cust_func_name('',$sess_form_args,$fields['form_name'],$pageno);
    1126                     }
    1127                     else {
    1128                         $response =  emd_form_builder_lite_set_shc('', $sess_form_args, $fields, $pageno);
     1109                    $sess_name = strtoupper($myapp);
     1110                    $session_class = $sess_name();
     1111                    $sess_form_args = $session_class->session->get($myform . '_args');
     1112                    if(!empty($sess_form_args)){
     1113                        $fields['form_res_fields'] = $fcontent['settings']['result_fields'];
     1114                        $fields['res_templ'] = $fcontent['settings']['result_templ'];
     1115                        $fields['posts_per_page'] = 10;
     1116                        if($fields['res_templ'] == 'adv_table'){
     1117                            $fields['has_pages'] = false;
     1118                            $fields['posts_per_page'] = -1;
     1119                        }
     1120                        else {
     1121                            $fields['has_pages'] = true;
     1122                        }
     1123                        $fields['view_name'] = $myview;
     1124                        if($fcontent['settings']['result_templ'] == 'cust_table'){
     1125                            $cust_func_name = $myapp . '_' . $fields['view_name'] . '_set_shc';
     1126                            $response = $cust_func_name('',$sess_form_args,$fields['form_name'],$pageno);
     1127                        }
     1128                        else {
     1129                            $response =  emd_form_builder_lite_set_shc('', $sess_form_args, $fields, $pageno);
     1130                        }
    11291131                    }
    11301132                }
  • campus-directory/trunk/lang/campus-directory.pot

    r3337642 r3347084  
    88"Content-Type: text/plain; charset=UTF-8\n"
    99"Content-Transfer-Encoding: 8bit\n"
    10 "PO-Revision-Date: 2025-08-01T03:40:54-04:00\n"
    11 "POT-Creation-Date: 2025-08-01T03:40:54-04:00\n"
     10"PO-Revision-Date: 2025-08-18T09:55:54-04:00\n"
     11"POT-Creation-Date: 2025-08-18T09:55:54-04:00\n"
    1212
    1313#: campus-directory/campus-directory.php:77
  • campus-directory/trunk/readme.txt

    r3337646 r3347084  
    66Requires at least: 4.5
    77Tested up to: 6.8.2
    8 Stable tag: 1.9.2
     8Stable tag: 1.9.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    128128
    129129== Changelog ==
     130= 1.9.3 =
     131* FIXED Validate input for emd_form_builder_lite_pagenum function
    130132= 1.9.2 =
    131133* FIXED XSS vulnerability for noaccess_msg
Note: See TracChangeset for help on using the changeset viewer.