Changeset 139445
- Timestamp:
- 07/26/2009 06:59:11 PM (17 years ago)
- Location:
- gliffy-plugin-for-wordpress/trunk
- Files:
-
- 2 edited
-
gliffy-wp-options.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gliffy-plugin-for-wordpress/trunk/gliffy-wp-options.php
r139007 r139445 44 44 <th scope="row">Gliffy ROOT</th> 45 45 <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; ?>" /> 47 47 <br/> 48 48 <span style="padding: 0 0 0 5px;">(e.g. http://www.gliffy.com)</span> -
gliffy-plugin-for-wordpress/trunk/readme.txt
r139173 r139445 5 5 Requires at least: 2.8 6 6 Tested up to: 2.8.2 7 Stable tag: trunk7 Stable tag: 0.1.3 8 8 9 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 … … 46 46 = How do I request new features for the plugin? = 47 47 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!48 Search 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! 49 49 50 50 = How can I learn more about Gliffy? = … … 64 64 == Changelog == 65 65 66 = 0.1.3 = 67 * Defaulted the Gliffy ROOT to http://www.gliffy.com 68 66 69 = 0.1.2 = 67 70 * Changed root filename to match the plugin folder name 'gliffy-plugin-for-wordpress.php'
Note: See TracChangeset
for help on using the changeset viewer.