Typekit Fonts for WordPress - Version 1.7.1

Version Description

  • WordPress 4.1 compatibility.
  • Readme updates.
Download this release

Release Info

Developer jamescollins
Plugin Icon 128x128 Typekit Fonts for WordPress
Version 1.7.1
Comparing to
See all releases

Code changes from version 1.7 to 1.7.1

Files changed (2) hide show
  1. readme.txt +6 -2
  2. typekit.php +4 -4
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.6
6
- Tested up to: 4.0
7
- Stable tag: 1.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -63,6 +63,10 @@ Please see [this page](http://help.typekit.com/customer/portal/articles/6786-bro
63
 
64
  == Changelog ==
65
 
 
 
 
 
66
  = 1.7 =
67
  * Japanese language - thanks to ThemeBoy.
68
  * Improved translation support.
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: 4.2
7
+ Stable tag: 1.7.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
63
 
64
  == Changelog ==
65
 
66
+ = 1.7.1 =
67
+ * WordPress 4.1 compatibility.
68
+ * Readme updates.
69
+
70
  = 1.7 =
71
  * Japanese language - thanks to ThemeBoy.
72
  * Improved translation support.
typekit.php CHANGED
@@ -1,17 +1,17 @@
1
  <?php
2
  /*
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
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-2014 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
1
  <?php
2
  /*
3
  Plugin Name: Typekit Fonts for WordPress
4
+ Plugin URI: https://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.1
7
  Author: OM4
8
+ Author URI: https://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-2015 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