Plugin Directory

Changeset 194144


Ignore:
Timestamp:
01/15/2010 06:27:04 AM (16 years ago)
Author:
DanCoulter
Message:

Changed the link to the new 2.9 format

Location:
plugin-update-notification/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugin-update-notification/trunk/plugin-update-notification.php

    r162432 r194144  
    55Description: Receive a daily email if you have any plugins that require updating.
    66Author: Dan Coulter
    7 Version: 0.1.3
     7Version: 0.1.4
    88Author URI: http://dancoulter.com
    99*/
     
    1111 * @package plugin-update-notification
    1212 * @author Dan Coulter
    13  * @version 0.1.3
     13 * @version 0.1.4
    1414 */
    1515
     
    7373           
    7474       
    75             if ( wp_mail(get_option('pun-email'), $subject, get_bloginfo("wpurl") . '/wp-admin/plugins.php') ) {
     75            if ( wp_mail(get_option('pun-email'), $subject, get_bloginfo("wpurl") . '/wp-admin/update-core.php') ) {
    7676            } else {
    7777            }
  • plugin-update-notification/trunk/readme.txt

    r162432 r194144  
    33Donate link: http://co.deme.me/donate/
    44Tags: plugin, plugins, update, notify, notification, email
    5 Requires at least: 2.8
    6 Tested up to: 2.8.4
    7 Stable tag: 0.1.3
     5Requires at least: 2.9
     6Tested up to: 2.9.1
     7Stable tag: 0.1.4
    88
    99Receive a daily email if you have any plugins that require updating.
Note: See TracChangeset for help on using the changeset viewer.