Google Fonts for WordPress - Version 3.2.4

Version Description

Download this release

Release Info

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

Code changes from version 3.2.3 to 3.2.4

changelog.txt CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  = 3.2.2 =
2
 
3
  * Fix Classic Editor error when using Typekit fonts
1
+ = 3.2.4 =
2
+
3
+ * Add prefix to WooCommerce helper
4
+
5
  = 3.2.2 =
6
 
7
  * Fix Classic Editor error when using Typekit fonts
class-olympus-google-fonts.php CHANGED
@@ -39,7 +39,7 @@ class Olympus_Google_Fonts {
39
  */
40
  public function constants() {
41
  if ( ! defined( 'OGF_VERSION' ) ) {
42
- define( 'OGF_VERSION', '3.2.3' );
43
  }
44
 
45
  if ( ! defined( 'OGF_DIR_PATH' ) ) {
39
  */
40
  public function constants() {
41
  if ( ! defined( 'OGF_VERSION' ) ) {
42
+ define( 'OGF_VERSION', '3.2.4' );
43
  }
44
 
45
  if ( ! defined( 'OGF_DIR_PATH' ) ) {
includes/class-ogf-classic-editor.php CHANGED
@@ -138,7 +138,7 @@ if ( ! class_exists( 'OGF_Classic_Editor' ) ) :
138
  }
139
  }
140
 
141
- foreach ( array_unique( $this->custom_fonts ) as $font ) {
142
  $new_default .= $font['label'] . '=' . $font['stack'] . ';';
143
  }
144
 
138
  }
139
  }
140
 
141
+ foreach ( $this->custom_fonts as $font ) {
142
  $new_default .= $font['label'] . '=' . $font['stack'] . ';';
143
  }
144
 
olympus-google-fonts.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin Name: Fonts Plugin | Google Fonts Typography
6
  * Plugin URI: https://wordpress.org/plugins/olympus-google-fonts/
7
  * Description: The easiest to use Google Fonts Plugin. No coding required. Optimized for Speed. 1000+ font choices.
8
- * Version: 3.2.3
9
  * Author: Fonts Plugin
10
  * Author URI: https://fontsplugin.com/?utm_source=wporg&utm_medium=readme&utm_campaign=description
11
  * Text Domain: olympus-google-fonts
5
  * Plugin Name: Fonts Plugin | Google Fonts Typography
6
  * Plugin URI: https://wordpress.org/plugins/olympus-google-fonts/
7
  * Description: The easiest to use Google Fonts Plugin. No coding required. Optimized for Speed. 1000+ font choices.
8
+ * Version: 3.2.4
9
  * Author: Fonts Plugin
10
  * Author URI: https://fontsplugin.com/?utm_source=wporg&utm_medium=readme&utm_campaign=description
11
  * Text Domain: olympus-google-fonts
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://fontsplugin.com/#pricing
5
  Requires at least: 4.0
6
  Tested up to: 6.1
7
  License: GPLv2 or later
8
- Stable tag: 3.2.3
9
 
10
  The easiest to use Google Fonts Plugin. No coding required. Optimized for Speed. 1000+ font choices.
11
 
5
  Requires at least: 4.0
6
  Tested up to: 6.1
7
  License: GPLv2 or later
8
+ Stable tag: 3.2.4
9
 
10
  The easiest to use Google Fonts Plugin. No coding required. Optimized for Speed. 1000+ font choices.
11