Changeset 1144991
- Timestamp:
- 04/24/2015 04:51:04 PM (11 years ago)
- Location:
- freshmail-newsletter/trunk
- Files:
-
- 4 edited
-
CHANGELOG.md (modified) (1 diff)
-
include/render_all_forms.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp-freshmail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
freshmail-newsletter/trunk/CHANGELOG.md
r1144738 r1144991 1 1 ### Changelog 2 3 - 1.5.8 - 2015-04-244 * Fix: compatible with WordPress 4.25 2 6 3 - 1.5.7 - 2015-04-23 -
freshmail-newsletter/trunk/include/render_all_forms.php
r1144738 r1144991 95 95 } 96 96 97 require_once(WP_FRESHMAIL_DIR.'/include/class_wp_list.php'); 98 class FM_Forms_List_Table extends Custom_List_Table 97 class FM_Forms_List_Table extends WP_List_Table 99 98 { 100 99 public function __construct($array) -
freshmail-newsletter/trunk/readme.txt
r1144749 r1144991 4 4 Tags: 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 5 5 Requires at least: 3.0 6 Tested up to: 4. 27 Stable tag: 1.5. 86 Tested up to: 4.1 7 Stable tag: 1.5.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
freshmail-newsletter/trunk/wp-freshmail.php
r1144738 r1144991 4 4 * Plugin URI: http://freshmail.com/plugin/wordpress-newsletter/ 5 5 * 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. 86 * Version: 1.5.7 7 7 * Author: Borbis Media 8 8 * Author URI: http://www.borbis.com … … 21 21 // Define plugin version for upgrade 22 22 if (!defined('WP_FRESHMAIL_VERSION')) { 23 define('WP_FRESHMAIL_VERSION', '1.5. 8');23 define('WP_FRESHMAIL_VERSION', '1.5.7'); 24 24 } 25 25
Note: See TracChangeset
for help on using the changeset viewer.