Newsletter 2.0.0 beta 2

This new beta available on download area, fix the good bye email (not delivered in previous versions) and tries to be more conservative with memory usage. When PHP go “out of memory”, it dies and in many cases silently, so it’s hard to understand what’s happened.

My excuses for my bad english but it's the only way I have to communicate with you. Would you suggest a correction? Leave a comment, thank you!

9 Responses to “Newsletter 2.0.0 beta 2”

  1. Hi, do you think that script is scalable enough to use it on popula?

  2. Thanks! I’m going to try it (K)

  3. Installed into wordpress 2.9.2 at my website, and successfully sent a newsletter to all 317 of my subscribers.

    However, I found myself staring at a row of 5 gear icons in the WordPress admin panel, so I made an icon for Newsletter that I’d like you to have. The icon is attached, and I simply added the following near the top of newsletter/plugin.php:

    if (!defined(‘WP_PLUGIN_URL’)) {
    define(‘WP_PLUGIN_URL’, WP_CONTENT_URL.’/plugins’);}
    define(‘NEWSLETTER_URL’,
    trailingslashit(WP_PLUGIN_URL).basename(dirname(__FILE__)));

    and added the icon to the add_menu_page call further down:

    if (function_exists(‘add_menu_page’)) {
    add_menu_page(‘Newsletter’, ‘Newsletter’, $level,
    ‘newsletter/main.php’, ”, NEWSLETTER_URL . ‘/newsletter.png’);
    }

    Feel free to use this in the next release!

    Cheers,

    Gary

  4. it’s broken in 3.0 b1,b2

  5. Hi, I am using version 2.0.0 of Newsletter Pro on my WordPress 2.9.2, Thesis 1.7 themed website: http://bepn.co.uk/newsletter/

    But I am getting a {label_form_lists} text above the ‘Subscribe now’ button.

    Can you help,

    Thanks

  6. Clothes for every occasion and all information about clothing, dresses, skirts, jeans, pants, sweaters and other Accessoiries.

  7. Thanks! I’m going to try it (K)

  8. Hi Stefano,
    I am curious – are you still working on newsletter 2.0 ?

    I would love to use it. When, do you think, will it be released, roughly?

    Best regards,

    Thomas

Leave a Reply