Version Description
Download this release
Release Info
Developer | DannyCooper |
Plugin | Google Fonts for WordPress |
Version | 1.0.9 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.9
- includes/customizer/output-css.php +1 -1
- olympus-google-fonts.php +1 -1
- readme.txt +5 -0
includes/customizer/output-css.php
CHANGED
@@ -48,7 +48,7 @@ add_action( 'wp_head' , 'ogf_output_css' );
|
|
48 |
function ogf_generate_css( $selector, $option_name ) {
|
49 |
$return = '';
|
50 |
|
51 |
-
if (
|
52 |
|
53 |
$stack = ogf_build_font_stack( get_theme_mod( $option_name ) );
|
54 |
|
48 |
function ogf_generate_css( $selector, $option_name ) {
|
49 |
$return = '';
|
50 |
|
51 |
+
if ( false !== get_theme_mod( $option_name ) ) {
|
52 |
|
53 |
$stack = ogf_build_font_stack( get_theme_mod( $option_name ) );
|
54 |
|
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 simplest Google Fonts plugin for WordPress. Add Google Fonts functionality to your WordPress website in minutes without any coding.
|
8 |
-
* Version: 1.0.
|
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 simplest Google Fonts plugin for WordPress. Add Google Fonts functionality to your WordPress website in minutes without any coding.
|
8 |
+
* Version: 1.0.8
|
9 |
* Author: Danny Cooper
|
10 |
* Author URI: https://olympusthemes.com/
|
11 |
* Text Domain: olympus-google-fonts
|
readme.txt
CHANGED
@@ -58,6 +58,11 @@ We are 99.99% certain it will, if it doesn't and you have tried the 'Force Style
|
|
58 |
|
59 |
== Changelog ==
|
60 |
|
|
|
|
|
|
|
|
|
|
|
61 |
= 1.0.7 =
|
62 |
*Release Date - 19th Nov 2017*
|
63 |
|
58 |
|
59 |
== Changelog ==
|
60 |
|
61 |
+
= 1.0.8 =
|
62 |
+
*Release Date - Nov 22 2017*
|
63 |
+
|
64 |
+
* Fix compatibility issue with PHP 5.2
|
65 |
+
|
66 |
= 1.0.7 =
|
67 |
*Release Date - 19th Nov 2017*
|
68 |
|