Google Fonts for WordPress - Version 2.5.95

Version Description

Download this release

Release Info

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

Code changes from version 2.5.9 to 2.5.95

assets/js/customizer-repeater.js CHANGED
@@ -1,7 +1,6 @@
1
  /* global ogf_repeater */
2
 
3
  jQuery( document ).ready( function() {
4
- console.log(ogf_repeater)
5
  const themeControls = jQuery( '#customize-theme-controls' );
6
 
7
  /**
1
  /* global ogf_repeater */
2
 
3
  jQuery( document ).ready( function() {
 
4
  const themeControls = jQuery( '#customize-theme-controls' );
5
 
6
  /**
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 typography plugin. No coding required. 1000+ font choices.
8
- * Version: 2.5.9
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
@@ -40,7 +40,7 @@ register_activation_hook( __FILE__, 'ogf_activate' );
40
  function ogf_redirect() {
41
  if ( get_option( 'ogf_do_activation_redirect', false ) ) {
42
  delete_option( 'ogf_do_activation_redirect' );
43
- if ( ! isset( $_GET['activate-multi'] ) ) {
44
  wp_redirect( 'admin.php?page=fonts-plugin' );
45
  exit;
46
  }
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 typography plugin. No coding required. 1000+ font choices.
8
+ * Version: 2.5.95
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
40
  function ogf_redirect() {
41
  if ( get_option( 'ogf_do_activation_redirect', false ) ) {
42
  delete_option( 'ogf_do_activation_redirect' );
43
+ if ( ! isset( $_GET['activate-multi'] ) && ! is_network_admin() ) {
44
  wp_redirect( 'admin.php?page=fonts-plugin' );
45
  exit;
46
  }
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: DannyCooper, googlefonts, fontsplugin
3
  Tags: google, fonts, google fonts, typekit, elementor, adobe fonts, typography, upload fonts, custom fonts, preloading, customizer, font size, font color, design
4
  Donate link: https://fontsplugin.com/#pricing
5
  Requires at least: 4.0
6
- Tested up to: 5.7
7
  License: GPLv2 or later
8
- Stable tag: 2.5.9
9
 
10
  The easiest to use Google Fonts Typography Plugin. No coding required. 1000+ font choices.
11
 
3
  Tags: google, fonts, google fonts, typekit, elementor, adobe fonts, typography, upload fonts, custom fonts, preloading, customizer, font size, font color, design
4
  Donate link: https://fontsplugin.com/#pricing
5
  Requires at least: 4.0
6
+ Tested up to: 5.8
7
  License: GPLv2 or later
8
+ Stable tag: 2.5.95
9
 
10
  The easiest to use Google Fonts Typography Plugin. No coding required. 1000+ font choices.
11