Changeset 1680942
- Timestamp:
- 06/19/2017 09:06:15 AM (9 years ago)
- Location:
- keep-in-touch/trunk
- Files:
-
- 3 edited
-
class-keep-in-touch-msg.php (modified) (1 diff)
-
keep-in-touch.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
keep-in-touch/trunk/class-keep-in-touch-msg.php
r1680347 r1680942 21 21 { 22 22 wp_mail( 23 //get_bloginfo('admin_email'), 24 'racanu@gmail.com', 23 get_bloginfo('admin_email'), 25 24 Keep_In_Touch_Utils::get_blog_marker() . Keep_In_Touch_Utils::get_plugin_marker() . $title, 26 25 self::get_email_heading() . $message, -
keep-in-touch/trunk/keep-in-touch.php
r1680384 r1680942 5 5 Plugin URI: https://wordpress.org/plugins/keep-in-touch/ 6 6 Description: Maintains a list of subscribers to updates and newsletter. 7 Version: 1. 27 Version: 1.3 8 8 Author: Racanu 9 9 Author URI: https://profiles.wordpress.org/racanu/ -
keep-in-touch/trunk/readme.txt
r1680384 r1680942 4 4 Requires at least: 4.1 5 5 Tested up to: 4.8 6 Stable tag: 1. 26 Stable tag: 1.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 80 80 81 81 == Changelog == 82 = 1.3 = 83 * Removed my own e-mail address from the plugin; was left in there after debugging. 84 82 85 = 1.2 = 83 Added option to control whether a message is sent when there are no new articles ; also the message is now configurable84 A bit of reorganization in handling of virtual page url; some experimenting with google recaptcha85 Changed weekly digest query86 Changed class Virtual_Page to accept a list of posts87 Added people, author, member taxonomies and list pages88 Fix class name for shortcodes89 Finalized settings page for people list management90 Moved settings menu entry ; send updates only on new article91 Some fixes for the settings page92 Added options reader class and made schedules recurrent93 Fixed initial database creation issue and registration without name issue94 Added people, author, member taxonomies and list pages86 * Added option to control whether a message is sent when there are no new articles ; also the message is now configurable 87 * A bit of reorganization in handling of virtual page url; some experimenting with google recaptcha 88 * Changed weekly digest query 89 * Changed class Virtual_Page to accept a list of posts 90 * Added people, author, member taxonomies and list pages 91 * Fix class name for shortcodes 92 * Finalized settings page for people list management 93 * Moved settings menu entry ; send updates only on new article 94 * Some fixes for the settings page 95 * Added options reader class and made schedules recurrent 96 * Fixed initial database creation issue and registration without name issue 97 * Added people, author, member taxonomies and list pages 95 98 96 99 = 1.1 =
Note: See TracChangeset
for help on using the changeset viewer.