Skip to content

Commit 484d6d7

Browse files
author
o10n-x
committed
core update
1 parent 58af464 commit 484d6d7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: css, critical css, async, minify, editor, concat, minifier, concatenation,
55
Requires at least: 4.0
66
Requires PHP: 5.4
77
Tested up to: 4.9.4
8-
Stable tag: 0.0.66
8+
Stable tag: 0.0.67
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

controllers/admin/views/css.class.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,9 @@ final public function verify_input($forminput)
440440
// localStorage
441441
if ($forminput->bool('css.async.localStorage.enabled')) {
442442
$forminput->type_verify(array(
443-
'css.async.localStorage.max_size' => 'int',
444-
'css.async.localStorage.expire' => 'int',
445-
'css.async.localStorage.update_interval' => 'int',
443+
'css.async.localStorage.max_size' => 'int-empty',
444+
'css.async.localStorage.expire' => 'int-empty',
445+
'css.async.localStorage.update_interval' => 'int-empty',
446446
'css.async.localStorage.head_update' => 'bool'
447447
));
448448
}

css-optimization.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @wordpress-plugin
1313
* Plugin Name: CSS Optimization
1414
* Description: Advanced CSS optimization toolkit. Critical CSS, minification, concatenation, async loading, advanced editor, CSS Lint, Clean CSS (professional), beautifier and more.
15-
* Version: 0.0.66
15+
* Version: 0.0.67
1616
* Author: Optimization.Team
1717
* Author URI: https://optimization.team/
1818
* GitHub Plugin URI: https://github.com/o10n-x/wordpress-css-optimization
@@ -30,7 +30,7 @@
3030
}
3131

3232
// settings
33-
$module_version = '0.0.66';
33+
$module_version = '0.0.67';
3434
$minimum_core_version = '0.0.44';
3535
$plugin_path = dirname(__FILE__);
3636

0 commit comments

Comments
 (0)