Version Description
- Upped static version of Admin CSS files.
Download this release
Release Info
Developer | DaanvandenBergh |
Plugin | OMGF | GDPR/DSVGO Compliant, Faster Google Fonts. Easy. |
Version | 4.4.2 |
Comparing to | |
See all releases |
Code changes from version 4.4.1 to 4.4.2
- host-webfonts-local.php +2 -2
- readme.txt +4 -1
host-webfonts-local.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin Name: OMGF
|
6 |
* Plugin URI: https://daan.dev/wordpress-plugins/host-google-fonts-locally
|
7 |
* Description: Minimize DNS requests, leverage browser cache and speed up WordPress by saving Google Fonts to your server and removing external Google Fonts requests.
|
8 |
-
* Version: 4.4.
|
9 |
* Author: Daan from FFW.Press
|
10 |
* Author URI: https://ffw.press
|
11 |
* License: GPL2v2 or later
|
@@ -21,7 +21,7 @@ defined('ABSPATH') || exit;
|
|
21 |
define('OMGF_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
22 |
define('OMGF_PLUGIN_FILE', __FILE__);
|
23 |
define('OMGF_PLUGIN_BASENAME', plugin_basename(OMGF_PLUGIN_FILE));
|
24 |
-
define('OMGF_STATIC_VERSION', '4.4.
|
25 |
|
26 |
/**
|
27 |
* Takes care of loading classes on demand.
|
5 |
* Plugin Name: OMGF
|
6 |
* Plugin URI: https://daan.dev/wordpress-plugins/host-google-fonts-locally
|
7 |
* Description: Minimize DNS requests, leverage browser cache and speed up WordPress by saving Google Fonts to your server and removing external Google Fonts requests.
|
8 |
+
* Version: 4.4.2
|
9 |
* Author: Daan from FFW.Press
|
10 |
* Author URI: https://ffw.press
|
11 |
* License: GPL2v2 or later
|
21 |
define('OMGF_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
22 |
define('OMGF_PLUGIN_FILE', __FILE__);
|
23 |
define('OMGF_PLUGIN_BASENAME', plugin_basename(OMGF_PLUGIN_FILE));
|
24 |
+
define('OMGF_STATIC_VERSION', '4.4.1');
|
25 |
|
26 |
/**
|
27 |
* Takes care of loading classes on demand.
|
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.7
|
6 |
-
Stable tag: 4.4.
|
7 |
Requires PHP: 7.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -123,6 +123,9 @@ No, not yet. But I will definitely try to make it compatible in the future!
|
|
123 |
|
124 |
== Changelog ==
|
125 |
|
|
|
|
|
|
|
126 |
= 4.4.1 | April 23rd, 2021 =
|
127 |
* Fixed footer logo (load from local source instead of external URL).
|
128 |
* Added tooltip for preload option.
|
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.7
|
6 |
+
Stable tag: 4.4.2
|
7 |
Requires PHP: 7.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
123 |
|
124 |
== Changelog ==
|
125 |
|
126 |
+
= 4.4.2 =
|
127 |
+
* Upped static version of Admin CSS files.
|
128 |
+
|
129 |
= 4.4.1 | April 23rd, 2021 =
|
130 |
* Fixed footer logo (load from local source instead of external URL).
|
131 |
* Added tooltip for preload option.
|