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_intro' => array( 'type' => 'info', 'text' => sprintf(__( 'Advanced Ads successfully installed. Take a look at the First Steps.', 'advanced-ads' ), admin_url( 'admin.php?page=advanced-ads-intro' )), 'global' => true ), // 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?', 'advanced-ads' ), 'confirm_text' => __( 'Yes, send it', 'advanced-ads' ), 'global' => true ), // 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.', 'advanced-ads' ), 'confirm_text' => __( 'Add me now', 'advanced-ads' ), 'global' => true ), // 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.', 'advanced-ads' ), 'confirm_text' => __( 'Subscribe me now', 'advanced-ads' ), 'global' => true ), // 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.6 '1.6' => array( 'type' => 'update', 'text' => 'Advanced Ads 1.6 contains important fixes for ad groups. Please read the update post.', ), // if users updated from a previous version to 1.6.6 '1.6.6' => array( 'type' => 'update', 'text' => 'Advanced Ads 1.6.6 changed placements completely. Take a look at the update post to find out why I am so excited about it.', ), // if users updated from a previous version to 1.7 '1.7' => array( 'type' => 'update', 'text' => 'Advanced Ads 1.7 made changes to the Display Conditions interface. Please check your settings and the manual, if you are using them.', ), // missing license codes 'license_invalid' => array( 'type' => 'plugin_error', 'text' => __( 'One or more license keys for Advanced Ads add-ons are invalid or missing.', 'advanced-ads' ) . ' ' . sprintf( __( 'Please add valid license keys here.', 'advanced-ads' ), get_admin_url( 1, 'admin.php?page=advanced-ads-settings#top#licenses' ) ), 'global' => true ), // license expires 'license_expires' => array( 'type' => 'plugin_error', 'text' => sprintf( __( 'One or more licenses for your Advanced Ads add-ons are expiring soon. Don’t risk to lose support and updates and renew your license before it expires with a significant discount on the add-on page.', 'advanced-ads' ), ADVADS_URL . 'add-ons/#utm_source=advanced-ads&utm_medium=link&utm_campaign=notice-license-expires' ), 'global' => true ), // license expired 'license_expired' => array( 'type' => 'plugin_error', 'text' => sprintf( __( 'Advanced Ads license(s) expired. Support and updates are disabled. Please visit the license page for more information.', 'advanced-ads' ), admin_url( 'admin.php?page=advanced-ads-settings#top#licenses' ) ), 'global' => true ), // please review 'review' => array( 'type' => 'info', 'text' => sprintf( __( 'ThomasYou are using Advanced Ads for some time now. Thank you! If you need my help then please visit the Support page to get free help.

Thanks for your Review

If you share my passion and find Advanced Ads useful then please leave a 5-star review on wordpress.org.

Thomas', 'advanced-ads' ), ADVADS_URL . 'support/#utm_source=advanced-ads&utm_medium=link&utm_campaign=notice-review', 'https://wordpress.org/support/view/plugin-reviews/advanced-ads#postform', ADVADS_BASE_URL . 'admin/assets/img/thomas.png' ), 'global' => false ), // adblocker assets expired 'assets_expired' => array( 'type' => 'update', 'text' => sprintf( __('Some assets were changed. Please rebuild the asset folder in the Advanced Ads settings to update the ad blocker disguise.', 'advanced-ads' ), admin_url( 'admin.php?page=advanced-ads-settings' ) ), 'global' => true ), ));