Skip to content

Commit 7fdb590

Browse files
author
o10n-x
committed
core update
1 parent 2e06b06 commit 7fdb590

19 files changed

+106
-71
lines changed

README.txt

+4-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.64
8+
Stable tag: 0.0.65
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -50,6 +50,9 @@ Documentation is available on [Github](https://github.com/o10n-x/wordpress-css-o
5050

5151
== Changelog ==
5252

53+
= 0.0.65 =
54+
* Core update (see changelog.txt)
55+
5356
= 0.0.64 =
5457
* Added: Service Worker push option.
5558

core/loader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
return;
2525
}
2626

27-
define('O10N_CORE_VERSION', '0.0.44');
27+
define('O10N_CORE_VERSION', '0.0.45');
2828
define('O10N_CORE_URI', \plugin_dir_url(__FILE__));
2929
define('O10N_CORE_PATH', \plugin_dir_path(__FILE__));
3030

core/public/js/inview.debug.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/public/js/inview.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/public/js/localstorage.debug.js

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)