Changeset 1146788
- Timestamp:
- 04/27/2015 07:50:01 AM (11 years ago)
- Location:
- freshmail-newsletter/trunk
- Files:
-
- 2 added
- 3 edited
-
CHANGELOG.md (modified) (1 diff)
-
include/class_wp_list.php (added)
-
include/freshmail_duplicate_form.php (added)
-
include/render_all_forms.php (modified) (1 diff)
-
wp-freshmail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
freshmail-newsletter/trunk/CHANGELOG.md
r1144991 r1146788 1 1 ### Changelog 2 3 - 1.5.8 - 2015-04-24 4 * Fix: compatible with WordPress 4.2 2 5 3 6 - 1.5.7 - 2015-04-23 -
freshmail-newsletter/trunk/include/render_all_forms.php
r1144991 r1146788 95 95 } 96 96 97 class FM_Forms_List_Table extends WP_List_Table 97 require_once(WP_FRESHMAIL_DIR.'/include/class_wp_list.php'); 98 class FM_Forms_List_Table extends Custom_List_Table 98 99 { 99 100 public function __construct($array) -
freshmail-newsletter/trunk/wp-freshmail.php
r1144991 r1146788 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. 76 * Version: 1.5.8 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. 7');23 define('WP_FRESHMAIL_VERSION', '1.5.8'); 24 24 } 25 25
Note: See TracChangeset
for help on using the changeset viewer.