Plugin Directory

Changeset 139905


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

Missed default of gliffy.com, pass in the application param, and removed donate link

Location:
gliffy-plugin-for-wordpress/tags/0.1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gliffy-plugin-for-wordpress/tags/0.1.3/gliffy-wp-options.php

    r139007 r139905  
    4444        <th scope="row">Gliffy ROOT</th>
    4545        <td>
    46             <input type="text" size="35" name="gliffy_root" value="<?php echo get_option('gliffy_root'); ?>" />
     46            <input type="text" size="35" name="gliffy_root" value="<?php echo $gliffy_root; ?>" />
    4747            <br/>
    4848            <span style="padding: 0 0 0 5px;">(e.g. http://www.gliffy.com)</span>
     
    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/tags/0.1.3/readme.txt

    r139454 r139905  
    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
    7 Stable tag: trunk
     6Stable 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 ==
     
    4645= How do I request new features for the plugin? =
    4746
    48 Search for features in our [Issue Tracker](http://jira.gliffy.com/browse/INTWP).  If you don't find what you're looking for, create a new one!
     47Search for features in our [Issue Tracker](http://jira.gliffy.com/browse/INTWP).   If you find a feature listed, you can comment or vote on it to give it more visibility. If you don't find what you're looking for, create a new one!
    4948
    5049= How can I learn more about Gliffy? =
Note: See TracChangeset for help on using the changeset viewer.