Plugin Directory

Changeset 2426263


Ignore:
Timestamp:
11/26/2020 06:10:22 AM (5 years ago)
Author:
haktansuren
Message:

seasonal notifications and 5.6 support

Location:
handl-utm-grabber
Files:
2 edited
20 copied

Legend:

Unmodified
Added
Removed
  • handl-utm-grabber/tags/2.7.14/handl-utm-grabber.php

    r2418837 r2426263  
    55Description: The easiest way to capture UTMs on your (optin) forms.
    66Author: Haktan Suren
    7 Version: 2.7.13
     7Version: 2.7.14
    88Author URI: http://www.haktansuren.com/
    99*/
     
    237237
    238238        <div class="handl-upsell">
    239 
    240             <h3>Get your <a href="https://handldigital.com/free-utm-audit/?utm_campaign=UTMAudit&utm_source=WordPress_FREE&utm_medium=wordpress_settings_page" target="_blank">FREE marketing/UTM audit</a> here. 100% human reply. No credit card required.</h3>
    241 
    242239            <h2>Upgrade To HandL UTM Grabber V3</h2>
    243240            <ul>
     
    342339        global $pagenow;
    343340        if ($pagenow == 'plugins.php'){
    344             $field = 'check_v2713_doc';
     341            $field = 'check_v2714_doc';
    345342            if (!get_option($field)) {
    346343                ?>
     
    381378                </style>
    382379                <div class="notice notice-success handl-notice-dismiss is-dismissible">
    383                     <p class='handl-notice-title'>🚀&nbsp;&nbsp; Enjoy using our community version? You will love HandL UTM Grabber V3 even more  </p>
     380                    <p class='handl-notice-title'>Enjoy using our community version? You will love HandL UTM Grabber V3 even more  </p>
    384381                    <ul>
    385                         <li> <p style="font-size:1.25em">💵 <b>BLACK FRIDAY SALES FOR WP COMMUNITY:</b> $20 OFF on every plans. <a target="_blank" href="<?php print handl_v3_generate_links('20OFFPromo', '', 'dash-widget'); ?>">Click here</a> to score the deal. Limited availability. Act now!</p></li>
     382                        <li>🎁 💰 <b>Black Friday: Don't miss the biggest sale of the year</b>. <a target="_blank" href="<?php print handl_v3_generate_links("BlackFriday2020", "", "wordpress_notification");?>">Click here</a> to get <b>50% off</b>. Make your Black Friday memorable with this limited-time, festive deal.</li>
     383<!--                        <li> <p style="font-size:1.25em">💵 <b>BLACK FRIDAY SALES FOR WP COMMUNITY:</b> $20 OFF on every plans. <a target="_blank" href="--><?php //print handl_v3_generate_links('20OFFPromo', '', 'dash-widget'); ?><!--">Click here</a> to score the deal. Limited availability. Act now!</p></li>-->
    386384<!--                        <li> <p style="font-size:1.25em">🚨🚨🚨 <b>LIMITED SEAT AVAILABLE:</b> We are <b>doubling the number of licenses</b> for any plan exclusive to the WP community. <a target="_blank" href="--><?php //print handl_v3_generate_links('4WPCommunity', '', 'dash-widget'); ?><!--">Click here</a> to score the deal. Act now!</p></li>-->
    387385<!--                        <li> ℹ️ Get your <a href="https://handldigital.com/free-utm-audit/?utm_campaign=UTMAudit&utm_source=WordPress_FREE&utm_medium=dash-widget" target="_blank">FREE marketing/UTM audit</a> here. 100% human reply. No credit card required.</li>-->
     
    411409if ( ! function_exists( 'handl_notice_dismiss' ) ) {
    412410    function handl_notice_dismiss() {
    413         add_option( 'check_v2713_doc', '1', '', 'yes' ) or update_option( 'check_v2713_doc', '1' );
     411        add_option( 'check_v2714_doc', '1', '', 'yes' ) or update_option( 'check_v2714_doc', '1' );
    414412        die();
    415413    }
     
    833831function getHandLNotifications(){
    834832    return [
    835             'black_friday_2020_20off' => '💵 <b>BLACK FRIDAY SALES FOR WP COMMUNITY:</b> $20 OFF on every plans. <a target="_blank" href="'.handl_v3_generate_links("20OFFPromo", "", "wordpress_notification").'">Click here</a> to score the deal. Limited availability. Act now!',
    836             'documentation' => '📚 Have you seen our knowledge-base site? <a target="_blank" href="https://handldigital.com/utm-grabber/documentation/public/books?utm_campaign=HandLDocumentation&utm_source=WordPress_FREE&utm_medium=wordpress_notification">Click here</a> to access.',
     833        'black_friday_2020_double' => '🎁 💰 <b>Black Friday Sale is ON</b> Don\'t miss the biggest sale of the year. <a target="_blank" href="'.handl_v3_generate_links("BlackFriday2020", "", "wordpress_notification").'">Click here</a> to get <b>50% off</b>. Limited availability. Act now!',
     834//            'black_friday_2020_20off' => '💵 <b>BLACK FRIDAY SALES FOR WP COMMUNITY:</b> $20 OFF on every plans. <a target="_blank" href="'.handl_v3_generate_links("20OFFPromo", "", "wordpress_notification").'">Click here</a> to score the deal. Limited availability. Act now!',
     835        'free_audit' => '🔍 Get your <a href="https://handldigital.com/free-utm-audit/?utm_campaign=UTMAudit&utm_source=WordPress_FREE&utm_medium=wordpress_settings_page" target="_blank">FREE marketing/UTM audit</a> here. 100% human reply. No credit card required.',
     836        'documentation' => '📚 Have you seen our knowledge-base site? <a target="_blank" href="https://handldigital.com/utm-grabber/documentation/public/books?utm_campaign=HandLDocumentation&utm_source=WordPress_FREE&utm_medium=wordpress_notification">Click here</a> to access.',
    837837    ];
    838838}
  • handl-utm-grabber/tags/2.7.14/readme.txt

    r2418837 r2426263  
    44Tags: utm,tracker,gclid,tracking,utm tracking,grabber,shortcodes,contact form 7,leads,collect,collect leads
    55Requires at least: 3.6.0
    6 Tested up to: 5.5
    7 Stable tag: 2.7.13
     6Tested up to: 5.6
     7Stable tag: 2.7.14
    88Requires PHP: 5.3
    99License: GPLv2 or later
     
    141141== Changelog ==
    142142
     143= 2.7.14 =
     144* Some new seasonal notifications added.
     145
    143146= 2.7.13 =
    144147* HandL notifications added.
  • handl-utm-grabber/trunk/handl-utm-grabber.php

    r2418837 r2426263  
    55Description: The easiest way to capture UTMs on your (optin) forms.
    66Author: Haktan Suren
    7 Version: 2.7.13
     7Version: 2.7.14
    88Author URI: http://www.haktansuren.com/
    99*/
     
    237237
    238238        <div class="handl-upsell">
    239 
    240             <h3>Get your <a href="https://handldigital.com/free-utm-audit/?utm_campaign=UTMAudit&utm_source=WordPress_FREE&utm_medium=wordpress_settings_page" target="_blank">FREE marketing/UTM audit</a> here. 100% human reply. No credit card required.</h3>
    241 
    242239            <h2>Upgrade To HandL UTM Grabber V3</h2>
    243240            <ul>
     
    342339        global $pagenow;
    343340        if ($pagenow == 'plugins.php'){
    344             $field = 'check_v2713_doc';
     341            $field = 'check_v2714_doc';
    345342            if (!get_option($field)) {
    346343                ?>
     
    381378                </style>
    382379                <div class="notice notice-success handl-notice-dismiss is-dismissible">
    383                     <p class='handl-notice-title'>🚀&nbsp;&nbsp; Enjoy using our community version? You will love HandL UTM Grabber V3 even more  </p>
     380                    <p class='handl-notice-title'>Enjoy using our community version? You will love HandL UTM Grabber V3 even more  </p>
    384381                    <ul>
    385                         <li> <p style="font-size:1.25em">💵 <b>BLACK FRIDAY SALES FOR WP COMMUNITY:</b> $20 OFF on every plans. <a target="_blank" href="<?php print handl_v3_generate_links('20OFFPromo', '', 'dash-widget'); ?>">Click here</a> to score the deal. Limited availability. Act now!</p></li>
     382                        <li>🎁 💰 <b>Black Friday: Don't miss the biggest sale of the year</b>. <a target="_blank" href="<?php print handl_v3_generate_links("BlackFriday2020", "", "wordpress_notification");?>">Click here</a> to get <b>50% off</b>. Make your Black Friday memorable with this limited-time, festive deal.</li>
     383<!--                        <li> <p style="font-size:1.25em">💵 <b>BLACK FRIDAY SALES FOR WP COMMUNITY:</b> $20 OFF on every plans. <a target="_blank" href="--><?php //print handl_v3_generate_links('20OFFPromo', '', 'dash-widget'); ?><!--">Click here</a> to score the deal. Limited availability. Act now!</p></li>-->
    386384<!--                        <li> <p style="font-size:1.25em">🚨🚨🚨 <b>LIMITED SEAT AVAILABLE:</b> We are <b>doubling the number of licenses</b> for any plan exclusive to the WP community. <a target="_blank" href="--><?php //print handl_v3_generate_links('4WPCommunity', '', 'dash-widget'); ?><!--">Click here</a> to score the deal. Act now!</p></li>-->
    387385<!--                        <li> ℹ️ Get your <a href="https://handldigital.com/free-utm-audit/?utm_campaign=UTMAudit&utm_source=WordPress_FREE&utm_medium=dash-widget" target="_blank">FREE marketing/UTM audit</a> here. 100% human reply. No credit card required.</li>-->
     
    411409if ( ! function_exists( 'handl_notice_dismiss' ) ) {
    412410    function handl_notice_dismiss() {
    413         add_option( 'check_v2713_doc', '1', '', 'yes' ) or update_option( 'check_v2713_doc', '1' );
     411        add_option( 'check_v2714_doc', '1', '', 'yes' ) or update_option( 'check_v2714_doc', '1' );
    414412        die();
    415413    }
     
    833831function getHandLNotifications(){
    834832    return [
    835             'black_friday_2020_20off' => '💵 <b>BLACK FRIDAY SALES FOR WP COMMUNITY:</b> $20 OFF on every plans. <a target="_blank" href="'.handl_v3_generate_links("20OFFPromo", "", "wordpress_notification").'">Click here</a> to score the deal. Limited availability. Act now!',
    836             'documentation' => '📚 Have you seen our knowledge-base site? <a target="_blank" href="https://handldigital.com/utm-grabber/documentation/public/books?utm_campaign=HandLDocumentation&utm_source=WordPress_FREE&utm_medium=wordpress_notification">Click here</a> to access.',
     833        'black_friday_2020_double' => '🎁 💰 <b>Black Friday Sale is ON</b> Don\'t miss the biggest sale of the year. <a target="_blank" href="'.handl_v3_generate_links("BlackFriday2020", "", "wordpress_notification").'">Click here</a> to get <b>50% off</b>. Limited availability. Act now!',
     834//            'black_friday_2020_20off' => '💵 <b>BLACK FRIDAY SALES FOR WP COMMUNITY:</b> $20 OFF on every plans. <a target="_blank" href="'.handl_v3_generate_links("20OFFPromo", "", "wordpress_notification").'">Click here</a> to score the deal. Limited availability. Act now!',
     835        'free_audit' => '🔍 Get your <a href="https://handldigital.com/free-utm-audit/?utm_campaign=UTMAudit&utm_source=WordPress_FREE&utm_medium=wordpress_settings_page" target="_blank">FREE marketing/UTM audit</a> here. 100% human reply. No credit card required.',
     836        'documentation' => '📚 Have you seen our knowledge-base site? <a target="_blank" href="https://handldigital.com/utm-grabber/documentation/public/books?utm_campaign=HandLDocumentation&utm_source=WordPress_FREE&utm_medium=wordpress_notification">Click here</a> to access.',
    837837    ];
    838838}
  • handl-utm-grabber/trunk/readme.txt

    r2418837 r2426263  
    44Tags: utm,tracker,gclid,tracking,utm tracking,grabber,shortcodes,contact form 7,leads,collect,collect leads
    55Requires at least: 3.6.0
    6 Tested up to: 5.5
    7 Stable tag: 2.7.13
     6Tested up to: 5.6
     7Stable tag: 2.7.14
    88Requires PHP: 5.3
    99License: GPLv2 or later
     
    141141== Changelog ==
    142142
     143= 2.7.14 =
     144* Some new seasonal notifications added.
     145
    143146= 2.7.13 =
    144147* HandL notifications added.
Note: See TracChangeset for help on using the changeset viewer.