PluginProbe ʕ •ᴥ•ʔ
Tracking Code Manager / 2.0.2
Tracking Code Manager v2.0.2
trunk 1.11.8 1.11.9 1.12.0 1.12.1 1.12.2 1.12.3 1.4 1.5 2.0.0 2.0.1 2.0.13 2.0.14 2.0.15 2.0.16 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0
tracking-code-manager / includes / admin / whatsnew.php
tracking-code-manager / includes / admin Last commit date
editor.php 5 years ago manager.php 5 years ago metabox.php 5 years ago settings.php 5 years ago whatsnew.php 5 years ago
whatsnew.php
89 lines
1 <?php
2 define('TCMP_WHATSNEW_VERSION', 8);
3 function tcmp_ui_whats_new() {
4 global $tcmp;
5 $tcmp->Options->setShowWhatsNew(FALSE);
6 $tcmp->Options->setShowWhatsNewSeenVersion(TCMP_WHATSNEW_VERSION);
7 ?>
8 <style>
9 .tcmp-grid {
10 margin-left: auto;
11 margin-right: auto;
12 border-spacing: 10px;
13 max-width: 1120px;
14 }
15 .tcmp-grid td, .tcmp-grid td p {
16 font-size:16px;
17 vertical-align: top;
18 }
19 .tcmp-grid td ul {
20 list-style-type: disc;
21 margin-left: 30px!important;
22 }
23 .tcmp-grid td {
24 padding: 20px!important;
25 }
26 .tcmp-headline {
27 font-size:40px;
28 font-weight:bold;
29 text-align:center;
30 margin: 10px!important;
31 }
32 .tcmp-subheadline {
33 font-size:25px!important;
34 font-weight:bold;
35 text-align:left;
36 margin: 0px!important;
37 }
38 </style>
39
40 <p class="tcmp-headline">What's new in Tracking Code Manager?</p>
41 <table border="0" class="tcmp-grid">
42 <tr valign="top">
43 <td valign="top" width="50%">
44 Now the Tracking Code Manager let you:
45 <ul>
46 <li>Use tracking codes by device types</li>
47 <li>Sort tracking codes using drag & drop</li>
48 <li>Shortcode support</li>
49 <li>Fixed 6 small issues</li>
50 <li>Quick support links added</li>
51 </ul>
52 <br>
53
54 <p class="tcmp-subheadline">Dynamic Conversion Values</p>
55 <p>Finally, Dynamic Conversion Values are now available for WooCommerce and Easy Digital Download. Now you can track the values of your conversions on <b>Google Adwords</b> and <b>Facebook Ads</b> (with the <b>New Pixel</b> and relative events like "Purchase" and others), and many other channels.</p>
56 <img src="<?php echo TCMP_PLUGIN_ASSETS_URI ?>landing/tcmp-fb.png" />
57 <br>
58 <br>
59 <div style="float: right;">
60 <a class="button button-secondary" href="<?php echo TCMP_TAB_MANAGER_URI?>&hwb=1">CONTINUE USING FREE VERSION</a>
61 <a class="button button-primary" href="<?php echo TCMP_TAB_DOCS_DCV_URI?>?utm_campaign=whatsnew" target="_blank">SEE MORE ››</a>
62 </div>
63 </td>
64 <td valign="top" width="50%" style="border-left: 1px solid #44444E;">
65 <p class="tcmp-subheadline" style="margin-top: 0px!important;">Introducing the Tracking Code Manager brother!</p>
66 <p>We are proud to introduce Posts' Footer Manager, a free plugin that let you clean and organize the stuff you have in the footer of your blogpost.</p>
67 <p>If you are tired of the MESSY stuff that appears after the content of your pages and articles, you should give it a go.</p>
68 <div style="float: right;">
69 <a class="button button-secondary" href="http://wordpress.org/plugins/intelly-posts-footer-manager" target="_blank">
70 Download Posts' Footer Manager from Wordpress.org ››
71 </a>
72 </div>
73 <br>
74 <br>
75 <br>
76
77 <p class="tcmp-subheadline">Our new awesome Plugins:</p>
78 <p>Built by Marketers, for Marketers.</p>
79 <ul>
80 <li><a href="https://intellywp.com/custom-audiences-enhancer/?utm_campaign=whatsnew" target="_blank">Custom Audiences Enhancer</a></li>
81 <li><a href="https://wordpress.org/plugins/intelly-welcome-bar/" target="_blank">Welcome Bar</a></li>
82 <li><a href="https://wordpress.org/plugins/intelly-related-posts/" target="_blank">Inline Related Posts</a></li>
83 <li><a href="https://wordpress.org/plugins/intelly-countdown/" target="_blank">Evergreen Countdown Timer</a></li>
84 <li><a href="https://wordpress.org/plugins/intelly-posts-footer-manager/" target="_blank">Posts' Footer Manager</a></li>
85 </ul>
86 </td>
87 </tr>
88 </table>
89 <?php }