Plugin Directory

Changeset 3374588


Ignore:
Timestamp:
10/07/2025 05:00:46 PM (6 months ago)
Author:
pokhar
Message:

Release Version 1.3.14

Location:
whistleblowing-system/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • whistleblowing-system/trunk/admin/whistleblower_submission_edit_page.php

    r3356340 r3374588  
    171171                        else {
    172172                            $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) {
    174177                                $shortText = substr($shortText, 0, 20) . '...';
    175178                            }
  • whistleblowing-system/trunk/config.php

    r3373108 r3374588  
    55
    66if (!defined('WBLS_VERSION')) {
    7     define('WBLS_VERSION', '1.3.13');
     7    define('WBLS_VERSION', '1.3.14');
    88}
    99if (!defined('WBLS_PREFIX')) {
  • whistleblowing-system/trunk/readme.txt

    r3373108 r3374588  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.3.13
     7Stable tag: 1.3.14
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    114114Yes, you can enable file uploads with control over allowed file types and size limits.
    115115
     116== Changelog ==
     117= 1.3.14 =
     118Fixed: Upload fields bug
    116119
    117120== Changelog ==
  • whistleblowing-system/trunk/whistleblowing.php

    r3373108 r3374588  
    66 * Plugin URI: https://whistleblowing-form.de
    77 * Description: Whistleblowing system form is the ultimate solution for effortlessly creating and managing contact and whistleblowing forms.
    8  * Version: 1.3.13
     8 * Version: 1.3.14
    99 * Author: Whistleblowing System Team
    1010 * Author URI: https://whistleblowing-form.de
Note: See TracChangeset for help on using the changeset viewer.