Changeset 3347084
- Timestamp:
- 08/19/2025 02:36:47 PM (7 months ago)
- Location:
- campus-directory/trunk
- Files:
-
- 5 edited
-
campus-directory.php (modified) (2 diffs)
-
includes/admin/getting-started.php (modified) (1 diff)
-
includes/emd-form-builder-lite/emd-form-functions.php (modified) (2 diffs)
-
lang/campus-directory.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
campus-directory/trunk/campus-directory.php
r3337642 r3347084 4 4 * Plugin URI: https://emdplugins.com 5 5 * Description: Integrated information repository for academic people 6 * Version: 1.9. 26 * Version: 1.9.3 7 7 * Author: eMarket Design 8 8 * Author URI: https://emarketdesign.com … … 84 84 */ 85 85 private function define_constants() { 86 define('CAMPUS_DIRECTORY_VERSION', '1.9. 2');86 define('CAMPUS_DIRECTORY_VERSION', '1.9.3'); 87 87 define('CAMPUS_DIRECTORY_AUTHOR', 'eMarket Design'); 88 88 define('CAMPUS_DIRECTORY_NAME', 'Campus Directory'); -
campus-directory/trunk/includes/admin/getting-started.php
r3337642 r3347084 316 316 <p class="about-description">This page lists the release notes from every production version of Campus Directory Community.</p> 317 317 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> 321 Validate input for emd_form_builder_lite_pagenum function</h3> 322 <div ></a></div></div></div><hr style="margin:30px 0"> 318 323 <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> 319 324 <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 1099 1099 $myapp = isset($_GET['app']) ? sanitize_text_field($_GET['app']) : ''; 1100 1100 $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)) { 1105 1102 $fields['app'] = $myapp; 1106 1103 $fields['form_name'] = $myform; … … 1110 1107 $fcontent = json_decode($myform_post->post_content,true); 1111 1108 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 } 1129 1131 } 1130 1132 } -
campus-directory/trunk/lang/campus-directory.pot
r3337642 r3347084 8 8 "Content-Type: text/plain; charset=UTF-8\n" 9 9 "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" 12 12 13 13 #: campus-directory/campus-directory.php:77 -
campus-directory/trunk/readme.txt
r3337646 r3347084 6 6 Requires at least: 4.5 7 7 Tested up to: 6.8.2 8 Stable tag: 1.9. 28 Stable tag: 1.9.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 128 128 129 129 == Changelog == 130 = 1.9.3 = 131 * FIXED Validate input for emd_form_builder_lite_pagenum function 130 132 = 1.9.2 = 131 133 * FIXED XSS vulnerability for noaccess_msg
Note: See TracChangeset
for help on using the changeset viewer.