Plugin Directory

Changeset 437512


Ignore:
Timestamp:
09/13/2011 03:49:35 PM (15 years ago)
Author:
Bloafer
Message:

0.1.1 update

Location:
lime/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lime/trunk/core/google.php

    r437069 r437512  
    8484        $google_foot_code[] = 'var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");';
    8585        $google_foot_code[] = 'document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));';
     86        $google_foot_code[] = '</script>';
     87        $google_foot_code[] = '<script type="text/javascript">';
    8688        $google_foot_code[] = 'try {';
    8789        $google_foot_code[] = 'var pageTracker = _gat._getTracker("' . $ga_id . '");';
  • lime/trunk/lime.php

    r437079 r437512  
    77Plugin URI: http://studio.bloafer.com/wordpress-plugins/weird-lime/
    88Description: Lime is a wierd name for a plugin, but this plugin is no average plugin.
    9 Version: 0.1
     9Version: 0.1.1
    1010Author: Kerry James
    1111Author URI: http://studio.bloafer.com/
     
    2020if ( !class_exists( 'Lime' ) ) {
    2121    class Lime{
    22         var $version = "0.1";
     22        var $version = "0.1.1";
    2323        var $core = array();
    2424        var $core_root = false;
  • lime/trunk/readme.txt

    r437076 r437512  
    44Plugin URI: http://studio.bloafer.com/wordpress-plugins/weird-lime/
    55Description: Lime is a wierd name for a plugin, but this plugin is no average plugin.
    6 Version: 0.1
     6Version: 0.1.1
    77Author: Kerry James
    88Author URI: http://studio.bloafer.com/
     
    2828== Changelog ==
    2929
     30= 0.1.1 =
     31* Fixed Google Bug
    3032= 0.1 =
    3133* Added Google Toolkit
Note: See TracChangeset for help on using the changeset viewer.