OMGF | GDPR/DSVGO Compliant, Faster Google Fonts. Easy. - Version 5.3.1

Version Description

  • Fixed: Update notices should never be cached.
Download this release

Release Info

Developer DaanvandenBergh
Plugin Icon 128x128 OMGF | GDPR/DSVGO Compliant, Faster Google Fonts. Easy.
Version 5.3.1
Comparing to
See all releases

Code changes from version 5.3.0 to 5.3.1

host-webfonts-local.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: OMGF
5
  * Plugin URI: https://daan.dev/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.3.0
8
  * Author: Daan from Daan.dev
9
  * Author URI: https://daan.dev
10
  * License: GPL2v2 or later
4
  * Plugin Name: OMGF
5
  * Plugin URI: https://daan.dev/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.3.1
8
  * Author: Daan from Daan.dev
9
  * Author URI: https://daan.dev
10
  * License: GPL2v2 or later
includes/class-omgf.php CHANGED
@@ -178,7 +178,7 @@ class OMGF
178
  $new_version = $plugin['new_version'];
179
 
180
  if (version_compare($current_version, $new_version, '<')) {
181
- $response = wp_remote_get('https://daan.dev/omgf-update-notices.json');
182
 
183
  if (is_wp_error($response)) {
184
  return;
178
  $new_version = $plugin['new_version'];
179
 
180
  if (version_compare($current_version, $new_version, '<')) {
181
+ $response = wp_remote_get('https://daan.dev/omgf-update-notices.json?' . substr(uniqid('', true), -5));
182
 
183
  if (is_wp_error($response)) {
184
  return;
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: 6.0
6
- Stable tag: 5.3.0
7
  Requires PHP: 7.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -76,6 +76,9 @@ For the FAQ, [click here](https://daan.dev/docs/omgf-pro-faq/).
76
 
77
  == Changelog ==
78
 
 
 
 
79
  = 5.3.0 | July 20th, 2022 =
80
  * Added: Removed Google Webfonts Helper API and implemented a custom Web Font Loader. This adds/fixes:
81
  * Added: full support for Variable Fonts
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: 6.0
6
+ Stable tag: 5.3.1
7
  Requires PHP: 7.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
76
 
77
  == Changelog ==
78
 
79
+ = 5.3.1 =
80
+ * Fixed: Update notices should never be cached.
81
+
82
  = 5.3.0 | July 20th, 2022 =
83
  * Added: Removed Google Webfonts Helper API and implemented a custom Web Font Loader. This adds/fixes:
84
  * Added: full support for Variable Fonts