Changeset 3374588
- Timestamp:
- 10/07/2025 05:00:46 PM (6 months ago)
- Location:
- whistleblowing-system/trunk
- Files:
-
- 4 edited
-
admin/whistleblower_submission_edit_page.php (modified) (1 diff)
-
config.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
whistleblowing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
whistleblowing-system/trunk/admin/whistleblower_submission_edit_page.php
r3356340 r3374588 171 171 else { 172 172 $shortText = $field['label']; 173 if(strlen($field['label']) > 20) { 173 if( empty($field['label']) ) { 174 $shortText = ucfirst($field['type']) .' '. esc_html__('field', 'whistleblowing-system'); 175 } 176 elseif(strlen($field['label']) > 20) { 174 177 $shortText = substr($shortText, 0, 20) . '...'; 175 178 } -
whistleblowing-system/trunk/config.php
r3373108 r3374588 5 5 6 6 if (!defined('WBLS_VERSION')) { 7 define('WBLS_VERSION', '1.3.1 3');7 define('WBLS_VERSION', '1.3.14'); 8 8 } 9 9 if (!defined('WBLS_PREFIX')) { -
whistleblowing-system/trunk/readme.txt
r3373108 r3374588 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.3.1 37 Stable tag: 1.3.14 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 114 114 Yes, you can enable file uploads with control over allowed file types and size limits. 115 115 116 == Changelog == 117 = 1.3.14 = 118 Fixed: Upload fields bug 116 119 117 120 == Changelog == -
whistleblowing-system/trunk/whistleblowing.php
r3373108 r3374588 6 6 * Plugin URI: https://whistleblowing-form.de 7 7 * Description: Whistleblowing system form is the ultimate solution for effortlessly creating and managing contact and whistleblowing forms. 8 * Version: 1.3.1 38 * Version: 1.3.14 9 9 * Author: Whistleblowing System Team 10 10 * Author URI: https://whistleblowing-form.de
Note: See TracChangeset
for help on using the changeset viewer.