Plugin Directory

Changeset 540535


Ignore:
Timestamp:
05/06/2012 04:54:12 PM (14 years ago)
Author:
GuidePress
Message:
 
Location:
guidepress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • guidepress/trunk/guidepress.php

    r530234 r540535  
    55Description: The GuidePress plugin puts WordPress video tutorials right into the the WP dashboard! It's a handy companion for new and seasoned WP users.
    66Author: GuidePress
    7 Version: 0.1.2
     7Version: 0.1.3
    88Author URI: http://guidepress.net/
    99
     
    456456    echo '<input type="hidden" name="password" id="password" value="' . $inputs['password'] . '" />';
    457457   
    458     echo '<p class=""><input type="submit" value="Save Changes" class="button-primary" name="Submit" /></p>';
     458    // echo '<p class=""><input type="submit" value="Save Changes" class="button-primary" name="Submit" /></p>';
    459459   
    460460    echo '</form>';
     
    522522    echo '<form method="POST" action="" id="verify-form">';
    523523    echo '<label for="username_dlg"><strong>Username:</strong> <input type="text" id="username_dlg" name="username_dlg" value="' . $inputs['username'] . '" /></label>';
     524    echo '<br/>';
    524525    echo '<label for="password_dlg"><strong>Password:</strong> <input type="password" id="password_dlg" name="password_dlg" value="' . $inputs['password'] . '" /></label>';
     526    echo '<br/>';   
    525527    echo '<input type="submit" name="verify-form-submit" id="verify-form-submit" value="Verify!" />';
    526528    echo '</form>';
     529   
     530    echo '<br/>';
    527531   
    528532    // Forgot username / dont have acc?
  • guidepress/trunk/readme.txt

    r530234 r540535  
    55Requires at least: 3.3.1
    66Tested up to: 3.3.1
    7 Stable tag: 0.1.2
     7Stable tag: 0.1.3
    88
    9 The GuidePress plugin puts WordPress videos tutorials right into the the WP dashboard! It's a handy companion for new and seasoned WP users.
     9The GuidePress plugin puts WordPress videos tutorials right to the WP dashboard! It's a handy companion for new and seasoned WP users.
    1010
    1111== Description ==
    1212
    13 The GuidePress plugin delivers WordPress video tutorials straight into the WordPress Dashboard. The GuidePress plugin is perfect if you are:
     13The [GuidePress plugin](http://guidepress.net "GuidePress") delivers WordPress video tutorials straight to the WordPress Dashboard. The GuidePress plugin is perfect if you are:
    1414
    15 * New to WordPress and want to quickly learn how to use WordPress by watching short how-to videos. This visual approach is a much a faster way of learning because you can actually see how to do things rather than reading guides and figuring it for yourself. All the videos are cleverly organised and placed within the relevant admin screens, this means that you only watch the videos you're interested rather than watch them all in sequence.
    16 * A Web Developer and you want to use GuidePress to train your clients. By using GuidePress it means that you can spend less time explaining to your clients how to use WordPress. It also means that your clients learn at their own pace will send you fewer emails asking for help.
     15* **A WordPress Novice** - With GuidePress you can quickly learn how to use WordPress by watching short how-to videos. This visual approach is a much a faster way of learning because you actually see how to do things rather than reading guides and figuring it for yourself. All the videos are cleverly organised and placed within the relevant admin screens, this means that you only watch the videos you're interested rather than watch them all in sequence.
     16* **A WordPress Developer** - You can let GuidePress train your clients for you. Using GuidePress means that you spend less time explaining to your clients how to use WordPress. It also means that your clients learn at their own pace and will send you fewer support request emails.
    1717
    1818You'll need a subscription to use this plugin. Simply create a [free GuidePress account](http://guidepress.net/wp-login.php?action=register "GuidePress Registration Screen") and you'll automatically get a lifetime free subscription.
     
    7474== Changelog ==
    7575
     76= 0.1.3 =
     77* 06/05/12
     78* Remove the redundant save changes button at the bottom of the settings page. 
     79
    7680= 0.1.2 =
    7781* 12/04/12
Note: See TracChangeset for help on using the changeset viewer.