Google Fonts for WordPress - Version 1.9.92

Version Description

Download this release

Release Info

Developer DannyCooper
Plugin Icon 128x128 Google Fonts for WordPress
Version 1.9.92
Comparing to
See all releases

Code changes from version 1.9.91 to 1.9.92

Files changed (3) hide show
  1. changelog.txt +4 -0
  2. olympus-google-fonts.php +2 -2
  3. readme.txt +2 -2
changelog.txt CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  = 1.9.91 =
2
 
3
  * Fix duplicates in Classic Editor
1
+ = 1.9.92 =
2
+
3
+ * Tested with WP5.3
4
+
5
  = 1.9.91 =
6
 
7
  * Fix duplicates in Classic Editor
olympus-google-fonts.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin Name: Google Fonts Typography
6
  * Plugin URI: https://wordpress.org/plugins/olympus-google-fonts/
7
  * Description: The easiest to use Google Fonts typography plugin. No coding required. 870+ font choices.
8
- * Version: 1.9.91
9
  * Author: Fonts Plugin
10
  * Author URI: https://fontsplugin.com/?utm_source=wporg&utm_campaign=heading
11
  * Text Domain: olympus-google-fonts
@@ -18,7 +18,7 @@
18
  * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
19
  */
20
 
21
- define( 'OGF_VERSION', '1.9.91' );
22
  define( 'OGF_DIR_PATH', plugin_dir_path( __FILE__ ) );
23
  define( 'OGF_DIR_URL', plugin_dir_url( __FILE__ ) );
24
 
5
  * Plugin Name: Google Fonts Typography
6
  * Plugin URI: https://wordpress.org/plugins/olympus-google-fonts/
7
  * Description: The easiest to use Google Fonts typography plugin. No coding required. 870+ font choices.
8
+ * Version: 1.9.92
9
  * Author: Fonts Plugin
10
  * Author URI: https://fontsplugin.com/?utm_source=wporg&utm_campaign=heading
11
  * Text Domain: olympus-google-fonts
18
  * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
19
  */
20
 
21
+ define( 'OGF_VERSION', '1.9.92' );
22
  define( 'OGF_DIR_PATH', plugin_dir_path( __FILE__ ) );
23
  define( 'OGF_DIR_URL', plugin_dir_url( __FILE__ ) );
24
 
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: DannyCooper, googlefonts
3
  Tags: google, fonts, google fonts, typography, elementor, beaver builder
4
  Donate link: https://fontsplugin.com/#pricing
5
  Requires at least: 4.0
6
- Tested up to: 5.2
7
  License: GPLv2 or later
8
- Stable tag: 1.9.91
9
 
10
  The easiest to use Google Fonts Typography Plugin. No coding required. 900+ font choices.
11
 
3
  Tags: google, fonts, google fonts, typography, elementor, beaver builder
4
  Donate link: https://fontsplugin.com/#pricing
5
  Requires at least: 4.0
6
+ Tested up to: 5.3
7
  License: GPLv2 or later
8
+ Stable tag: 1.9.92
9
 
10
  The easiest to use Google Fonts Typography Plugin. No coding required. 900+ font choices.
11