Plugin Directory

Changeset 776279


Ignore:
Timestamp:
09/21/2013 07:50:41 AM (13 years ago)
Author:
commentluv
Message:

2.93 to remove deprecated .live function call from the javascript

Location:
commentluv
Files:
150 added
3 edited

Legend:

Unmodified
Added
Removed
  • commentluv/trunk/commentluv.php

    r772309 r776279  
    33Plugin URI: http://comluv.com/
    44Description: Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
    5 Version: 2.92.9
     5Version: 2.93
    66Author: Andy Bailey
    77Author URI: http://www.commentluv.com
     
    2929        var $plugin_dir;
    3030        var $db_option = 'commentluv_options';
    31         var $version = "2.92.9";
     31        var $version = "2.93";
    3232        var $slug = 'commentluv-options';
    3333        var $localize;
     
    871871            $rss->init();
    872872            $su = $rss->subscribe_url();
    873             $ferror = $rss->error();
     873            $ferror = $rss->error(); 
    874874            // try a fall back and add /?feed=rss2 to the end of url if the found subscribe url hasn't already got it
    875875            // also try known blogspot feed location if this is a blogspot url
  • commentluv/trunk/js/commentluv.js

    r760544 r776279  
    6464    jQuery("body").append('<span id="heart_tip_big" style="display: none;position:absolute; z-index: 1001; background-color: ' + cl_settings['infoback'] + '; color: ' + cl_settings['infotext'] + '; width: 62px;"></span>');
    6565    // hover over to see raw file wrapper open
    66     jQuery('.rawfilewrap').live('hover',function(){
     66    //jQuery('.rawfilewrap').live('hover',function(){
     67    jQuery('#commentluv').on('hover','.rawfilewrap',function(){
    6768        jQuery('.rawfile').toggle();
    6869    });
  • commentluv/trunk/readme.txt

    r772309 r776279  
    55Requires at least: 3.0
    66Tested up to: 3.6.1
    7 Stable tag: 2.92.9
     7Stable tag: 2.93
    88   
    99Reward your readers by automatically placing a link to their last blog post at the end of their comment. Encourage a community and discover new posts.
     
    8888== ChangeLog ==
    8989
     90= 2.93 =
     91
     92* fixed : removed deprecated .live from javascript
     93
    9094= 2.92.9 =
    9195
     
    402406== Upgrade Notice ==
    403407
    404 = 2.92.9 =
     408= 2.93 =
    405409                                                                   
    406 updated compatibility
     410updated javascript compatibility
    407411
    408412== Configuration ==
Note: See TracChangeset for help on using the changeset viewer.