Plugin Directory

Changeset 3360117


Ignore:
Timestamp:
09/11/2025 07:02:52 PM (7 months ago)
Author:
pokhar
Message:

Release Version 1.3.8

Location:
whistleblowing-system/trunk
Files:
6 added
4 edited

Legend:

Unmodified
Added
Removed
  • whistleblowing-system/trunk/config.php

    r3356340 r3360117  
    55
    66if (!defined('WBLS_VERSION')) {
    7     define('WBLS_VERSION', '1.3.7');
     7    define('WBLS_VERSION', '1.3.8');
    88}
    99if (!defined('WBLS_PREFIX')) {
  • whistleblowing-system/trunk/frontend/assets/css/style.css

    r3336861 r3360117  
    1818}
    1919
     20.wp-block-wbls-form form .wblsform-page-and-images {
     21    display: block;
     22}
    2023
    2124.wblsform-page-and-images {
  • whistleblowing-system/trunk/readme.txt

    r3356340 r3360117  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.3.7
     7Stable tag: 1.3.8
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 Create encrypted, anonymous contact or whistleblowing forms with free conditional logic and secure two-way messaging. GDPR-compliant and mobile-friendly.
     11Create encrypted, anonymous contact or whistleblowing forms with free conditional logic and secure two-way messaging. GDPR-compliant and responsive
    1212
    1313== Description ==
     
    113113
    114114== Changelog ==
     115= 1.3.8 =
     116Added: Widget in Gutenberg editor
     117
    115118= 1.3.7 =
    116119Added: Form duplication
  • whistleblowing-system/trunk/whistleblowing.php

    r3356340 r3360117  
    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.7
     8 * Version: 1.3.8
    99 * Author: Whistleblowing System Team
    1010 * Author URI: https://whistleblowing-form.de
     
    9797            add_action('wp_ajax_wbls_send_deactivation_reason', array($this, 'wbls_send_deactivation_reason') );
    9898            add_action('current_screen', array( $this, 'check_plugins_page' ) );
    99         }
     99        }
     100
     101        require_once 'Apps/blocks.php';
    100102    }
    101103
     
    332334                'show_ui'             => false,
    333335                'show_in_admin_bar'   => false,
     336                'show_in_rest'        => true,
    334337                'rewrite'             => false,
    335338                'query_var'           => false,
Note: See TracChangeset for help on using the changeset viewer.