Plugin Directory

Changeset 138961


Ignore:
Timestamp:
07/24/2009 08:44:48 PM (17 years ago)
Author:
gliffy
Message:

Bug fix for svn path

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

Legend:

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

    r138940 r138961  
    11<div class="wrap">
    22<div class="icon32">
    3 <img src="<?php echo get_option('siteurl').'/wp-content/plugins/gliffy-wp/images/Logo_32x32.png'; ?>" alt="Gliffy Logo"/>
     3<img src="<?php echo get_option('siteurl').'/wp-content/plugins/gliffy-plugin-for-wordpress/images/Logo_32x32.png'; ?>" alt="Gliffy Logo"/>
    44</div>
    55<h2>Add New Gliffy Diagram</h2>
     
    2626        $gliffy = gliffy_getinstance();
    2727        $diagramId = $gliffy->createDiagram($_POST['document_name']);
    28         $return_url = get_option('siteurl').'/wp-content/plugins/gliffy-wp/gliffy-wp-launch-close.php';
     28        $return_url = get_option('siteurl').'/wp-content/plugins/gliffy-plugin-for-wordpress/gliffy-wp-launch-close.php';
    2929        $launch_link = $gliffy->getEditDiagramLink($diagramId, $return_url , 'Back to Wordpress');
    3030
  • gliffy-plugin-for-wordpress/trunk/gliffy-wp-diagrams.php

    r138940 r138961  
    11<div class="wrap">
    22<div class="icon32">
    3 <img src="<?php echo get_option('siteurl').'/wp-content/plugins/gliffy-wp/images/Logo_32x32.png'; ?>" alt="Gliffy Logo"/>
     3<img src="<?php echo get_option('siteurl').'/wp-content/plugins/gliffy-plugin-for-wordpress/images/Logo_32x32.png'; ?>" alt="Gliffy Logo"/>
    44</div>
    55<h2>Edit Gliffy Diagrams</h2>
  • gliffy-plugin-for-wordpress/trunk/gliffy-wp-options.php

    r138940 r138961  
    99<div class="wrap">
    1010<div class="icon32">
    11 <img src="<?php echo get_option('siteurl').'/wp-content/plugins/gliffy-wp/images/Logo_32x32.png'; ?>" alt="Gliffy Logo"/>
     11<img src="<?php echo get_option('siteurl').'/wp-content/plugins/gliffy-plugin-for-wordpress/images/Logo_32x32.png'; ?>" alt="Gliffy Logo"/>
    1212</div>
    1313<h2>Gliffy API Configuration</h2>
  • gliffy-plugin-for-wordpress/trunk/gliffy-wp.php

    r138940 r138961  
    388388    $dir = dirname(__FILE__);
    389389
    390     $image_btn = get_option('siteurl').'/wp-content/plugins/gliffy-wp/images/Logo_14x14.png';
     390    $image_btn = get_option('siteurl').'/wp-content/plugins/gliffy-plugin-for-wordpress/images/Logo_14x14.png';
    391391    $image_title = 'Add Gliffy Diagram';
    392392
     
    420420
    421421function gliffy_top_menu() {
    422     $image = get_option('siteurl').'/wp-content/plugins/gliffy-wp/images/Logo_16x16.png';
     422    $image = get_option('siteurl').'/wp-content/plugins/gliffy-plugin-for-wordpress/images/Logo_16x16.png';
    423423    //    add_object_page('Diagrams', 'Diagrams', 2, __FILE__, 'gliffy_diagrams_page', $image);
    424424    //    add_submenu_page('Diagrams', 'Diagrams', 'Edit', 2, __FILE__, 'gliffy_diagrams_page');
  • gliffy-plugin-for-wordpress/trunk/readme.txt

    r138940 r138961  
    1111== Description ==
    1212
    13 The [Gliffy](http://www.gliffy.com/ "Diagraming Software") plugin works with your Gliffy Online Premium account.  The Gliffy plugin and corresponding API are currently in BETA.
     13The [Gliffy](http://www.gliffy.com/ "Diagraming Software") plugin works with your Gliffy Online account.  The Gliffy plugin and corresponding API are currently in BETA.
    1414
    1515If you experience any problems with the plugin, please log a bug in our [Issue Tracker](http://jira.gliffy.com/browse/INTWP).
     
    1919This section describes how to install the plugin and get it working.
    2020
    21 1. Upload the `gliffy-wp` directory to the `/wp-content/plugins/` directory
     211. Upload the `gliffy-plugin-for-wordpress` directory to the `/wp-content/plugins/` directory
    22221. Activate the plugin through the 'Plugins' menu in WordPress
    23231. Enter your API credentials in the 'Settings' menu in WordPress
     
    4040== Changelog ==
    4141
     42= 0.1.1 =
     43* Updated paths to reflect the svn repository name of 'gliffy-plugin-for-wordpress'
     44
    4245= 0.1 =
    4346* INITIAL RELEASE
Note: See TracChangeset for help on using the changeset viewer.