Changeset 139905
- Timestamp:
- 07/27/2009 11:25:22 PM (17 years ago)
- Location:
- gliffy-plugin-for-wordpress/tags/0.1.3
- Files:
-
- 2 edited
-
gliffy-wp-options.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gliffy-plugin-for-wordpress/tags/0.1.3/gliffy-wp-options.php
r139007 r139905 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> … … 55 55 </th> 56 56 <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> 58 58 <a style="padding: 25px;" href="<?php echo $gliffy_root , '/gliffy/commerce/signup.jsp'; ?>">Don't have a Gliffy Account?</a> 59 59 </td> -
gliffy-plugin-for-wordpress/tags/0.1.3/readme.txt
r139454 r139905 1 1 === Gliffy for WordPress === 2 2 Contributors: gliffy 3 Donate link: http://www.gliffy.com 4 Tags: gliffy, diagram, drawing, flowchart, uml 3 Tags: gliffy, diagram, drawing, draw, flowchart, uml, post, page, plugin, edit 5 4 Requires at least: 2.8 6 5 Tested up to: 2.8.2 7 Stable tag: trunk6 Stable tag: 0.1.3 8 7 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, etc8 The 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 10 9 11 10 == Description == … … 46 45 = How do I request new features for the plugin? = 47 46 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!47 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 48 50 49 = How can I learn more about Gliffy? =
Note: See TracChangeset
for help on using the changeset viewer.