Plugin Directory

Changeset 558157


Ignore:
Timestamp:
06/14/2012 08:35:15 PM (14 years ago)
Author:
captbrogers
Message:

Tested for 3.4 release of Wordpress

Location:
wp-slider-captcha/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-slider-captcha/trunk/readme.txt

    r542700 r558157  
    44Tags: comments, anti-spam, jquery ui, slider
    55Requires at least: 3.0
    6 Tested up to: 3.3.2
    7 Stable tag: 0.1
     6Tested up to: 3.4
     7Stable tag: 1.0.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    3737== Changelog ==
    3838
     39= 1.0.1 =
     40Tested with Wordpress version 3.4, worked as expect.
     41
    3942= 0.1 =
    4043Very basic usage, shouldn't have any problems.
  • wp-slider-captcha/trunk/wp-slider-captcha.php

    r542700 r558157  
    55    Plugin URI: http://ditoforge.com/
    66    Description: jQuery UI Slider Captcha
    7     Version: 1.0
     7    Version: 1.1
    88    Author: Brian J. Rogers
    99    Author URI: http://ditoforge.com
     
    1818            plugins_url('/wp-slider-captcha/wp-slider-captcha.js'),
    1919            array('jquery', 'jquery-ui'),
    20             '1.0'
     20            '1.1'
    2121        );
    2222       
     
    2929        wp_enqueue_style('wp-slider-captcha');
    3030       
    31         add_action('wp_enqueue_scripts', 'required_scripts');
     31        //add_action('wp_enqueue_scripts', 'required_scripts');
    3232        wp_enqueue_script('wp_slider_captcha');
    3333    }
    3434   
    35     function required_scripts() {
     35    /*function required_scripts() {
    3636        wp_deregister_script('jquery');
    3737        wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js');
     
    4141        wp_register_script('jquery-ui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js');
    4242        wp_enqueue_script('jquery-ui');
    43     }   
     43    }*/
    4444 
    4545
Note: See TracChangeset for help on using the changeset viewer.