Changeset 1202207
- Timestamp:
- 07/20/2015 11:08:24 AM (11 years ago)
- Location:
- freshmail-newsletter/trunk
- Files:
-
- 4 edited
-
CHANGELOG.md (modified) (1 diff)
-
src/Plugin/Newsletter/Freshmail.php (modified) (2 diffs)
-
src/Plugin/Newsletter/Widget/FreshmailWidget.php (modified) (1 diff)
-
wp-freshmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
freshmail-newsletter/trunk/CHANGELOG.md
r1190834 r1202207 1 1 ### Changelog 2 2 3 - 2.1.2 - 2015-07-20 4 * Add: Google url. 5 3 6 - 2.1.1 - 2015-06-29 4 7 * Fix: alert about php version -
freshmail-newsletter/trunk/src/Plugin/Newsletter/Freshmail.php
r1187394 r1202207 326 326 327 327 require(WP_FRESHMAIL_DIR.'/templates/popup.php'); 328 require(WP_FRESHMAIL_DIR.'/templates/google_url.php'); 328 329 } 329 330 } … … 417 418 $errorSuccess = $freshmailForm['appearance']['error_success']; 418 419 require(WP_FRESHMAIL_DIR.'/templates/shortcode.php'); 420 require(WP_FRESHMAIL_DIR.'/templates/google_url.php'); 419 421 420 422 return ob_get_clean(); -
freshmail-newsletter/trunk/src/Plugin/Newsletter/Widget/FreshmailWidget.php
r1181908 r1202207 57 57 echo '</p>'; 58 58 59 require(WP_FRESHMAIL_DIR.'/templates/google_url.php'); 60 59 61 return null; 60 62 } -
freshmail-newsletter/trunk/wp-freshmail.php
r1190834 r1202207 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: 2.1 6 * Version: 2.1.2 7 7 * Author: Borbis Media 8 8 * Author URI: http://www.borbis.com
Note: See TracChangeset
for help on using the changeset viewer.