Plugin Directory

Changeset 603435


Ignore:
Timestamp:
09/25/2012 04:45:17 AM (14 years ago)
Author:
pento
Message:

Fixed a typo, added a link to the support forums, expanded the readme.

Location:
automatic-updater/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • automatic-updater/trunk/admin.php

    r603356 r603435  
    2020        '<p><strong>' . sprintf( __( 'A Plugin By <a href="%s" target="_blank">Gary</a>', 'automatic-updater' ), 'http://pento.net/' ) . '</strong></p>' .
    2121        '<p><a href="http://pento.net/donate/">' . __( 'Donations', 'automatic-updater' ) . '</a></p>' .
    22         '<p><a href="">' . __( 'Support Forums', 'automatic-updater' ) . '</a></p>'
     22        '<p><a href="http://wordpress.org/support/plugin/automatic-updater">' . __( 'Support Forums', 'automatic-updater' ) . '</a></p>'
    2323    );
    2424}
     
    4444    <div class="wrap">
    4545        <?php screen_icon('tools'); ?>
    46         <h2><?php _e( 'Automattic Updater', 'automatic-updater' ); ?></h2>
     46        <h2><?php _e( 'Automatic Updater', 'automatic-updater' ); ?></h2>
    4747<?php
    4848    if ( ! empty( $message ) ) {
  • automatic-updater/trunk/readme.txt

    r603356 r603435  
    11=== Automatic Updater ===
    22Contributors: pento
     3Donate link: http://pento.net/donate/
    34Tags: updates, core, plugins, themes
    45Requires at least: 3.1
     
    1516
    1617You should also be aware that this will only work on WordPress installs that have the appropriate file permissions to update through the web interface - it will not work if you usually FTP updates to your server.
     18
     19== Installation ==
     20
     21= The Good Way =
     22
     231. In your WordPress Admin, go to the Add New Plugins page
     241. Search for: automatic updater
     251. Automatic Updater should be the first result. Click the Install link.
     26
     27= The Old Way =
     28
     291. Upload the plugin to the `/wp-content/plugins/` directory
     301. Activate the plugin through the 'Plugins' menu in WordPress
     31
     32= The Living-On-The-Edge Way =
     33
     34(Please don't do this in production, you will almost certainly break something!)
     35
     361. Checkout the current development version from http://plugins.svn.wordpress.org/automatic-updater/trunk/
     371. Subscribe to the [RSS feed](http://plugins.trac.wordpress.org/log/automatic-updater?limit=100&mode=stop_on_copy&format=rss) to be notified of changes
     38
     39== Changelog ==
     40
     41= 0.2 =
     42* FIXED: s/automattic/automatic/g
     43* FIXED: Support forums link
     44
     45= 0.1 =
     46* Initial release
Note: See TracChangeset for help on using the changeset viewer.