Plugin Directory

Changeset 1110995


Ignore:
Timestamp:
03/12/2015 10:30:04 AM (10 years ago)
Author:
StatCounter
Message:

version 1.7.1

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  
    22/*
    33 * Plugin Name: Official StatCounter Plugin
    4  * Version: 1.7.0
     4 * Version: 1.7.1
    55 * Plugin URI: http://statcounter.com/
    66 * 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>.
     
    222222?>
    223223    <!-- Start of StatCounter Code -->
    224     <script type="text/javascript">
     224    <script>
    225225    <!--
    226226        var sc_project=<?php echo $sc_project; ?>;
     
    233233        "https://secure." : "http://www.");
    234234    //-->
    235 document.write("<sc"+"ript type='text/javascript' src='" +scJsHost +"statcounter.com/counter/counter.js'></"+"script>");
     235document.write("<sc"+"ript src='" +scJsHost +"statcounter.com/counter/counter.js'></"+"script>");
    236236</script>
    237237<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  
    55Requires at least: 2.0.2
    66Tested up to: 4.1.1
    7 Stable tag: 1.7.0
     7Stable tag: 1.7.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070
    7171== Changelog ==
     72
     73= 1.7.1 =
     74Removed unnecessary type attribute from script element
    7275
    7376= 1.7 =
     
    145148= 1.6.2 =
    146149Upgrade to allow for fully functioning PayPal upgrade options.
     150
  • official-statcounter-plugin-for-wordpress/trunk/StatCounter-Wordpress-Plugin.php

    r1098043 r1110995  
    22/*
    33 * Plugin Name: Official StatCounter Plugin
    4  * Version: 1.7.0
     4 * Version: 1.7.1
    55 * Plugin URI: http://statcounter.com/
    66 * 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>.
     
    222222?>
    223223    <!-- Start of StatCounter Code -->
    224     <script type="text/javascript">
     224    <script>
    225225    <!--
    226226        var sc_project=<?php echo $sc_project; ?>;
     
    233233        "https://secure." : "http://www.");
    234234    //-->
    235 document.write("<sc"+"ript type='text/javascript' src='" +scJsHost +"statcounter.com/counter/counter.js'></"+"script>");
     235document.write("<sc"+"ript src='" +scJsHost +"statcounter.com/counter/counter.js'></"+"script>");
    236236</script>
    237237<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  
    55Requires at least: 2.0.2
    66Tested up to: 4.1.1
    7 Stable tag: 1.7.0
     7Stable tag: 1.7.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070
    7171== Changelog ==
     72
     73= 1.7.1 =
     74Removed unnecessary type attribute from script element
    7275
    7376= 1.7 =
Note: See TracChangeset for help on using the changeset viewer.