Changeset 763762
- Timestamp:
- 08/28/2013 05:53:06 PM (13 years ago)
- Location:
- magic-fields/trunk
- Files:
-
- 5 edited
-
MF_Constant.php (modified) (1 diff)
-
Main.php (modified) (1 diff)
-
js/custom_fields/media_image.js (modified) (1 diff)
-
js/groups.js (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-fields/trunk/MF_Constant.php
r412160 r763762 22 22 define("MF_PATH", dirname(__FILE__)); 23 23 24 define("MF_URI", WP_CONTENT_URL.$mfpath[1]);24 define("MF_URI", plugin_dir_url(__FILE__)); 25 25 define("MF_URI_RELATIVE", 'wp-content'.$mfpath[1]); 26 26 define("PHPTHUMB",MF_URI."thirdparty/phpthumb/phpThumb.php"); -
magic-fields/trunk/Main.php
r653751 r763762 5 5 Description: Create custom write panels and easily retrieve their values in your templates. 6 6 Author: Hunk and Gnuget 7 Version: 1.6.1 7 Version: 1.6.1.1 8 8 Author URI: http://magicfields.org 9 9 */ -
magic-fields/trunk/js/custom_fields/media_image.js
r498304 r763762 9 9 }); 10 10 11 jQuery(' .update_field_media_upload').live('click',function(){11 jQuery('body').on("click", ".update_field_media_upload",function(){ 12 12 window.mf_field_id = jQuery(this).attr('id'); 13 13 }); -
magic-fields/trunk/js/groups.js
r412160 r763762 730 730 </div>'; 731 731 732 $( 'small.tip').live("mouseenter", function(event) {732 $(document).on("mouseenter",'small.tip', function(event) { 733 733 var el = $(this); 734 734 -
magic-fields/trunk/readme.txt
r653753 r763762 2 2 Contributors: hunk, Gnuget 3 3 Tags: custom write panel, custom, write panel, cms, magic fields 4 Tested up to: Wordpress 3. 54 Tested up to: Wordpress 3.6 5 5 Requires at least: 2.9 6 6 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=edgar%40programador%2ecom&lc=GB&item_name=Donation%20Magic%20Fields¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest 7 Stable tag: 1.6.1 7 Stable tag: 1.6.1.1 8 8 Description: Magic Fields is a feature rich WordPress CMS plugin. 9 9 … … 28 28 29 29 == Changelog == 30 31 = 1.6.1.1 = 32 * fix issue image media (WP 3.6) 30 33 31 34 = 1.6.1 = … … 44 47 = 1.5.8.3 = 45 48 * Add jquery.stringToSlug.min.js file 49 46 50 47 51 = 1.5.8.2 =
Note: See TracChangeset
for help on using the changeset viewer.