Plugin Directory

Changeset 1827503


Ignore:
Timestamp:
02/23/2018 08:05:13 AM (8 years ago)
Author:
adbox
Message:

1.1.6

Location:
resend-welcome-email/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • resend-welcome-email/trunk/readme.txt

    r1827498 r1827503  
    77Requires at least: 4.3.1
    88Tested up to: 4.9.4
    9 Stable Tag: 1.1.5
     9Stable Tag: 1.1.6
    1010Requires PHP: 5.3
    1111
     
    4141== Changelog ==
    4242
    43 = 1.1.5 =
     43= 1.1.6 =
    4444* Improving labels
     45* Removing commented code
    4546
    4647= 1.1.3 =
  • resend-welcome-email/trunk/resend-welcome-email.php

    r1827498 r1827503  
    44Plugin URI:  http://www.twitter.com/atwellpub
    55Description: Quickly send a new welcome email and password reset link for a user through the user's profile edit area.
    6 Version:     1.1.5
     6Version:     1.1.6
    77Author:      Hudson Atwell
    88Author URI:  https://codeable.io/developers/hudson-atwell/?ref=99TG1
     
    4545
    4646            /* Define constants */
    47             //self::define_constants();
     47            self::define_constants();
    4848
    4949            add_filter( 'user_row_actions',  array( __CLASS__, 'filter_user_row_actions' ), 10, 2 );
Note: See TracChangeset for help on using the changeset viewer.