Plugin Directory

Changeset 139445


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

INTWP-2 Default the Gliffy ROOT to http://www.gliffy.com

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

Legend:

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

    r139007 r139445  
    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>
  • gliffy-plugin-for-wordpress/trunk/readme.txt

    r139173 r139445  
    55Requires at least: 2.8
    66Tested up to: 2.8.2
    7 Stable tag: trunk
     7Stable tag: 0.1.3
    88
    99The Gliffy plugin allows you to create diagrams and insert them into your posts or pages. Create all kinds of diagrams: drawings, flowcharts, UML, etc
     
    4646= How do I request new features for the plugin? =
    4747
    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!
     48Search 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!
    4949
    5050= How can I learn more about Gliffy? =
     
    6464== Changelog ==
    6565
     66= 0.1.3 =
     67* Defaulted the Gliffy ROOT to http://www.gliffy.com
     68
    6669= 0.1.2 =
    6770* Changed root filename to match the plugin folder name 'gliffy-plugin-for-wordpress.php'
Note: See TracChangeset for help on using the changeset viewer.