Version Description
Download this release
Release Info
Developer | DannyCooper |
Plugin | Google Fonts for WordPress |
Version | 1.6.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.1 to 1.6.2
- class-olympus-google-fonts.php +1 -1
- includes/class-ogf-notifications.php +3 -0
- olympus-google-fonts.php +2 -2
- readme.txt +6 -7
class-olympus-google-fonts.php
CHANGED
@@ -140,7 +140,7 @@ class Olympus_Google_Fonts {
|
|
140 |
array_push( $links, $settings_link );
|
141 |
|
142 |
// Upgrade Link.
|
143 |
-
$pro_link = '<a href="https://fontsplugin.com?utm_source=wpadmin-settings">' . esc_html__( 'Upgrade to Pro', 'olympus-google-fonts' ) . '</a>';
|
144 |
|
145 |
array_push( $links, $pro_link );
|
146 |
|
140 |
array_push( $links, $settings_link );
|
141 |
|
142 |
// Upgrade Link.
|
143 |
+
$pro_link = '<a href="https://fontsplugin.com/pro-upgrade?utm_source=wpadmin-settings">' . esc_html__( 'Upgrade to Pro', 'olympus-google-fonts' ) . '</a>';
|
144 |
|
145 |
array_push( $links, $pro_link );
|
146 |
|
includes/class-ogf-notifications.php
CHANGED
@@ -121,6 +121,9 @@ if ( ! class_exists( 'OGF_Notifications' ) ) :
|
|
121 |
* Display the admin notice.
|
122 |
*/
|
123 |
public function display_admin_notice() {
|
|
|
|
|
|
|
124 |
?>
|
125 |
|
126 |
<style>
|
121 |
* Display the admin notice.
|
122 |
*/
|
123 |
public function display_admin_notice() {
|
124 |
+
if ( is_plugin_active( 'google-fonts-pro/google-fonts-pro.php' ) ) {
|
125 |
+
return;
|
126 |
+
}
|
127 |
?>
|
128 |
|
129 |
<style>
|
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.6.
|
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.6.
|
22 |
define( 'OGF_DIR_PATH', plugin_dir_path( __FILE__ ) );
|
23 |
define( 'OGF_DIR_URL', plugin_dir_url( __FILE__ ) );
|
24 |
|
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.6.2
|
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.6.2' );
|
22 |
define( 'OGF_DIR_PATH', plugin_dir_path( __FILE__ ) );
|
23 |
define( 'OGF_DIR_URL', plugin_dir_url( __FILE__ ) );
|
24 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: https://fontsplugin.com/#pricing
|
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.1
|
7 |
License: GPLv2 or later
|
8 |
-
Stable tag: 1.6.
|
9 |
|
10 |
The easiest to use Google Fonts Plugin. No coding required. 870+ font choices.
|
11 |
|
@@ -55,7 +55,7 @@ For more info on Google Fonts for Wordpress, check out the following:
|
|
55 |
* [How to Use Google Fonts in WordPress](https://fontsplugin.com/wordpress-google-fonts/)
|
56 |
|
57 |
= Bugs =
|
58 |
-
If you find an issue with Google Fonts for WordPress, let us know [here](https://
|
59 |
|
60 |
= Google Fonts Gutenberg Block =
|
61 |
Add some flair to your content with our new Gutenberg block.
|
@@ -69,10 +69,9 @@ Anyone is welcome to contribute to the 'Google Fonts for WordPress' plugin.
|
|
69 |
|
70 |
There are various ways you can contribute:
|
71 |
|
72 |
-
1. Raise an [Issue](https://
|
73 |
-
2.
|
74 |
-
3.
|
75 |
-
4. Provide feedback and suggestions on [enhancements](https://github.com/DannyCooper/olympus-google-fonts/issues?direction=desc&labels=Enhancement&page=1&sort=created&state=open)
|
76 |
|
77 |
== Installation ==
|
78 |
Upload 'Google Fonts for WordPress', activate it, and you're done!
|
@@ -83,7 +82,7 @@ Navigate to wp-admin -> Appearance -> Customize and you will see a new tab named
|
|
83 |
|
84 |
= Will my theme work with Google Fonts for WordPress? =
|
85 |
|
86 |
-
We are 99.99% certain it will, if it doesn't then please create a [support ticket](https://wordpress.org/support/plugin/olympus-google-fonts).
|
87 |
|
88 |
== Screenshots ==
|
89 |
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.1
|
7 |
License: GPLv2 or later
|
8 |
+
Stable tag: 1.6.2
|
9 |
|
10 |
The easiest to use Google Fonts Plugin. No coding required. 870+ font choices.
|
11 |
|
55 |
* [How to Use Google Fonts in WordPress](https://fontsplugin.com/wordpress-google-fonts/)
|
56 |
|
57 |
= Bugs =
|
58 |
+
If you find an issue with Google Fonts for WordPress, let us know [here](https://wordpress.org/support/plugin/olympus-google-fonts#new-post)!
|
59 |
|
60 |
= Google Fonts Gutenberg Block =
|
61 |
Add some flair to your content with our new Gutenberg block.
|
69 |
|
70 |
There are various ways you can contribute:
|
71 |
|
72 |
+
1. Raise an [Issue](https://wordpress.org/support/plugin/olympus-google-fonts#new-post)
|
73 |
+
2. Translate the Google Fonts for WordPress plugin into [different languages](https://translate.wordpress.org/projects/wp-plugins/olympus-google-fonts/)
|
74 |
+
3. Provide feedback and suggestions on [enhancements](https://wordpress.org/support/plugin/olympus-google-fonts#new-post)
|
|
|
75 |
|
76 |
== Installation ==
|
77 |
Upload 'Google Fonts for WordPress', activate it, and you're done!
|
82 |
|
83 |
= Will my theme work with Google Fonts for WordPress? =
|
84 |
|
85 |
+
We are 99.99% certain it will, if it doesn't then please create a [support ticket](https://wordpress.org/support/plugin/olympus-google-fonts#new-post).
|
86 |
|
87 |
== Screenshots ==
|
88 |
|