Plugin Directory

Changeset 1202207


Ignore:
Timestamp:
07/20/2015 11:08:24 AM (11 years ago)
Author:
FreshMail.com
Message:

Adding „powered by FreshMail”

Location:
freshmail-newsletter/trunk
Files:
4 edited

Legend:

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

    r1190834 r1202207  
    11### Changelog
    22
     3- 2.1.2 - 2015-07-20
     4    * Add: Google url.
     5   
    36- 2.1.1 - 2015-06-29
    47    * Fix: alert about php version
  • freshmail-newsletter/trunk/src/Plugin/Newsletter/Freshmail.php

    r1187394 r1202207  
    326326
    327327                require(WP_FRESHMAIL_DIR.'/templates/popup.php');
     328                require(WP_FRESHMAIL_DIR.'/templates/google_url.php');
    328329            }
    329330        }
     
    417418        $errorSuccess = $freshmailForm['appearance']['error_success'];
    418419        require(WP_FRESHMAIL_DIR.'/templates/shortcode.php');
     420        require(WP_FRESHMAIL_DIR.'/templates/google_url.php');
    419421
    420422        return ob_get_clean();
  • freshmail-newsletter/trunk/src/Plugin/Newsletter/Widget/FreshmailWidget.php

    r1181908 r1202207  
    5757        echo '</p>';
    5858
     59        require(WP_FRESHMAIL_DIR.'/templates/google_url.php');
     60
    5961        return null;
    6062    }
  • freshmail-newsletter/trunk/wp-freshmail.php

    r1190834 r1202207  
    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: 2.1
     6 * Version: 2.1.2
    77 * Author: Borbis Media
    88 * Author URI: http://www.borbis.com
Note: See TracChangeset for help on using the changeset viewer.