Changeset 1110995
- Timestamp:
- 03/12/2015 10:30:04 AM (10 years ago)
- Location:
- official-statcounter-plugin-for-wordpress
- Files:
-
- 2 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
official-statcounter-plugin-for-wordpress/tags/1.7.1/StatCounter-Wordpress-Plugin.php
r1098043 r1110995 2 2 /* 3 3 * Plugin Name: Official StatCounter Plugin 4 * Version: 1.7. 04 * Version: 1.7.1 5 5 * Plugin URI: http://statcounter.com/ 6 6 * Description: Adds the StatCounter tracking code to your blog. <br>To get setup: 1) Activate this plugin 2) Enter your StatCounter Project ID and Security Code in the <a href="options-general.php?page=StatCounter-Wordpress-Plugin.php"><strong>options page</strong></a>. … … 222 222 ?> 223 223 <!-- Start of StatCounter Code --> 224 <script type="text/javascript">224 <script> 225 225 <!-- 226 226 var sc_project=<?php echo $sc_project; ?>; … … 233 233 "https://secure." : "http://www."); 234 234 //--> 235 document.write("<sc"+"ript type='text/javascript'src='" +scJsHost +"statcounter.com/counter/counter.js'></"+"script>");235 document.write("<sc"+"ript src='" +scJsHost +"statcounter.com/counter/counter.js'></"+"script>"); 236 236 </script> 237 237 <noscript><div class="statcounter"><a title="web analytics" href="http://statcounter.com/"><img class="statcounter" src="http://c.statcounter.com/<?php echo $sc_project; ?>/0/<?php echo $sc_security; ?>/<?php echo $sc_invisible; ?>/" alt="web analytics" /></a></div></noscript> -
official-statcounter-plugin-for-wordpress/tags/1.7.1/readme.txt
r1099142 r1110995 5 5 Requires at least: 2.0.2 6 6 Tested up to: 4.1.1 7 Stable tag: 1.7. 07 Stable tag: 1.7.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 71 71 == Changelog == 72 73 = 1.7.1 = 74 Removed unnecessary type attribute from script element 72 75 73 76 = 1.7 = … … 145 148 = 1.6.2 = 146 149 Upgrade to allow for fully functioning PayPal upgrade options. 150 -
official-statcounter-plugin-for-wordpress/trunk/StatCounter-Wordpress-Plugin.php
r1098043 r1110995 2 2 /* 3 3 * Plugin Name: Official StatCounter Plugin 4 * Version: 1.7. 04 * Version: 1.7.1 5 5 * Plugin URI: http://statcounter.com/ 6 6 * Description: Adds the StatCounter tracking code to your blog. <br>To get setup: 1) Activate this plugin 2) Enter your StatCounter Project ID and Security Code in the <a href="options-general.php?page=StatCounter-Wordpress-Plugin.php"><strong>options page</strong></a>. … … 222 222 ?> 223 223 <!-- Start of StatCounter Code --> 224 <script type="text/javascript">224 <script> 225 225 <!-- 226 226 var sc_project=<?php echo $sc_project; ?>; … … 233 233 "https://secure." : "http://www."); 234 234 //--> 235 document.write("<sc"+"ript type='text/javascript'src='" +scJsHost +"statcounter.com/counter/counter.js'></"+"script>");235 document.write("<sc"+"ript src='" +scJsHost +"statcounter.com/counter/counter.js'></"+"script>"); 236 236 </script> 237 237 <noscript><div class="statcounter"><a title="web analytics" href="http://statcounter.com/"><img class="statcounter" src="http://c.statcounter.com/<?php echo $sc_project; ?>/0/<?php echo $sc_security; ?>/<?php echo $sc_invisible; ?>/" alt="web analytics" /></a></div></noscript> -
official-statcounter-plugin-for-wordpress/trunk/readme.txt
r1099142 r1110995 5 5 Requires at least: 2.0.2 6 6 Tested up to: 4.1.1 7 Stable tag: 1.7. 07 Stable tag: 1.7.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 71 71 == Changelog == 72 73 = 1.7.1 = 74 Removed unnecessary type attribute from script element 72 75 73 76 = 1.7 =
Note: See TracChangeset
for help on using the changeset viewer.