Plugin Directory

Changeset 139901


Ignore:
Timestamp:
07/27/2009 11:21:26 PM (17 years ago)
Author:
gliffy
Message:

Updated credential link to pass application and removed donate link

Location:
gliffy-plugin-for-wordpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gliffy-plugin-for-wordpress/trunk/gliffy-plugin-for-wordpress.php

    r139173 r139901  
    44Plugin URI: http://wiki.gliffy.com/display/APIAPPS/WordPress+Plugin
    55Description: Create diagrams and insert them into your posts or pages!  Look for the "Diagrams" menu when you activate the plugin, and use the Gliffy button on the media bar to insert diagrams. Once activated, make sure to <a href="options-general.php?page=gliffy-config">configure</a> the plugin in the settings menu.
    6 Version: 0.1.2
     6Version: 0.1.3
    77Author: Gliffy, Inc.
    88Author URI: http://www.gliffy.com/
  • gliffy-plugin-for-wordpress/trunk/gliffy-wp-options.php

    r139445 r139901  
    5555        </th>
    5656        <td style="vertical-align:middle;">
    57         <a href="<?php echo $gliffy_root , '/gliffy/account/accountAPILogin.jsp'; ?>" onClick="showPopup(this.href);return(false);" >Get API Credentials</a>
     57        <a href="<?php echo $gliffy_root , '/gliffy/account/accountAPILogin.jsp?application=wordpress'; ?>" onClick="showPopup(this.href);return(false);" >Get API Credentials</a>
    5858        <a style="padding: 25px;" href="<?php echo $gliffy_root , '/gliffy/commerce/signup.jsp'; ?>">Don't have a Gliffy Account?</a>
    5959        </td>
  • gliffy-plugin-for-wordpress/trunk/readme.txt

    r139445 r139901  
    11=== Gliffy for WordPress ===
    22Contributors: gliffy
    3 Donate link: http://www.gliffy.com
    4 Tags: gliffy, diagram, drawing, flowchart, uml
     3Tags: gliffy, diagram, drawing, draw, flowchart, uml, post, page, plugin, edit
    54Requires at least: 2.8
    65Tested up to: 2.8.2
    76Stable tag: 0.1.3
    87
    9 The Gliffy plugin allows you to create diagrams and insert them into your posts or pages. Create all kinds of diagrams: drawings, flowcharts, UML, etc
     8The Gliffy plugin allows you to create diagrams and insert them into your posts or pages. Draw all kinds of diagrams: flowcharts, UI mockups, UML, etc
    109
    1110== Description ==
Note: See TracChangeset for help on using the changeset viewer.