Version Description
-Fixed startup error
=
Download this release
Release Info
Developer | killerdeveloper |
Plugin | Font – official webfonts plugin of Fonts For Web. NO CODING! Just click & change font size, color and font face visually! |
Version | 7.3.1 |
Comparing to | |
See all releases |
Code changes from version 7.3.0 to 7.3.1
- Font.php +3 -2
- js/jquery.fontPlugin.js +4 -1
- readme.txt +5 -1
Font.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Font
|
4 |
Plugin URI: http://fontsforweb.com
|
5 |
Description: Now go to your home page. And click on "Font settings" in admin bar and choose some exciting font out of 1000+ availabile! And that's just the beginning!
|
6 |
-
Version: 7.3.
|
7 |
Author: Paweł Misiurski
|
8 |
Author URI: http://fontsforweb.com
|
9 |
License: Copyright (C) 2012 Pawel Misiurski
|
@@ -23,7 +23,7 @@
|
|
23 |
class FontPlugin {
|
24 |
public $pluginName = 'Font';
|
25 |
public $baseUrl = 'http://fontsforweb.com';
|
26 |
-
public $version = '7.3.
|
27 |
//url parts for requesting css for elements
|
28 |
private $titleUrlPart;
|
29 |
private $headerUrlPart;
|
@@ -627,6 +627,7 @@ class FontPlugin {
|
|
627 |
while (!feof($fh)) {
|
628 |
$file_cont .= fgets($fh, 128);
|
629 |
}
|
|
|
630 |
//Return the file as a string
|
631 |
return $file_cont;
|
632 |
}
|
3 |
Plugin Name: Font
|
4 |
Plugin URI: http://fontsforweb.com
|
5 |
Description: Now go to your home page. And click on "Font settings" in admin bar and choose some exciting font out of 1000+ availabile! And that's just the beginning!
|
6 |
+
Version: 7.3.1
|
7 |
Author: Paweł Misiurski
|
8 |
Author URI: http://fontsforweb.com
|
9 |
License: Copyright (C) 2012 Pawel Misiurski
|
23 |
class FontPlugin {
|
24 |
public $pluginName = 'Font';
|
25 |
public $baseUrl = 'http://fontsforweb.com';
|
26 |
+
public $version = '7.3.1';
|
27 |
//url parts for requesting css for elements
|
28 |
private $titleUrlPart;
|
29 |
private $headerUrlPart;
|
627 |
while (!feof($fh)) {
|
628 |
$file_cont .= fgets($fh, 128);
|
629 |
}
|
630 |
+
fclose($fh);
|
631 |
//Return the file as a string
|
632 |
return $file_cont;
|
633 |
}
|
js/jquery.fontPlugin.js
CHANGED
@@ -888,7 +888,7 @@ that your computer has an internet connection.');
|
|
888 |
reverse = false,
|
889 |
$slider = $('<div>'),
|
890 |
input = field,
|
891 |
-
fieldset = input.
|
892 |
fieldset.addClass('slider-extended');
|
893 |
fieldset.append($slider);
|
894 |
if (input.data('fieldInfo').slider) {
|
@@ -1672,6 +1672,9 @@ that your computer has an internet connection.');
|
|
1672 |
for (key in self.settingFields) {
|
1673 |
$dropdown = [];
|
1674 |
$field = self.settingFields[key];
|
|
|
|
|
|
|
1675 |
$input = $field.find('input');
|
1676 |
$input.val('');
|
1677 |
//$input.trigger('change');
|
888 |
reverse = false,
|
889 |
$slider = $('<div>'),
|
890 |
input = field,
|
891 |
+
fieldset = input.closest('fieldset');
|
892 |
fieldset.addClass('slider-extended');
|
893 |
fieldset.append($slider);
|
894 |
if (input.data('fieldInfo').slider) {
|
1672 |
for (key in self.settingFields) {
|
1673 |
$dropdown = [];
|
1674 |
$field = self.settingFields[key];
|
1675 |
+
if(!$field || !($field instanceof $)) {
|
1676 |
+
continue;
|
1677 |
+
}
|
1678 |
$input = $field.find('input');
|
1679 |
$input.val('');
|
1680 |
//$input.trigger('change');
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://fontsforweb.com/
|
|
4 |
Tags: fonts, web fonts, font, fonts plugin, typekit, google webfont, TinyMCE plugin, ajax, webfonts
|
5 |
Requires at least: 2.8.0
|
6 |
Tested up to: 3.8.1
|
7 |
-
Stable tag: 7.3.
|
8 |
Finally official* web fonts plugin for wordpress. CLICK ON ANYTHING TO CHANGE IT(see screenshots)! Then change color, size and font face using sliders and color picker!
|
9 |
== Description ==
|
10 |
Finally official web fonts plugin for wordpress. No need for any coding at all! How? This plugin has an unique method of recognizing of what you click at!
|
@@ -174,6 +174,8 @@ Minor bug fixes
|
|
174 |
-Refreshed design to be more flat
|
175 |
-Minor tweaks here and there
|
176 |
-added current font preview
|
|
|
|
|
177 |
|
178 |
== Upgrade Notice ==
|
179 |
= 5.00 =
|
@@ -300,6 +302,8 @@ Fixed:
|
|
300 |
-Refreshed design to be more flat
|
301 |
-Minor tweaks here and there
|
302 |
-added current font preview
|
|
|
|
|
303 |
|
304 |
== Arbitrary section ==
|
305 |
== Source ==
|
4 |
Tags: fonts, web fonts, font, fonts plugin, typekit, google webfont, TinyMCE plugin, ajax, webfonts
|
5 |
Requires at least: 2.8.0
|
6 |
Tested up to: 3.8.1
|
7 |
+
Stable tag: 7.3.1
|
8 |
Finally official* web fonts plugin for wordpress. CLICK ON ANYTHING TO CHANGE IT(see screenshots)! Then change color, size and font face using sliders and color picker!
|
9 |
== Description ==
|
10 |
Finally official web fonts plugin for wordpress. No need for any coding at all! How? This plugin has an unique method of recognizing of what you click at!
|
174 |
-Refreshed design to be more flat
|
175 |
-Minor tweaks here and there
|
176 |
-added current font preview
|
177 |
+
= 7.3.1 =
|
178 |
+
-Fixed startup error
|
179 |
|
180 |
== Upgrade Notice ==
|
181 |
= 5.00 =
|
302 |
-Refreshed design to be more flat
|
303 |
-Minor tweaks here and there
|
304 |
-added current font preview
|
305 |
+
= 7.3.1 =
|
306 |
+
-Fixed startup error
|
307 |
|
308 |
== Arbitrary section ==
|
309 |
== Source ==
|