Plugin Directory

Changeset 726875


Ignore:
Timestamp:
06/15/2013 08:50:28 AM (13 years ago)
Author:
elzahlan
Message:
  • Bug fix in js for Wordpress media uploader.
Location:
categories-images
Files:
132 added
11 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • categories-images/trunk/categories-images.php

    r726519 r726875  
    55Description: Categories Images Plugin allow you to add an image to category or any custom term.
    66Author: Muhammad Said El Zahlan
    7 Version: 2.3
     7Version: 2.3.1
    88Author URI: http://zahlan.net/
    99*/
     
    9090        jQuery(document).ready(function($) {
    9191            var wordpress_ver = "'.get_bloginfo("version").'", upload_button;
    92             $(".z_upload_image_button").click(function() {
     92            $(".z_upload_image_button").click(function(event) {
    9393                upload_button = $(this);
    9494                var frame;
  • categories-images/trunk/readme.txt

    r726519 r726875  
    44Requires at least: 2.8
    55Tested up to: 3.5.1
    6 Stable tag: 2.3
     6Stable tag: 2.3.1
    77
    88The Categories Images Plugin allow you to add image with category or taxonomy.
     
    5757== Changelog ==
    5858
     59= 2.3.1 =
     60* Bug fix in js for Wordpress media uploader.
     61
    5962= 2.3 =
    6063* New screenshots.
Note: See TracChangeset for help on using the changeset viewer.