array(
'type' => 'update',
'text' => 'Advanced Ads 1.4.5 changes the behavior of some display conditions. Please read this update post to learn if this change should concern you.',
),
// email tutorial
'nl_first_steps' => array(
'type' => 'subscribe',
'text' => __( 'Thank you for activating Advanced Ads. Would you like to receive the first steps via email?', ADVADS_SLUG ),
'confirm_text' => __( 'Yes, send it', ADVADS_SLUG )
),
// free add-ons
'nl_free_addons' => array(
'type' => 'subscribe',
'text' => __( 'Thank you for using Advanced Ads. Stay informed and receive 2 free add-ons for joining the newsletter.', ADVADS_SLUG ),
'confirm_text' => __( 'Add me now', ADVADS_SLUG )
),
// adsense newsletter group
'nl_adsense' => array(
'type' => 'subscribe',
'text' => __( 'Learn more about how and how much you can earn with AdSense and Advanced Ads from my dedicated newsletter.', ADVADS_SLUG ),
'confirm_text' => __( 'Subscribe me now', ADVADS_SLUG )
),
// if users updated from a previous version to 1.5.4
'1.5.4' => array(
'type' => 'update',
'text' => 'With Advanced Ads 1.5.4 the handling of visitor conditions became more consistent, flexible, and hopefully easier to use too. Please read this update post to learn if this change should concern you.',
),
// if users updated from a previous version to 1.5.7
'1.6' => array(
'type' => 'update',
'text' => 'Advanced Ads 1.6 contains important fixes for ad groups. Please read the update post.',
),
);