Plugin Directory

Changeset 1146788


Ignore:
Timestamp:
04/27/2015 07:50:01 AM (11 years ago)
Author:
FreshMail.com
Message:

1.5.8 - fix with WordPress 4.2 compatibility

Location:
freshmail-newsletter/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • freshmail-newsletter/trunk/CHANGELOG.md

    r1144991 r1146788  
    11### Changelog
     2
     3- 1.5.8 - 2015-04-24
     4    * Fix: compatible with WordPress 4.2
    25
    36- 1.5.7 - 2015-04-23
  • freshmail-newsletter/trunk/include/render_all_forms.php

    r1144991 r1146788  
    9595}
    9696
    97 class FM_Forms_List_Table extends WP_List_Table
     97require_once(WP_FRESHMAIL_DIR.'/include/class_wp_list.php');
     98class FM_Forms_List_Table extends Custom_List_Table
    9899{
    99100    public function __construct($array)
  • freshmail-newsletter/trunk/wp-freshmail.php

    r1144991 r1146788  
    44 * Plugin URI: http://freshmail.com/plugin/wordpress-newsletter/
    55 * Description: FreshMail is an email marketing tool for creating and sending amazing newsletters. Our intuitive system leads users from campaign planning and creation to final reports. A free account lets you send up to 2000 messages to a maximum of 500 recipients each month.
    6  * Version: 1.5.7
     6 * Version: 1.5.8
    77 * Author: Borbis Media
    88 * Author URI: http://www.borbis.com
     
    2121// Define plugin version for upgrade
    2222if (!defined('WP_FRESHMAIL_VERSION')) {
    23     define('WP_FRESHMAIL_VERSION', '1.5.7');
     23    define('WP_FRESHMAIL_VERSION', '1.5.8');
    2424}
    2525
Note: See TracChangeset for help on using the changeset viewer.