Version Description
- WordPress 3.4 compatibility.
- Clarify license as GPLv2 or later.
Download this release
Release Info
Developer | jamescollins |
Plugin | Typekit Fonts for WordPress |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.3.1
- readme.txt +11 -2
- typekit.php +4 -2
readme.txt
CHANGED
@@ -3,8 +3,10 @@ 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.3
|
|
|
|
|
8 |
|
9 |
Use a range of hundreds of high quality fonts on your WordPress website by integrating the Typekit font service into your WordPress blog.
|
10 |
|
@@ -55,6 +57,10 @@ Please see [this page](http://getsatisfaction.com/typekit/topics/typekit_browser
|
|
55 |
|
56 |
== Changelog ==
|
57 |
|
|
|
|
|
|
|
|
|
58 |
= 1.3 =
|
59 |
* WordPress 3.3 compatibility.
|
60 |
|
@@ -86,6 +92,9 @@ Please see [this page](http://getsatisfaction.com/typekit/topics/typekit_browser
|
|
86 |
|
87 |
== Upgrade Notice ==
|
88 |
|
|
|
|
|
|
|
89 |
= 1.3 =
|
90 |
* WordPress 3.3 compatibility.
|
91 |
|
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.4
|
7 |
+
Stable tag: 1.3.1
|
8 |
+
License: GPLv2 or later
|
9 |
+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
Use a range of hundreds of high quality fonts on your WordPress website by integrating the Typekit font service into your WordPress blog.
|
12 |
|
57 |
|
58 |
== Changelog ==
|
59 |
|
60 |
+
= 1.3.1 =
|
61 |
+
* WordPress 3.4 compatibility.
|
62 |
+
* Clarify license as GPLv2 or later.
|
63 |
+
|
64 |
= 1.3 =
|
65 |
* WordPress 3.3 compatibility.
|
66 |
|
92 |
|
93 |
== Upgrade Notice ==
|
94 |
|
95 |
+
= 1.3.1 =
|
96 |
+
* WordPress 3.4 compatibility, clarify license as GPLv2 or later.
|
97 |
+
|
98 |
= 1.3 =
|
99 |
* WordPress 3.3 compatibility.
|
100 |
|
typekit.php
CHANGED
@@ -3,13 +3,15 @@
|
|
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.3
|
7 |
Author: OM4
|
8 |
Author URI: http://om4.com.au/
|
9 |
Text Domain: om4-typekit
|
|
|
|
|
10 |
*/
|
11 |
|
12 |
-
/* Copyright 2009-
|
13 |
|
14 |
This program is free software; you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License as published by
|
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.3.1
|
7 |
Author: OM4
|
8 |
Author URI: http://om4.com.au/
|
9 |
Text Domain: om4-typekit
|
10 |
+
License: GPLv2 or later
|
11 |
+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
*/
|
13 |
|
14 |
+
/* Copyright 2009-2012 OM4 (email : info@om4.com.au)
|
15 |
|
16 |
This program is free software; you can redistribute it and/or modify
|
17 |
it under the terms of the GNU General Public License as published by
|