Version Description
- Fixed: don't allow starting buffer twice.
Download this release
Release Info
Developer | DaanvandenBergh |
Plugin | OMGF | GDPR/DSVGO Compliant, Faster Google Fonts. Easy. |
Version | 5.0.4 |
Comparing to | |
See all releases |
Code changes from version 5.0.3 to 5.0.4
- host-webfonts-local.php +1 -1
- includes/frontend/class-process.php +1 -1
- readme.txt +4 -1
host-webfonts-local.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: OMGF
|
5 |
* Plugin URI: https://ffw.press/wordpress/omgf/
|
6 |
* Description: Increase GDPR compliance, reduce DNS requests and leverage browser cache by automatically downloading Google Fonts to your server.
|
7 |
-
* Version: 5.0.
|
8 |
* Author: Daan from FFW.Press
|
9 |
* Author URI: https://ffw.press
|
10 |
* License: GPL2v2 or later
|
4 |
* Plugin Name: OMGF
|
5 |
* Plugin URI: https://ffw.press/wordpress/omgf/
|
6 |
* Description: Increase GDPR compliance, reduce DNS requests and leverage browser cache by automatically downloading Google Fonts to your server.
|
7 |
+
* Version: 5.0.4
|
8 |
* Author: Daan from FFW.Press
|
9 |
* Author URI: https://ffw.press
|
10 |
* License: GPL2v2 or later
|
includes/frontend/class-process.php
CHANGED
@@ -151,7 +151,7 @@ class OMGF_Frontend_Process
|
|
151 |
* Always run, if the omgf_optimize (added by Save & Optimize) is set.
|
152 |
*/
|
153 |
if (isset($_GET['omgf_optimize'])) {
|
154 |
-
ob_start([$this, 'return_buffer']);
|
155 |
}
|
156 |
|
157 |
/**
|
151 |
* Always run, if the omgf_optimize (added by Save & Optimize) is set.
|
152 |
*/
|
153 |
if (isset($_GET['omgf_optimize'])) {
|
154 |
+
return ob_start([$this, 'return_buffer']);
|
155 |
}
|
156 |
|
157 |
/**
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: DaanvandenBergh
|
|
3 |
Tags: google, fonts, gdpr, cache, speed, preload, font-display, webfonts, subsets, remove, minimize, external, requests
|
4 |
Requires at least: 4.6
|
5 |
Tested up to: 5.9
|
6 |
-
Stable tag: 5.0.
|
7 |
Requires PHP: 7.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -75,6 +75,9 @@ For the FAQ, [click here](https://docs.ffw.press/category/76-omgf-pro---faq).
|
|
75 |
|
76 |
== Changelog ==
|
77 |
|
|
|
|
|
|
|
78 |
= 5.0.3 =
|
79 |
* Fixed: always run if omgf_optimize parameter is set.
|
80 |
|
3 |
Tags: google, fonts, gdpr, cache, speed, preload, font-display, webfonts, subsets, remove, minimize, external, requests
|
4 |
Requires at least: 4.6
|
5 |
Tested up to: 5.9
|
6 |
+
Stable tag: 5.0.4
|
7 |
Requires PHP: 7.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
75 |
|
76 |
== Changelog ==
|
77 |
|
78 |
+
= 5.0.4 =
|
79 |
+
* Fixed: don't allow starting buffer twice.
|
80 |
+
|
81 |
= 5.0.3 =
|
82 |
* Fixed: always run if omgf_optimize parameter is set.
|
83 |
|