- fixed max_size saving;

This commit is contained in:
Mykyta Synelnikov
2023-05-31 11:21:52 +03:00
parent 1b4bd31b77
commit 108b22f633
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -745,7 +745,7 @@ if ( ! class_exists( 'um\admin\Admin' ) ) {
'sanitize' => 'text', 'sanitize' => 'text',
), ),
'_max_size' => array( '_max_size' => array(
'sanitize' => 'absint', 'sanitize' => 'empty_absint',
), ),
'_height' => array( '_height' => array(
'sanitize' => 'text', 'sanitize' => 'text',
+1
View File
@@ -170,6 +170,7 @@ No, you do not need to use our plugins login or registration pages and can us
- Fixed: Email notifications sending - Fixed: Email notifications sending
- Fixed: File and Image uploaders and allowed types data for them - Fixed: File and Image uploaders and allowed types data for them
- Fixed: Content field-type editor in wp-admin Form Builder - Fixed: Content field-type editor in wp-admin Form Builder
- Fixed: Image and File uploaders max size saving in wp-admin Form Builder
= 2.6.1: May 29, 2023 = = 2.6.1: May 29, 2023 =