updated plugin W3 Total Cache version 2.6.1

This commit is contained in:
2023-12-08 23:23:32 +00:00
committed by Gitium
parent fa428d9da9
commit 33d18af972
82 changed files with 5759 additions and 1701 deletions

View File

@ -588,11 +588,30 @@ if ( ! defined( 'W3TC' ) ) {
'description' => esc_html__( 'Advanced protection from Distributed Denial of Service (DDoS) attacks on your website.', 'w3-total-cache' ),
)
);
self::cloudflare_textbox(
self::cloudflare_selectbox(
$settings,
array(
'key' => 'max_upload',
'label' => esc_html__( 'Max upload:', 'w3-total-cache' ),
'values' => array(
'100' => '100 MB',
'125' => '125 MB (Business+)',
'150' => '150 MB (Business+)',
'175' => '175 MB (Business+)',
'200' => '200 MB (Business+)',
'225' => '225 MB (Enterprise)',
'250' => '250 MB (Enterprise)',
'275' => '275 MB (Enterprise)',
'300' => '300 MB (Enterprise)',
'325' => '325 MB (Enterprise)',
'350' => '350 MB (Enterprise)',
'375' => '375 MB (Enterprise)',
'400' => '400 MB (Enterprise)',
'425' => '425 MB (Enterprise)',
'450' => '450 MB (Enterprise)',
'475' => '475 MB (Enterprise)',
'500' => '500 MB (Enterprise)',
),
'description' => esc_html__( 'Max size of file allowed for uploading', 'w3-total-cache' ),
)
);