Local Google Fonts - Version 0.3

Version Description

Download this release

Release Info

Developer everpress
Plugin Icon 128x128 Local Google Fonts
Version 0.3
Comparing to
See all releases

Code changes from version 0.2 to 0.3

README.md CHANGED
@@ -1,10 +1,10 @@
1
  # Local Google Fonts
2
 
3
  Contributors: everpress
4
- Tags: googlefonts, google, fonts, gdpr
5
  Requires at least: 4.2
6
  Tested up to: 5.9
7
- Stable tag: 0.2
8
  Requires PHP: 5.6+
9
  License: GPLv2 or later
10
  Author: EverPress
@@ -14,7 +14,7 @@ Author URI: https://everpress.co
14
 
15
  Host your used Google fonts on your server and make your site more GDPR compliant.
16
 
17
- About 50 mio[\*](https://trends.builtwith.com/websitelist/Google-Font-API) sites use Google Fonts and in January 2022 a German court as ruled that using Google Fonts is a violation of Europe’s GDPR (General Data Protection Regulation).
18
 
19
  more on [wptavern.com](https://wptavern.com/german-court-fines-website-owner-for-violating-the-gdpr-by-using-google-hosted-fonts)
20
 
@@ -26,10 +26,15 @@ more on [wptavern.com](https://wptavern.com/german-court-fines-website-owner-for
26
 
27
  ### Features
28
 
29
- 1. Quick install (activate, setup and forget)
30
- 2. Automatically loads all used fonts to your server (wp-content/uploads)
31
- 3. Cleanup on plugin deactivation
32
- 4. Cleanup on plugin switch
 
 
 
 
 
33
 
34
  ## Installation
35
 
@@ -39,6 +44,10 @@ more on [wptavern.com](https://wptavern.com/german-court-fines-website-owner-for
39
 
40
  ## Changelog
41
 
 
 
 
 
42
  ### 0.2
43
 
44
  - show info when no font is found
1
  # Local Google Fonts
2
 
3
  Contributors: everpress
4
+ Tags: googlefonts, google, fonts, gdpr, lgf, font, speed
5
  Requires at least: 4.2
6
  Tested up to: 5.9
7
+ Stable tag: 0.3
8
  Requires PHP: 5.6+
9
  License: GPLv2 or later
10
  Author: EverPress
14
 
15
  Host your used Google fonts on your server and make your site more GDPR compliant.
16
 
17
+ About 50 mio[\*](https://trends.builtwith.com/websitelist/Google-Font-API) sites use Google Fonts and in January 2022 a German court has ruled that using Google Fonts is a violation of Europe’s GDPR (General Data Protection Regulation).
18
 
19
  more on [wptavern.com](https://wptavern.com/german-court-fines-website-owner-for-violating-the-gdpr-by-using-google-hosted-fonts)
20
 
26
 
27
  ### Features
28
 
29
+ ### 1. Quick install (activate, setup and forget)
30
+
31
+ ![Quick install (activate, setup and forget)](https://ps.w.org/local-google-fonts/assets/screenshot-1.png)
32
+
33
+ ### 2. Automatically loads all used fonts to your server (wp-content/uploads)
34
+
35
+ ### 3. Cleanup on plugin deactivation
36
+
37
+ ### 4. Cleanup on plugin switch
38
 
39
  ## Installation
40
 
44
 
45
  ## Changelog
46
 
47
+ ### 0.3
48
+
49
+ - add explanation info on settings page
50
+
51
  ### 0.2
52
 
53
  - show info when no font is found
includes/class-local-google-fonts-admin.php CHANGED
@@ -116,9 +116,12 @@ class LGF_Admin {
116
  <div class="wrap">
117
  <h1><?php printf( esc_html__( _n( '%d Google font source found on your site.', '%d Google font sources found on your site.', $count, 'mailster' ) ), $count ); ?></h1>
118
 
119
- <?php if ( ! $count ) : ?>
 
 
120
  <p><?php esc_html_e( 'You have currently no Google fonts in use on your site.', 'local-google-fonts' ); ?></p>
121
  <?php endif; ?>
 
122
  <form action="options.php" method="post">
123
  <?php
124
  settings_fields( 'local_google_fonts' );
116
  <div class="wrap">
117
  <h1><?php printf( esc_html__( _n( '%d Google font source found on your site.', '%d Google font sources found on your site.', $count, 'mailster' ) ), $count ); ?></h1>
118
 
119
+ <p><?php esc_html_e( 'This page shows all discovered Google Fonts over time. If you miss a font start browsing your front end so they end up showing here.', 'local-google-fonts' ); ?></p>
120
+
121
+ <?php if ( ! $count ) : ?>
122
  <p><?php esc_html_e( 'You have currently no Google fonts in use on your site.', 'local-google-fonts' ); ?></p>
123
  <?php endif; ?>
124
+
125
  <form action="options.php" method="post">
126
  <?php
127
  settings_fields( 'local_google_fonts' );
local-google-fonts.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Local Google Fonts
4
  Description: Host your used Google fonts on your server and make your site GDPR compliant.
5
- Version: 0.2
6
  Author: EverPress
7
  Author URI: https://everpress.co
8
  Text Domain: local-google-fonts
2
  /*
3
  Plugin Name: Local Google Fonts
4
  Description: Host your used Google fonts on your server and make your site GDPR compliant.
5
+ Version: 0.3
6
  Author: EverPress
7
  Author URI: https://everpress.co
8
  Text Domain: local-google-fonts
local-google-fonts.zip DELETED
Binary file