Changeset 3360117
- Timestamp:
- 09/11/2025 07:02:52 PM (7 months ago)
- Location:
- whistleblowing-system/trunk
- Files:
-
- 6 added
- 4 edited
-
Apps/blocks.php (added)
-
blocks (added)
-
blocks/form (added)
-
blocks/form/block.json (added)
-
blocks/form/index.js (added)
-
blocks/form/logo.svg (added)
-
config.php (modified) (1 diff)
-
frontend/assets/css/style.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
whistleblowing.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
whistleblowing-system/trunk/config.php
r3356340 r3360117 5 5 6 6 if (!defined('WBLS_VERSION')) { 7 define('WBLS_VERSION', '1.3. 7');7 define('WBLS_VERSION', '1.3.8'); 8 8 } 9 9 if (!defined('WBLS_PREFIX')) { -
whistleblowing-system/trunk/frontend/assets/css/style.css
r3336861 r3360117 18 18 } 19 19 20 .wp-block-wbls-form form .wblsform-page-and-images { 21 display: block; 22 } 20 23 21 24 .wblsform-page-and-images { -
whistleblowing-system/trunk/readme.txt
r3356340 r3360117 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.3. 77 Stable tag: 1.3.8 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html 10 10 11 Create encrypted, anonymous contact or whistleblowing forms with free conditional logic and secure two-way messaging. GDPR-compliant and mobile-friendly.11 Create encrypted, anonymous contact or whistleblowing forms with free conditional logic and secure two-way messaging. GDPR-compliant and responsive 12 12 13 13 == Description == … … 113 113 114 114 == Changelog == 115 = 1.3.8 = 116 Added: Widget in Gutenberg editor 117 115 118 = 1.3.7 = 116 119 Added: Form duplication -
whistleblowing-system/trunk/whistleblowing.php
r3356340 r3360117 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. 78 * Version: 1.3.8 9 9 * Author: Whistleblowing System Team 10 10 * Author URI: https://whistleblowing-form.de … … 97 97 add_action('wp_ajax_wbls_send_deactivation_reason', array($this, 'wbls_send_deactivation_reason') ); 98 98 add_action('current_screen', array( $this, 'check_plugins_page' ) ); 99 } 99 } 100 101 require_once 'Apps/blocks.php'; 100 102 } 101 103 … … 332 334 'show_ui' => false, 333 335 'show_in_admin_bar' => false, 336 'show_in_rest' => true, 334 337 'rewrite' => false, 335 338 'query_var' => false,
Note: See TracChangeset
for help on using the changeset viewer.