Plugin Directory

Changeset 1595554


Ignore:
Timestamp:
02/14/2017 09:09:55 AM (9 years ago)
Author:
miraclewebssoft
Message:

version update

Location:
mail2users/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mail2users/trunk/mail2users.php

    r1591710 r1595554  
    44Plugin URI:http://www.miraclewebsoft.com
    55Description:Mail to Users plugin used to notify blog users about new posts and pages. You can also send custom email. Well formatted email with nice email template.
    6 Version:1.0.8
     6Version:1.1
    77Author:sony7596, reachbaljit, miraclewebssoft
    88Author URI:http://www.miraclewebsoft.com
     
    1414}
    1515
    16 if (!defined("MAIL2USERS_PLUGIN_VERSION_CURRENT")) define('MAIL2USERS_PLUGIN_VERSION_CURRENT', '1.0.8');
     16if (!defined("MAIL2USERS_PLUGIN_VERSION_CURRENT")) define('MAIL2USERS_PLUGIN_VERSION_CURRENT', '1.1');
    1717if (!defined("MAIL2USERS_PLUGIN_URL")) define('MAIL2USERS_PLUGIN_URL', plugin_dir_url(__FILE__));
    1818if (!defined("MAIL2USERS_PLUGIN_DIR")) define("MAIL2USERS_PLUGIN_DIR", plugin_dir_path(__FILE__));
  • mail2users/trunk/readme.txt

    r1595438 r1595554  
    55Requires at least:3.6
    66Tested up to:4.7
    7 Stable tag:1.0.7
     7Stable tag:1.1
    88License:GPL2
    99License URI:https://www.gnu.org/licenses/gpl-2.0.html
     
    7575
    7676== Changelog ==
     77= 1.1  |14/2/2017 =
     78* Code optimization
     79
    7780= 1.0.7  |27/1/2017 =
    7881* Fix unsubscribe page
Note: See TracChangeset for help on using the changeset viewer.