Changeset 2426263
- Timestamp:
- 11/26/2020 06:10:22 AM (5 years ago)
- Location:
- handl-utm-grabber
- Files:
-
- 2 edited
- 20 copied
-
tags/2.7.14 (copied) (copied from handl-utm-grabber/trunk)
-
tags/2.7.14/css (copied) (copied from handl-utm-grabber/trunk/css)
-
tags/2.7.14/css/admin.css (copied) (copied from handl-utm-grabber/trunk/css/admin.css)
-
tags/2.7.14/external (copied) (copied from handl-utm-grabber/trunk/external)
-
tags/2.7.14/external/ninja.php (copied) (copied from handl-utm-grabber/trunk/external/ninja.php)
-
tags/2.7.14/external/zapier.php (copied) (copied from handl-utm-grabber/trunk/external/zapier.php)
-
tags/2.7.14/handl-utm-grabber.php (copied) (copied from handl-utm-grabber/trunk/handl-utm-grabber.php) (6 diffs)
-
tags/2.7.14/js/admin.js (copied) (copied from handl-utm-grabber/trunk/js/admin.js)
-
tags/2.7.14/js/handl-utm-grabber.js (copied) (copied from handl-utm-grabber/trunk/js/handl-utm-grabber.js)
-
tags/2.7.14/readme.txt (copied) (copied from handl-utm-grabber/trunk/readme.txt) (2 diffs)
-
tags/2.7.14/screenshot-1.png (copied) (copied from handl-utm-grabber/trunk/screenshot-1.png)
-
tags/2.7.14/screenshot-10.png (copied) (copied from handl-utm-grabber/trunk/screenshot-10.png)
-
tags/2.7.14/screenshot-11.png (copied) (copied from handl-utm-grabber/trunk/screenshot-11.png)
-
tags/2.7.14/screenshot-4.png (copied) (copied from handl-utm-grabber/trunk/screenshot-4.png)
-
tags/2.7.14/screenshot-5.png (copied) (copied from handl-utm-grabber/trunk/screenshot-5.png)
-
tags/2.7.14/screenshot-6.png (copied) (copied from handl-utm-grabber/trunk/screenshot-6.png)
-
tags/2.7.14/screenshot-7.png (copied) (copied from handl-utm-grabber/trunk/screenshot-7.png)
-
tags/2.7.14/screenshot-8.png (copied) (copied from handl-utm-grabber/trunk/screenshot-8.png)
-
tags/2.7.14/screenshot-9.png (copied) (copied from handl-utm-grabber/trunk/screenshot-9.png)
-
tags/2.7.14/simple_html_dom.php (copied) (copied from handl-utm-grabber/trunk/simple_html_dom.php)
-
trunk/handl-utm-grabber.php (modified) (6 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
handl-utm-grabber/tags/2.7.14/handl-utm-grabber.php
r2418837 r2426263 5 5 Description: The easiest way to capture UTMs on your (optin) forms. 6 6 Author: Haktan Suren 7 Version: 2.7.1 37 Version: 2.7.14 8 8 Author URI: http://www.haktansuren.com/ 9 9 */ … … 237 237 238 238 <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 242 239 <h2>Upgrade To HandL UTM Grabber V3</h2> 243 240 <ul> … … 342 339 global $pagenow; 343 340 if ($pagenow == 'plugins.php'){ 344 $field = 'check_v271 3_doc';341 $field = 'check_v2714_doc'; 345 342 if (!get_option($field)) { 346 343 ?> … … 381 378 </style> 382 379 <div class="notice notice-success handl-notice-dismiss is-dismissible"> 383 <p class='handl-notice-title'> 🚀 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> 384 381 <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>--> 386 384 <!-- <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>--> 387 385 <!-- <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>--> … … 411 409 if ( ! function_exists( 'handl_notice_dismiss' ) ) { 412 410 function handl_notice_dismiss() { 413 add_option( 'check_v271 3_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' ); 414 412 die(); 415 413 } … … 833 831 function getHandLNotifications(){ 834 832 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.', 837 837 ]; 838 838 } -
handl-utm-grabber/tags/2.7.14/readme.txt
r2418837 r2426263 4 4 Tags: utm,tracker,gclid,tracking,utm tracking,grabber,shortcodes,contact form 7,leads,collect,collect leads 5 5 Requires at least: 3.6.0 6 Tested up to: 5. 57 Stable tag: 2.7.1 36 Tested up to: 5.6 7 Stable tag: 2.7.14 8 8 Requires PHP: 5.3 9 9 License: GPLv2 or later … … 141 141 == Changelog == 142 142 143 = 2.7.14 = 144 * Some new seasonal notifications added. 145 143 146 = 2.7.13 = 144 147 * HandL notifications added. -
handl-utm-grabber/trunk/handl-utm-grabber.php
r2418837 r2426263 5 5 Description: The easiest way to capture UTMs on your (optin) forms. 6 6 Author: Haktan Suren 7 Version: 2.7.1 37 Version: 2.7.14 8 8 Author URI: http://www.haktansuren.com/ 9 9 */ … … 237 237 238 238 <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 242 239 <h2>Upgrade To HandL UTM Grabber V3</h2> 243 240 <ul> … … 342 339 global $pagenow; 343 340 if ($pagenow == 'plugins.php'){ 344 $field = 'check_v271 3_doc';341 $field = 'check_v2714_doc'; 345 342 if (!get_option($field)) { 346 343 ?> … … 381 378 </style> 382 379 <div class="notice notice-success handl-notice-dismiss is-dismissible"> 383 <p class='handl-notice-title'> 🚀 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> 384 381 <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>--> 386 384 <!-- <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>--> 387 385 <!-- <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>--> … … 411 409 if ( ! function_exists( 'handl_notice_dismiss' ) ) { 412 410 function handl_notice_dismiss() { 413 add_option( 'check_v271 3_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' ); 414 412 die(); 415 413 } … … 833 831 function getHandLNotifications(){ 834 832 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.', 837 837 ]; 838 838 } -
handl-utm-grabber/trunk/readme.txt
r2418837 r2426263 4 4 Tags: utm,tracker,gclid,tracking,utm tracking,grabber,shortcodes,contact form 7,leads,collect,collect leads 5 5 Requires at least: 3.6.0 6 Tested up to: 5. 57 Stable tag: 2.7.1 36 Tested up to: 5.6 7 Stable tag: 2.7.14 8 8 Requires PHP: 5.3 9 9 License: GPLv2 or later … … 141 141 == Changelog == 142 142 143 = 2.7.14 = 144 * Some new seasonal notifications added. 145 143 146 = 2.7.13 = 144 147 * HandL notifications added.
Note: See TracChangeset
for help on using the changeset viewer.