Changeset 603435
- Timestamp:
- 09/25/2012 04:45:17 AM (14 years ago)
- Location:
- automatic-updater/trunk
- Files:
-
- 2 edited
-
admin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
automatic-updater/trunk/admin.php
r603356 r603435 20 20 '<p><strong>' . sprintf( __( 'A Plugin By <a href="%s" target="_blank">Gary</a>', 'automatic-updater' ), 'http://pento.net/' ) . '</strong></p>' . 21 21 '<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>' 23 23 ); 24 24 } … … 44 44 <div class="wrap"> 45 45 <?php screen_icon('tools'); ?> 46 <h2><?php _e( 'Automat tic Updater', 'automatic-updater' ); ?></h2>46 <h2><?php _e( 'Automatic Updater', 'automatic-updater' ); ?></h2> 47 47 <?php 48 48 if ( ! empty( $message ) ) { -
automatic-updater/trunk/readme.txt
r603356 r603435 1 1 === Automatic Updater === 2 2 Contributors: pento 3 Donate link: http://pento.net/donate/ 3 4 Tags: updates, core, plugins, themes 4 5 Requires at least: 3.1 … … 15 16 16 17 You 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 23 1. In your WordPress Admin, go to the Add New Plugins page 24 1. Search for: automatic updater 25 1. Automatic Updater should be the first result. Click the Install link. 26 27 = The Old Way = 28 29 1. Upload the plugin to the `/wp-content/plugins/` directory 30 1. 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 36 1. Checkout the current development version from http://plugins.svn.wordpress.org/automatic-updater/trunk/ 37 1. 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.