Version Description
- WordPress 3.5 compatibility.
Download this release
Release Info
Developer | jamescollins |
Plugin | Typekit Fonts for WordPress |
Version | 1.5 |
Comparing to | |
See all releases |
Code changes from version 1.4 to 1.5
- readme.txt +8 -2
- typekit.php +1 -1
readme.txt
CHANGED
@@ -3,8 +3,8 @@ 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.1
|
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.4 =
|
61 |
* Use the new scheme-less typekit.net embed code format ( //use.typekit.net/xyz.js ).
|
62 |
|
@@ -95,6 +98,9 @@ Please see [this page](http://help.typekit.com/customer/portal/articles/6786-bro
|
|
95 |
|
96 |
== Upgrade Notice ==
|
97 |
|
|
|
|
|
|
|
98 |
= 1.4 =
|
99 |
* Adds support for Typekit's new embed code format.
|
100 |
|
3 |
Donate link: http://om4.com.au/wordpress-plugins/#donate
|
4 |
Tags: typekit, fonts, font, design, wp, multisite, wpmu
|
5 |
Requires at least: 3.1
|
6 |
+
Tested up to: 3.5
|
7 |
+
Stable tag: 1.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
57 |
|
58 |
== Changelog ==
|
59 |
|
60 |
+
= 1.5 =
|
61 |
+
* WordPress 3.5 compatibility.
|
62 |
+
|
63 |
= 1.4 =
|
64 |
* Use the new scheme-less typekit.net embed code format ( //use.typekit.net/xyz.js ).
|
65 |
|
98 |
|
99 |
== Upgrade Notice ==
|
100 |
|
101 |
+
= 1.5 =
|
102 |
+
* WordPress 3.5 compatibility.
|
103 |
+
|
104 |
= 1.4 =
|
105 |
* Adds support for Typekit's new embed code format.
|
106 |
|
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.5
|
7 |
Author: OM4
|
8 |
Author URI: http://om4.com.au/
|
9 |
Text Domain: om4-typekit
|