Plugin Directory

Changeset 855691


Ignore:
Timestamp:
02/11/2014 04:05:16 PM (12 years ago)
Author:
doodlebee
Message:

Trying to update 1.2.1 again to remove js files and calls

Location:
jquery-expandable-comments/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • jquery-expandable-comments/trunk/jQuery-comments.php

    r822609 r855691  
    55Description: Make your multi-level comment replies show on demand with a slick jQuery slideToggle() action.
    66Author: Shelly Cole
    7 Version: 1.2
     7Version: 1.2.1
    88Author URI: http://brassblogs.com
    99
     
    132132function bb_start_jquery() {
    133133    wp_enqueue_script('jquery'); //get that jQuery started up
    134     wp_enqueue_script('easing', plugins_url('js/jquery-easing.1.3.js', __FILE__), array('jquery'), '', true); // easing
     134    wp_enqueue_script('easing', '//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js', array('jquery'), '', true); // easing
    135135    wp_enqueue_script('bb_toggle_kids', plugins_url('js/bb-toggle-kids.js', __FILE__),  array('jquery'), '', true); // actual show/hide script
    136136    wp_localize_script('bb_toggle_kids', 'bb_toggle_vars', bb_localize_vars()); // localize the script
  • jquery-expandable-comments/trunk/readme.txt

    r824219 r855691  
    44Tags: jQuery, comments, expand, replies
    55Requires at least: 3.0
    6 Tested up to: 3.8
     6Tested up to: 3.8.1
    77Stable tag: trunk
    88License: GPLv2 or later
     
    7777== Changelog ==
    7878
     79= 1.2.1 =
     80* had some issues with updating the WordPress repository (for some reason, wouldn't upload certain files, refused to delete others). Finally got it all sorted.  Sorry for the delay.
     81
    7982= 1.2 =
    8083* removed local jquery easing library, reverted to cdn
Note: See TracChangeset for help on using the changeset viewer.