Version Description
Download this release
Release Info
Developer | DannyCooper |
Plugin | Google Fonts for WordPress |
Version | 2.1.3 |
Comparing to | |
See all releases |
Code changes from version 2.1.2 to 2.1.3
changelog.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
= 2.1.2 =
|
2 |
|
3 |
* Overwrite the Classic Editor's typography using the 'Basic Settings'.
|
1 |
+
= 2.1.3 =
|
2 |
+
|
3 |
+
* Fix broken link in readme.
|
4 |
+
|
5 |
= 2.1.2 =
|
6 |
|
7 |
* Overwrite the Classic Editor's typography using the 'Basic Settings'.
|
class-olympus-google-fonts.php
CHANGED
@@ -155,7 +155,7 @@ class Olympus_Google_Fonts {
|
|
155 |
array_push( $links, $settings_link );
|
156 |
|
157 |
// Upgrade Link.
|
158 |
-
$pro_link = '<a href="https://fontsplugin.com/pro-upgrade
|
159 |
|
160 |
array_push( $links, $pro_link );
|
161 |
|
155 |
array_push( $links, $settings_link );
|
156 |
|
157 |
// Upgrade Link.
|
158 |
+
$pro_link = '<a href="https://fontsplugin.com/pro-upgrade/?utm_source=plugin&utm_medium=wpadmin&utm_campaign=upsell">' . esc_html__( 'Upgrade to Pro', 'olympus-google-fonts' ) . '</a>';
|
159 |
|
160 |
array_push( $links, $pro_link );
|
161 |
|
includes/customizer/controls/class-ogf-customize-upsell-control.php
CHANGED
@@ -39,7 +39,7 @@ class OGF_Customize_Upsell_Control extends WP_Customize_Control {
|
|
39 |
<li>⚡️ Optimized Font Loading</li>
|
40 |
<li>🧙 Custom Elements</li>
|
41 |
</ul>
|
42 |
-
<a class="upsell__button button button-primary" href="https://fontsplugin.com/pro-upgrade/?utm_source=customizer&utm_campaign=<?php echo esc_attr( $this->section ); ?>" target="_blank">Learn More</a>
|
43 |
</div>
|
44 |
<?php
|
45 |
}
|
39 |
<li>⚡️ Optimized Font Loading</li>
|
40 |
<li>🧙 Custom Elements</li>
|
41 |
</ul>
|
42 |
+
<a class="upsell__button button button-primary" href="https://fontsplugin.com/pro-upgrade/?utm_source=plugin&utm_medium=customizer&utm_campaign=<?php echo esc_attr( $this->section ); ?>" target="_blank">Learn More</a>
|
43 |
</div>
|
44 |
<?php
|
45 |
}
|
olympus-google-fonts.php
CHANGED
@@ -5,9 +5,9 @@
|
|
5 |
* Plugin Name: 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. 900+ font choices.
|
8 |
-
* Version: 2.1.
|
9 |
* Author: Fonts Plugin
|
10 |
-
* Author URI: https://fontsplugin.com/?utm_source=wporg&utm_campaign=
|
11 |
* Text Domain: olympus-google-fonts
|
12 |
* License: GPL-2.0+
|
13 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
@@ -18,7 +18,7 @@
|
|
18 |
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
|
19 |
*/
|
20 |
|
21 |
-
define( 'OGF_VERSION', '2.1.
|
22 |
define( 'OGF_DIR_PATH', plugin_dir_path( __FILE__ ) );
|
23 |
define( 'OGF_DIR_URL', plugin_dir_url( __FILE__ ) );
|
24 |
|
5 |
* Plugin Name: 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. 900+ font choices.
|
8 |
+
* Version: 2.1.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
|
12 |
* License: GPL-2.0+
|
13 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
18 |
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
|
19 |
*/
|
20 |
|
21 |
+
define( 'OGF_VERSION', '2.1.3' );
|
22 |
define( 'OGF_DIR_PATH', plugin_dir_path( __FILE__ ) );
|
23 |
define( 'OGF_DIR_URL', plugin_dir_url( __FILE__ ) );
|
24 |
|
readme.txt
CHANGED
@@ -5,12 +5,12 @@ Donate link: https://fontsplugin.com/#pricing
|
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.4
|
7 |
License: GPLv2 or later
|
8 |
-
Stable tag: 2.1.
|
9 |
|
10 |
The easiest to use Google Fonts Typography Plugin. No coding required. 900+ font choices.
|
11 |
|
12 |
== Description ==
|
13 |
-
The [Google Fonts](https://fontsplugin.com/?utm_source=wporg&utm_campaign=intro) library currently contains
|
14 |
|
15 |
You're not stuck with one font for the entire website, you can easily choose one font for headings and another for your content.
|
16 |
|
@@ -36,7 +36,7 @@ The full Google Fonts library can be found here - [Google Fonts](https://fonts.g
|
|
36 |
* Host Google Fonts Locally.
|
37 |
* Font Size, Weight, Color and Line Height Typography Settings.
|
38 |
|
39 |
-
> Note: some features are Premium. Which means you need to upgrade to unlock those features. You can upgrade here: [Google Fonts Pro](https://fontsplugin.com/pro-upgrade/?utm_source=wporg&utm_campaign=
|
40 |
|
41 |
= Plugin Compatibility =
|
42 |
|
@@ -54,12 +54,12 @@ The Google Fonts for WordPress plugin will work with all WordPress themes and ha
|
|
54 |
|
55 |
For more info on Google Fonts for Wordpress, check out the following:
|
56 |
|
57 |
-
* [Documentation](https://
|
58 |
-
* [Font Combinations](https://fontsplugin.com/font-combinations/?utm_source=wporg)
|
59 |
-
* [How to Use Google Fonts in WordPress](https://fontsplugin.com/wordpress-google-fonts/?utm_source=wporg)
|
60 |
-
* [Google Fonts in Beaver Builder](https://docs.fontsplugin.com/integrations/beaver-builder)
|
61 |
-
* [Google Fonts in Elementor](https://docs.fontsplugin.com/integrations/elementor)
|
62 |
-
* [Google Fonts in WPBakery](https://docs.fontsplugin.com/integrations/wpbakery)
|
63 |
|
64 |
= Bugs =
|
65 |
If you find an issue with Google Fonts Typography, let us know [here](https://wordpress.org/support/plugin/olympus-google-fonts#new-post)!
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.4
|
7 |
License: GPLv2 or later
|
8 |
+
Stable tag: 2.1.3
|
9 |
|
10 |
The easiest to use Google Fonts Typography Plugin. No coding required. 900+ font choices.
|
11 |
|
12 |
== Description ==
|
13 |
+
The [Google Fonts](https://fontsplugin.com/?utm_source=wporg&utm_medium=readme&utm_campaign=intro) library currently contains 998 unique fonts. This plugin allows you to easily use any of them on your WordPress website.
|
14 |
|
15 |
You're not stuck with one font for the entire website, you can easily choose one font for headings and another for your content.
|
16 |
|
36 |
* Host Google Fonts Locally.
|
37 |
* Font Size, Weight, Color and Line Height Typography Settings.
|
38 |
|
39 |
+
> Note: some features are Premium. Which means you need to upgrade to unlock those features. You can upgrade here: [Google Fonts Pro](https://fontsplugin.com/pro-upgrade/?utm_source=wporg&utm_medium=readme&utm_campaign=upsell)
|
40 |
|
41 |
= Plugin Compatibility =
|
42 |
|
54 |
|
55 |
For more info on Google Fonts for Wordpress, check out the following:
|
56 |
|
57 |
+
* [Documentation](https://docsfontsplugin.com/?utm_source=wporg&utm_medium=readme&utm_campaign=docs)
|
58 |
+
* [Font Combinations](https://fontsplugin.com/font-combinations/?utm_source=wporg&utm_medium=readme&utm_campaign=docs)
|
59 |
+
* [How to Use Google Fonts in WordPress](https://fontsplugin.com/wordpress-google-fonts/?utm_source=wporg&utm_medium=readme&utm_campaign=docs)
|
60 |
+
* [Google Fonts in Beaver Builder](https://docs.fontsplugin.com/integrations/beaver-builder/?utm_source=wporg&utm_medium=readme&utm_campaign=docs)
|
61 |
+
* [Google Fonts in Elementor](https://docs.fontsplugin.com/integrations/elementor/?utm_source=wporg&utm_medium=readme&utm_campaign=docs)
|
62 |
+
* [Google Fonts in WPBakery](https://docs.fontsplugin.com/integrations/wpbakery/?utm_source=wporg&utm_medium=readme&utm_campaign=docs)
|
63 |
|
64 |
= Bugs =
|
65 |
If you find an issue with Google Fonts Typography, let us know [here](https://wordpress.org/support/plugin/olympus-google-fonts#new-post)!
|