Changeset 1595554
- Timestamp:
- 02/14/2017 09:09:55 AM (9 years ago)
- Location:
- mail2users/trunk
- Files:
-
- 2 edited
-
mail2users.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mail2users/trunk/mail2users.php
r1591710 r1595554 4 4 Plugin URI:http://www.miraclewebsoft.com 5 5 Description: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.86 Version:1.1 7 7 Author:sony7596, reachbaljit, miraclewebssoft 8 8 Author URI:http://www.miraclewebsoft.com … … 14 14 } 15 15 16 if (!defined("MAIL2USERS_PLUGIN_VERSION_CURRENT")) define('MAIL2USERS_PLUGIN_VERSION_CURRENT', '1. 0.8');16 if (!defined("MAIL2USERS_PLUGIN_VERSION_CURRENT")) define('MAIL2USERS_PLUGIN_VERSION_CURRENT', '1.1'); 17 17 if (!defined("MAIL2USERS_PLUGIN_URL")) define('MAIL2USERS_PLUGIN_URL', plugin_dir_url(__FILE__)); 18 18 if (!defined("MAIL2USERS_PLUGIN_DIR")) define("MAIL2USERS_PLUGIN_DIR", plugin_dir_path(__FILE__)); -
mail2users/trunk/readme.txt
r1595438 r1595554 5 5 Requires at least:3.6 6 6 Tested up to:4.7 7 Stable tag:1. 0.77 Stable tag:1.1 8 8 License:GPL2 9 9 License URI:https://www.gnu.org/licenses/gpl-2.0.html … … 75 75 76 76 == Changelog == 77 = 1.1 |14/2/2017 = 78 * Code optimization 79 77 80 = 1.0.7 |27/1/2017 = 78 81 * Fix unsubscribe page
Note: See TracChangeset
for help on using the changeset viewer.