Changeset 512484
- Timestamp:
- 02/29/2012 07:40:16 PM (14 years ago)
- Location:
- web-fonts/branches/1.1.x
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
web-fonts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
web-fonts/branches/1.1.x/readme.txt
r507490 r512484 4 4 Requires at least: 3.3 5 5 Tested up to: 3.3.1 6 Stable tag: 1. 0.46 Stable tag: 1.1.0 7 7 8 8 Start using web fonts on your site today! Support for web fonts from Fonts.com is included. Browse, enable and specify selectors for each font. … … 52 52 53 53 After creating a project, you can click on "API Access" and then copy and paste the key you find 54 there into the field in the plugin. 54 there into the field in the plugin. Make sure you've enabled the Web Fonts Developer API from the 55 list you'll see when clicking on the "Services" tab on the left. 55 56 56 57 = What web font providers will be integrated in the future? = -
web-fonts/branches/1.1.x/web-fonts.php
r511386 r512484 4 4 Plugin URI: http://webfonts.fonts.com 5 5 Description: The canonical Web Fonts plugin for WordPress. This plugin includes support for Fonts.com web fonts and supports a variety of web font providers via an easy to implement plugin architecture. 6 Version: 1.1.0 -RC26 Version: 1.1.0 7 7 Author: Nick Ohrn of Plugin-Developer.com 8 8 Author URI: http://plugin-developer.com/ … … 14 14 15 15 //// VERSION 16 const VERSION = '1.1.0 -RC2';16 const VERSION = '1.1.0'; 17 17 18 18 //// KEYS
Note: See TracChangeset
for help on using the changeset viewer.