Plugin Directory

Changeset 1680942


Ignore:
Timestamp:
06/19/2017 09:06:15 AM (9 years ago)
Author:
racanu
Message:

Removed own email; Bumped version to 1.3

Location:
keep-in-touch/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • keep-in-touch/trunk/class-keep-in-touch-msg.php

    r1680347 r1680942  
    2121    {
    2222        wp_mail(
    23             //get_bloginfo('admin_email'),
    24             'racanu@gmail.com',
     23            get_bloginfo('admin_email'),
    2524            Keep_In_Touch_Utils::get_blog_marker() . Keep_In_Touch_Utils::get_plugin_marker() . $title,
    2625            self::get_email_heading() . $message,
  • keep-in-touch/trunk/keep-in-touch.php

    r1680384 r1680942  
    55Plugin URI: https://wordpress.org/plugins/keep-in-touch/
    66Description: Maintains a list of subscribers to updates and newsletter.
    7 Version: 1.2
     7Version: 1.3
    88Author: Racanu
    99Author URI: https://profiles.wordpress.org/racanu/
  • keep-in-touch/trunk/readme.txt

    r1680384 r1680942  
    44Requires at least: 4.1
    55Tested up to: 4.8
    6 Stable tag: 1.2
     6Stable tag: 1.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8080
    8181== Changelog ==
     82= 1.3 =
     83 * Removed my own e-mail address from the plugin; was left in there after debugging.
     84
    8285= 1.2 =
    83 Added option to control whether a message is sent when there are no new articles ; also the message is now configurable
    84 A bit of reorganization in handling of virtual page url; some experimenting with google recaptcha
    85 Changed weekly digest query
    86 Changed class Virtual_Page to accept a list of posts
    87 Added people, author, member taxonomies and list pages
    88 Fix class name for shortcodes
    89 Finalized settings page for people list management
    90 Moved settings menu entry ; send updates only on new article
    91 Some fixes for the settings page
    92 Added options reader class and made schedules recurrent
    93 Fixed initial database creation issue and registration without name issue
    94 Added people, author, member taxonomies and list pages
     86 * 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
    9598
    9699= 1.1 =
Note: See TracChangeset for help on using the changeset viewer.