Plugin Directory

Changeset 512491


Ignore:
Timestamp:
02/29/2012 07:55:49 PM (14 years ago)
Author:
nickohrn
Message:

Added Google Web Fonts module final version and also changed readme.txt file to point to new tag.

Location:
web-fonts/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • web-fonts/trunk

  • web-fonts/trunk/modules/google-web-fonts/google-web-fonts.php

    r507489 r512491  
    44 Plugin URI: http://www.google.com/webfonts
    55 Description: A plugin for the Web Fonts plugin produced by Fonts.com and Monotype Imaging. This built in plugin adds Google Web Fonts support to the Web Fonts plugin.
    6  Version: 1.0.0-RC1
     6 Version: 1.0.0-RC2
    77 Author: Nick Ohrn of Plugin-Developer.com
    88 Author URI: http://plugin-developer.com/
     
    1515       
    1616        //// VERSION
    17         const VERSION = '1.0.0-RC1';
     17        const VERSION = '1.0.0-RC2';
    1818       
    1919        //// KEYS
     
    184184           
    185185            foreach($enabled_fonts as $enabled_font_id => $enabled_font) {
    186                 $data['fonts'][] = web_fonts_prepare_font_item('google-web-fonts', $enabled_font_id, $enabled_font['family_name'], $enabled_font['family'], 'Quick Brown Fox Jumped Over The Lazy Dog', $font_selector_map[$enabled_font_id], array('font-style' => $enabled_font['style'], 'font-weight' => $enabled_font['weight']));
     186                $data['fonts'][] = web_fonts_prepare_font_item('google-web-fonts', $enabled_font_id, $enabled_font['family_name'], $enabled_font['family'], 'Quick Brown Fox Jumped Over The Lazy Dog', $font_selector_map[$enabled_font_id], array('fontFamily' => $enabled_font['family'], 'fontStyle' => $enabled_font['style'], 'fontWeight' => $enabled_font['weight']));
    187187            }
    188188       
  • web-fonts/trunk/modules/google-web-fonts/views/backend/settings/fonts.php

    r507471 r512491  
    5151    <div data-bind="foreach: fonts" id="google-web-fonts-font-items-wrapper">
    5252        <div class="google-web-fonts-font-item">
    53             <div data-bind="style: { 'font-family': family(), 'font-weight': weight(), 'font-style': style() }" class="google-web-fonts-font-item-sample">AaGg</div>
     53            <div data-bind="style: { fontFamily: family(), fontWeight: weight(), fontStyle: style() }" class="google-web-fonts-font-item-sample">AaGg</div>
    5454            <div data-bind="text: family_name" class="google-web-fonts-font-item-name"></div>
    5555            <div class="google-web-fonts-font-item-charset"></div>
  • web-fonts/trunk/readme.txt

    r507490 r512491  
    44Requires at least: 3.3
    55Tested up to: 3.3.1
    6 Stable tag: 1.0.4
     6Stable tag: 1.1.0
    77
    88Start using web fonts on your site today! Support for web fonts from Fonts.com is included. Browse, enable and specify selectors for each font.
     
    5252
    5353After 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.
     54there into the field in the plugin. Make sure you've enabled the Web Fonts Developer API from the
     55list you'll see when clicking on the "Services" tab on the left.
    5556
    5657= What web font providers will be integrated in the future? =
Note: See TracChangeset for help on using the changeset viewer.