Plugin Directory

Changeset 864147


Ignore:
Timestamp:
02/24/2014 04:10:30 PM (12 years ago)
Author:
doodlebee
Message:

Another attempt at updating this plugin.

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

Legend:

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

    r855691 r864147  
    55Description: Make your multi-level comment replies show on demand with a slick jQuery slideToggle() action.
    66Author: Shelly Cole
    7 Version: 1.2.1
     7Version: 1.2.2
    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', '//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js', array('jquery'), '', true); // easing
     134    wp_enqueue_script('easing', plugins_url('js/jquery-easing.1.3.js', __FILE__), 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

    r855691 r864147  
    55Requires at least: 3.0
    66Tested up to: 3.8.1
    7 Stable tag: trunk
     7Stable tag: 1.2.2
    88License: GPLv2 or later
    99
     
    7777== Changelog ==
    7878
     79= 1.2.2 =
     80* further troubleshoting issues with the repository.  Discovered the CDN is not allowed to be added to the plugin, so have reverted back to including the jQuery easing js file.
     81
    7982= 1.2.1 =
    8083* 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.
     
    115118== Upgrade Notice ==
    116119
    117 = 1.2.1 =
     120= 1.2.2 =
    118121** IMPORTANT ** bb_list_comments() is now deprecated.  You WILL need to switch back to wp_list_comments() in your theme files.  This should fix the old conflict issue with Spam Free Wordpress.
     122
     123I sincerely apologize for the issus with the plugin for the past few weeks.  I've been working with the WP team to try and sort out why these issues continue to occur.  Hopefully this release finally has everything repaired and things can go on as normal.
    119124
    120125
Note: See TracChangeset for help on using the changeset viewer.