Google Fonts for WordPress - Version 1.3.0

Version Description

Release Date - October 18 2018

  • Add 'Force Styles' setting to the bottom of 'Advanced Settings'.
Download this release

Release Info

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

Code changes from version 1.2.5 to 1.3.0

includes/customizer/settings.php CHANGED
@@ -444,7 +444,7 @@ function ogf_customize_register( $wp_customize ) {
444
 
445
  $wp_customize->add_control( 'force_styles', array(
446
  'label' => esc_html__( 'Force Styles?', 'olympus-google-fonts' ),
447
- 'section' => 'olympus-google-fonts',
448
  'settings' => 'ogf_force_styles',
449
  'type' => 'checkbox',
450
  'description' => esc_html__( 'If your choices are not displaying correctly, check this box.', 'olympus-google-fonts' ),
444
 
445
  $wp_customize->add_control( 'force_styles', array(
446
  'label' => esc_html__( 'Force Styles?', 'olympus-google-fonts' ),
447
+ 'section' => 'olympus-google-fonts-advanced',
448
  'settings' => 'ogf_force_styles',
449
  'type' => 'checkbox',
450
  'description' => esc_html__( 'If your choices are not displaying correctly, check this box.', 'olympus-google-fonts' ),
olympus-google-fonts.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin Name: Google Fonts for WordPress
6
  * Plugin URI: https://wordpress.org/plugins/olympus-google-fonts/
7
  * Description: The easiest to use Google Fonts plugin. No coding required. 870+ font choices.
8
- * Version: 1.2.5
9
  * Author: Danny Cooper
10
  * Author URI: https://olympusthemes.com/
11
  * Text Domain: olympus-google-fonts
5
  * Plugin Name: Google Fonts for WordPress
6
  * Plugin URI: https://wordpress.org/plugins/olympus-google-fonts/
7
  * Description: The easiest to use Google Fonts plugin. No coding required. 870+ font choices.
8
+ * Version: 1.3.0
9
  * Author: Danny Cooper
10
  * Author URI: https://olympusthemes.com/
11
  * Text Domain: olympus-google-fonts
readme.txt CHANGED
@@ -1,6 +1,6 @@
1
  === Google Fonts for WordPress ===
2
  Contributors: DannyCooper, googlefonts
3
- Tags: google fonts, google fonts for wordpress, fonts, live preview, google-fonts
4
  Requires at least: 4.0
5
  Tested up to: 4.9.8
6
  License: GPLv2 or later
@@ -73,6 +73,11 @@ We are 99.99% certain it will, if it doesn't then please create a [support ticke
73
 
74
  == Changelog ==
75
 
 
 
 
 
 
76
  = 1.2.5 =
77
  *Release Date - October 5 2018*
78
 
1
  === Google Fonts for WordPress ===
2
  Contributors: DannyCooper, googlefonts
3
+ Tags: google fonts, google fonts for wordpress, fonts, google, google-fonts
4
  Requires at least: 4.0
5
  Tested up to: 4.9.8
6
  License: GPLv2 or later
73
 
74
  == Changelog ==
75
 
76
+ = 1.3.0 =
77
+ *Release Date - October 18 2018*
78
+
79
+ * Add 'Force Styles' setting to the bottom of 'Advanced Settings'.
80
+
81
  = 1.2.5 =
82
  *Release Date - October 5 2018*
83