Changeset 706859
- Timestamp:
- 05/02/2013 09:53:35 AM (13 years ago)
- Location:
- oppso-unit-converter/trunk
- Files:
-
- 3 edited
-
js/oppso-converter.js (modified) (2 diffs)
-
oppso-unit-converter.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
oppso-unit-converter/trunk/js/oppso-converter.js
r696562 r706859 1 1 /** this converts **/ 2 3 4 2 5 3 jQuery(document).ready( 6 4 7 jQuery( "#oppso_convert").live("click",5 jQuery(document).on("click","#oppso_convert", 8 6 9 7 function() { … … 55 53 jQuery(document).ready( 56 54 57 jQuery( "#converter-selection .oppso-select").live("change",55 jQuery(document).on("change"," #converter-selection .oppso-select", 58 56 59 57 function() { -
oppso-unit-converter/trunk/oppso-unit-converter.php
r696562 r706859 8 8 Description: 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 9 9 10 Version: 1.1 10 Version: 1.1.1 11 11 12 12 Author: Dan Busuioc -
oppso-unit-converter/trunk/readme.txt
r696562 r706859 5 5 Requires at least: 3.3 6 6 Tested up to: 3.5.1 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 The plugin creates a shortcode so you can display these converters either in posts / pages or inside a sidebar within a text widget. 25 25 26 New features in version 1.1 26 New features in version 1.1.1 27 27 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+ 30 29 31 30 == Installation == … … 46 45 == Changelog == 47 46 47 = 1.1.1 = 48 * Fixed working with jQuery 1.9+ 49 48 50 = 1.1 = 49 51 * We added area & speed converter 50 52 * You can now choose to display a single conversion category or all of them. 53 54 51 55 52 56 == Upgrade notice ==
Note: See TracChangeset
for help on using the changeset viewer.