Version 1.4.10 - security hardening, empty fallback, and reCAPTCHA improvements
- Harden XSS protection with escapeHtml on all rendered output values - Add empty_fallback support for empty cell display across all view types - Fix reCAPTCHA default action to 'submit' matching JS side - Move reCAPTCHA token generation from inline PHP to public.js - Lower default reCAPTCHA min score from 0.5 to 0.3 - Improve reCAPTCHA token age check and preload error handling - Add form submit handler for enter key support - Increase waitForRecaptcha timeout to 10 seconds - Show button/color settings only for button output types - Remove debug console.log and error_log statements - Bump version to 1.4.10
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Plugin Name: Sheet Data Checker Pro
|
||||
* Description: Check data from Google Sheet with customizable filter form
|
||||
* Version: 1.4.5
|
||||
* Version: 1.4.10
|
||||
* Plugin URI: https://dwindi.com/sheet-data-checker
|
||||
* Author: Dwindi Ramadhana
|
||||
* Author URI: https://facebook.com/dwindi.ramadhana
|
||||
@@ -35,7 +35,7 @@ if ( ! defined( 'SHEET_CHECKER_PRO_BASENAME' ) ) {
|
||||
}
|
||||
|
||||
if ( ! defined( 'SHEET_CHECKER_PRO_VERSION' ) ) {
|
||||
define( 'SHEET_CHECKER_PRO_VERSION', '1.4.5' );
|
||||
define( 'SHEET_CHECKER_PRO_VERSION', '1.4.10' );
|
||||
}
|
||||
|
||||
if ( ! defined( 'SHEET_CHECKER_PRO_URL' ) ) {
|
||||
|
||||
Reference in New Issue
Block a user