Google Fonts for WordPress - Version 1.7.1

Version Description

Download this release

Release Info

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

Code changes from version 1.7.0 to 1.7.1

Files changed (3) hide show
  1. changelog.txt +154 -0
  2. olympus-google-fonts.php +2 -2
  3. readme.txt +2 -2
changelog.txt ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ = 1.7.1 =
2
+
3
+ * Fix changelog.txt link and include file in package.
4
+
5
+ = 1.7.0 =
6
+
7
+ * Reduce the load time impact on the customizer by ~1/3rd. Credits @aristath
8
+
9
+ = 1.6.3 =
10
+
11
+ * Fix $time Undefined variable.
12
+ * Update .pot file
13
+ * Update premium messaging
14
+
15
+ = 1.6.2 =
16
+
17
+ * Remove plugin recommendation for pro users as they already have the functionality
18
+
19
+ = 1.6.1 =
20
+
21
+ * Improve notifications class
22
+
23
+ = 1.6.0 =
24
+
25
+ * Add hook to CSS output
26
+ * Optimize CSS output
27
+
28
+ = 1.5.3 =
29
+
30
+ * Update icon.
31
+ * Move changelog to changelog.txt
32
+
33
+ = 1.5.2 =
34
+
35
+ * Improve Font Style setting.
36
+
37
+ = 1.5.1 =
38
+
39
+ * Speed up load times using preconnect resource hint.
40
+
41
+ = 1.5.0 =
42
+
43
+ * Fix problem with italics not being loaded.
44
+
45
+ = 1.4.8 =
46
+
47
+ * Improve theme compatibility
48
+
49
+ * Fix previewer not showing fonts
50
+ * Add new fonts
51
+
52
+ = 1.4.0 =
53
+
54
+ * Substantial performance improvements
55
+ * Improved organization of settings
56
+
57
+ = 1.3.2 =
58
+
59
+ * Add welcome notice.
60
+
61
+ = 1.3.1 =
62
+
63
+ * Update font list.
64
+ * Add version strings to resources.
65
+ * Add deactivation survey.
66
+
67
+ = 1.3.0 =
68
+
69
+ * Add 'Force Styles' setting to the bottom of 'Advanced Settings'.
70
+
71
+ = 1.2.5 =
72
+
73
+ * Improve theme compatibility.
74
+
75
+ = 1.2.4 =
76
+
77
+ * Improve customizer CSS.
78
+ * Improve Javascript code.
79
+
80
+ = 1.2.3 =
81
+
82
+ * Improve CSS for post/page headings and content.
83
+
84
+ = 1.2.2 =
85
+
86
+ * Minor updates
87
+
88
+ = 1.2.1 =
89
+
90
+ * Remove unused code
91
+
92
+ = 1.2.0 =
93
+
94
+ * Add new fonts
95
+ * Add font-weight option
96
+ * Add font-style option
97
+ * Improve live preview
98
+ * Add settings link to plugins page
99
+ * Add searchable text field to font-family setting
100
+ * Remove 'force styles' setting
101
+
102
+ = 1.1.2 =
103
+
104
+ * Add feedback request
105
+
106
+ = 1.1.1 =
107
+
108
+ * Add new fonts
109
+
110
+ = 1.1.0 =
111
+
112
+ * Improve outputting of Google stylesheet
113
+
114
+ = 1.0.9 =
115
+
116
+ * Fix navigation font setting
117
+
118
+ = 1.0.8 =
119
+
120
+ * Fix compatibility issue with PHP 5.2
121
+
122
+ = 1.0.7 =
123
+
124
+ * Add advanced settings
125
+
126
+ = 1.0.6 =
127
+
128
+ * Minor code improvements
129
+
130
+ = 1.0.5 =
131
+
132
+ * Add force styles option
133
+
134
+ = 1.0.3 =
135
+
136
+ * Rewrite readme
137
+
138
+ = 1.0.3 =
139
+
140
+ * Rename to adhere to guidelines
141
+
142
+ = 1.0.2 =
143
+
144
+ * Refactor get_choices in class-google-url.php
145
+
146
+ = 1.0.1 =
147
+
148
+ * Fix bug in class-google-url.php
149
+ * Add missing translation
150
+ * Add .pot file for translators
151
+
152
+ = 1.0.0 =
153
+
154
+ * Initial release of Google Fonts for WordPress
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.7.0
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.7.0' );
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.7.1
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.7.1' );
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.2
7
  License: GPLv2 or later
8
- Stable tag: 1.7.0
9
 
10
  The easiest to use Google Fonts Plugin. No coding required. 870+ font choices.
11
 
@@ -94,4 +94,4 @@ We are 99.99% certain it will, if it doesn't then please create a [support ticke
94
 
95
  == Changelog ==
96
 
97
- See changelog.txt
5
  Requires at least: 4.0
6
  Tested up to: 5.2
7
  License: GPLv2 or later
8
+ Stable tag: 1.7.1
9
 
10
  The easiest to use Google Fonts Plugin. No coding required. 870+ font choices.
11
 
94
 
95
  == Changelog ==
96
 
97
+ [See changelog.txt for the complete changelog.](https://raw.githubusercontent.com/dannycooper/olympus-google-fonts/master/changelog.txt)