mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed max_size saving;
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -170,6 +170,7 @@ No, you do not need to use our plugin’s 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 =
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user