Plugin Directory

Changeset 1144991


Ignore:
Timestamp:
04/24/2015 04:51:04 PM (11 years ago)
Author:
FreshMail.com
Message:

Revert to previous version

Location:
freshmail-newsletter/trunk
Files:
4 edited

Legend:

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

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

    r1144738 r1144991  
    9595}
    9696
    97 require_once(WP_FRESHMAIL_DIR.'/include/class_wp_list.php');
    98 class FM_Forms_List_Table extends Custom_List_Table
     97class FM_Forms_List_Table extends WP_List_Table
    9998{
    10099    public function __construct($array)
  • freshmail-newsletter/trunk/readme.txt

    r1144749 r1144991  
    44Tags: email marketing, newsletter, subscription, email, email form, subscribers, forms, signup, form, checkbox, pop-up, ecommerce, popup, plugin, form builder, mailing list, signup-forms, widget, optin form, signup form
    55Requires at least: 3.0
    6 Tested up to: 4.2
    7 Stable tag: 1.5.8
     6Tested up to: 4.1
     7Stable tag: 1.5.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • freshmail-newsletter/trunk/wp-freshmail.php

    r1144738 r1144991  
    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.8
     6 * Version: 1.5.7
    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.8');
     23    define('WP_FRESHMAIL_VERSION', '1.5.7');
    2424}
    2525
Note: See TracChangeset for help on using the changeset viewer.