Version Description
- WordPress 3.8 compatibility.
Download this release
Release Info
Developer | jamescollins |
Plugin | Typekit Fonts for WordPress |
Version | 1.6 |
Comparing to | |
See all releases |
Code changes from version 1.5 to 1.6
- readme.txt +6 -3
- typekit.php +1 -1
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: jamescollins, glenn-om4
|
3 |
Donate link: http://om4.com.au/wordpress-plugins/#donate
|
4 |
Tags: typekit, fonts, font, design, wp, multisite, wpmu
|
5 |
-
Requires at least: 3.
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -57,6 +57,9 @@ Please see [this page](http://help.typekit.com/customer/portal/articles/6786-bro
|
|
57 |
|
58 |
== Changelog ==
|
59 |
|
|
|
|
|
|
|
60 |
= 1.5 =
|
61 |
* WordPress 3.5 compatibility.
|
62 |
|
2 |
Contributors: jamescollins, glenn-om4
|
3 |
Donate link: http://om4.com.au/wordpress-plugins/#donate
|
4 |
Tags: typekit, fonts, font, design, wp, multisite, wpmu
|
5 |
+
Requires at least: 3.6
|
6 |
+
Tested up to: 3.8
|
7 |
+
Stable tag: 1.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
57 |
|
58 |
== Changelog ==
|
59 |
|
60 |
+
= 1.6 =
|
61 |
+
* WordPress 3.8 compatibility.
|
62 |
+
|
63 |
= 1.5 =
|
64 |
* WordPress 3.5 compatibility.
|
65 |
|
typekit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Typekit Fonts for WordPress
|
4 |
Plugin URI: http://om4.com.au/wordpress-plugins/typekit-fonts-for-wordpress-plugin/
|
5 |
Description: Use a range of hundreds of high quality fonts on your WordPress website by integrating the <a href="http://typekit.com">Typekit</a> font service into your WordPress blog.
|
6 |
-
Version: 1.
|
7 |
Author: OM4
|
8 |
Author URI: http://om4.com.au/
|
9 |
Text Domain: om4-typekit
|
3 |
Plugin Name: Typekit Fonts for WordPress
|
4 |
Plugin URI: http://om4.com.au/wordpress-plugins/typekit-fonts-for-wordpress-plugin/
|
5 |
Description: Use a range of hundreds of high quality fonts on your WordPress website by integrating the <a href="http://typekit.com">Typekit</a> font service into your WordPress blog.
|
6 |
+
Version: 1.6
|
7 |
Author: OM4
|
8 |
Author URI: http://om4.com.au/
|
9 |
Text Domain: om4-typekit
|