Version Description
Download this release
Release Info
Developer | Alignak |
Plugin | Fast Velocity Minify |
Version | 3.3.4 |
Comparing to | |
See all releases |
Code changes from version 3.3.3 to 3.3.4
- fvm.php +1 -7
- libs/simplehtmldom/simple_html_dom.php +1 -1
- readme.txt +4 -1
fvm.php
CHANGED
@@ -6,7 +6,7 @@ Description: Improve your speed score on GTmetrix, Pingdom Tools and Google Page
|
|
6 |
Author: Raul Peixoto
|
7 |
Author URI: http://fastvelocity.com
|
8 |
Text Domain: fast-velocity-minify
|
9 |
-
Version: 3.3.
|
10 |
License: GPL2
|
11 |
|
12 |
------------------------------------------------------------------------
|
@@ -103,13 +103,7 @@ if(!is_admin()) {
|
|
103 |
# both backend and frontend, as long as user can manage options
|
104 |
add_action('admin_bar_menu', 'fvm_admintoolbar', 100);
|
105 |
add_action('init', 'fvm_process_cache_purge_request');
|
106 |
-
|
107 |
-
# actions for frontend only
|
108 |
-
add_action('template_redirect', 'fvm_start_buffer', 999999);
|
109 |
|
110 |
-
# add with positive priority, remove with negative as suggested by:
|
111 |
-
# https://github.com/nextend/wp-ob-plugins-themes
|
112 |
-
|
113 |
# allow overwrite
|
114 |
if (!defined('FVM_HOOK_INTO')) { define('FVM_HOOK_INTO', 'setup_theme'); }
|
115 |
add_action(constant("FVM_HOOK_INTO"), 'fvm_start_buffer', 50);
|
6 |
Author: Raul Peixoto
|
7 |
Author URI: http://fastvelocity.com
|
8 |
Text Domain: fast-velocity-minify
|
9 |
+
Version: 3.3.4
|
10 |
License: GPL2
|
11 |
|
12 |
------------------------------------------------------------------------
|
103 |
# both backend and frontend, as long as user can manage options
|
104 |
add_action('admin_bar_menu', 'fvm_admintoolbar', 100);
|
105 |
add_action('init', 'fvm_process_cache_purge_request');
|
|
|
|
|
|
|
106 |
|
|
|
|
|
|
|
107 |
# allow overwrite
|
108 |
if (!defined('FVM_HOOK_INTO')) { define('FVM_HOOK_INTO', 'setup_theme'); }
|
109 |
add_action(constant("FVM_HOOK_INTO"), 'fvm_start_buffer', 50);
|
libs/simplehtmldom/simple_html_dom.php
CHANGED
@@ -1034,7 +1034,7 @@ class fvm_simple_html_dom_node
|
|
1034 |
|
1035 |
if ($this->dom) {
|
1036 |
$sourceCharset = strtoupper($this->dom->_charset);
|
1037 |
-
$targetCharset = strtoupper($this->dom->_target_charset);
|
1038 |
}
|
1039 |
|
1040 |
if (is_object($debug_object)) {
|
1034 |
|
1035 |
if ($this->dom) {
|
1036 |
$sourceCharset = strtoupper($this->dom->_charset);
|
1037 |
+
$targetCharset = strtoupper($this->dom->_target_charset).'//IGNORE';
|
1038 |
}
|
1039 |
|
1040 |
if (is_object($debug_object)) {
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Alignak
|
|
3 |
Tags: PHP Minify, Lighthouse, GTmetrix, Pingdom, Pagespeed, Merging, Minification, Optimization, Speed, Performance, FVM
|
4 |
Requires at least: 5.0
|
5 |
Requires PHP: 7.0
|
6 |
-
Stable tag: 3.3.
|
7 |
Tested up to: 6.1.3
|
8 |
Text Domain: fast-velocity-minify
|
9 |
License: GPLv3 or later
|
@@ -49,6 +49,9 @@ You need a public directory to store and serve minified cache files. If you need
|
|
49 |
|
50 |
== Changelog ==
|
51 |
|
|
|
|
|
|
|
52 |
= 3.3.3 [2022.12.11] =
|
53 |
* custom cache directory fixes
|
54 |
* upgraded matthiasmullie's PHP Minify to 1.3.70
|
3 |
Tags: PHP Minify, Lighthouse, GTmetrix, Pingdom, Pagespeed, Merging, Minification, Optimization, Speed, Performance, FVM
|
4 |
Requires at least: 5.0
|
5 |
Requires PHP: 7.0
|
6 |
+
Stable tag: 3.3.4
|
7 |
Tested up to: 6.1.3
|
8 |
Text Domain: fast-velocity-minify
|
9 |
License: GPLv3 or later
|
49 |
|
50 |
== Changelog ==
|
51 |
|
52 |
+
= 3.3.3 [2022.12.12] =
|
53 |
+
* buffer bug fix
|
54 |
+
|
55 |
= 3.3.3 [2022.12.11] =
|
56 |
* custom cache directory fixes
|
57 |
* upgraded matthiasmullie's PHP Minify to 1.3.70
|