Plugin Directory

Changeset 706859


Ignore:
Timestamp:
05/02/2013 09:53:35 AM (13 years ago)
Author:
danbwb
Message:

tag 1.1.1

Location:
oppso-unit-converter/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • oppso-unit-converter/trunk/js/oppso-converter.js

    r696562 r706859  
    11/** this converts **/
    2 
    3 
    4 
     2 
    53jQuery(document).ready(
    64
    7     jQuery("#oppso_convert").live("click",
     5    jQuery(document).on("click","#oppso_convert",
    86
    97    function() {
     
    5553jQuery(document).ready(
    5654
    57         jQuery("#converter-selection .oppso-select").live("change",
     55        jQuery(document).on("change"," #converter-selection .oppso-select",
    5856
    5957        function() {
  • oppso-unit-converter/trunk/oppso-unit-converter.php

    r696562 r706859  
    88Description: Simple to use unit converter. It comes as a shortcode that you can use in a post / page or a text widget. Check the settings page for the shortcodes
    99
    10 Version: 1.1
     10Version: 1.1.1
    1111
    1212Author: Dan Busuioc
  • oppso-unit-converter/trunk/readme.txt

    r696562 r706859  
    55Requires at least: 3.3
    66Tested up to: 3.5.1
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2424The plugin creates a shortcode so you can display these converters either in posts / pages or inside a sidebar within a text widget.
    2525
    26 New features in version 1.1
     26New features in version 1.1.1
    2727
    28 * We added area & speed converter
    29 * You can now choose to display a single conversion category or all of them.
     28* Fixed working with jQuery 1.9+
    3029
    3130== Installation ==
     
    4645== Changelog ==
    4746
     47= 1.1.1 =
     48* Fixed working with jQuery 1.9+
     49
    4850= 1.1 =
    4951* We added area & speed converter
    5052* You can now choose to display a single conversion category or all of them.
     53
     54
    5155
    5256== Upgrade notice ==
Note: See TracChangeset for help on using the changeset viewer.