Plugin Directory

Changeset 763762


Ignore:
Timestamp:
08/28/2013 05:53:06 PM (13 years ago)
Author:
hunk
Message:

new tag 1.6.1.1

Location:
magic-fields/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • magic-fields/trunk/MF_Constant.php

    r412160 r763762  
    2222define("MF_PATH", dirname(__FILE__));
    2323
    24 define("MF_URI", WP_CONTENT_URL.$mfpath[1]);
     24define("MF_URI", plugin_dir_url(__FILE__));
    2525define("MF_URI_RELATIVE", 'wp-content'.$mfpath[1]);
    2626define("PHPTHUMB",MF_URI."thirdparty/phpthumb/phpThumb.php");
  • magic-fields/trunk/Main.php

    r653751 r763762  
    55Description: Create custom write panels and easily retrieve their values in your templates.
    66Author: Hunk and Gnuget
    7 Version: 1.6.1
     7Version: 1.6.1.1
    88Author URI: http://magicfields.org
    99*/
  • magic-fields/trunk/js/custom_fields/media_image.js

    r498304 r763762  
    99  });
    1010   
    11     jQuery('.update_field_media_upload').live('click', function(){
     11    jQuery('body').on("click", ".update_field_media_upload",function(){
    1212       window.mf_field_id = jQuery(this).attr('id');
    1313    });
  • magic-fields/trunk/js/groups.js

    r412160 r763762  
    730730    </div>';
    731731
    732     $('small.tip').live("mouseenter", function(event) {
     732    $(document).on("mouseenter",'small.tip', function(event) {
    733733      var el = $(this);
    734734
  • magic-fields/trunk/readme.txt

    r653753 r763762  
    22Contributors: hunk, Gnuget
    33Tags: custom write panel, custom, write panel, cms, magic fields
    4 Tested up to: Wordpress 3.5
     4Tested up to: Wordpress 3.6
    55Requires at least: 2.9
    66Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=edgar%40programador%2ecom&lc=GB&item_name=Donation%20Magic%20Fields&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
    7 Stable tag: 1.6.1
     7Stable tag: 1.6.1.1
    88Description: Magic Fields  is a feature rich WordPress CMS plugin.
    99
     
    2828
    2929== Changelog ==
     30
     31= 1.6.1.1 =
     32    * fix issue image media (WP 3.6)
    3033
    3134= 1.6.1 =
     
    4447= 1.5.8.3 =
    4548    * Add jquery.stringToSlug.min.js file
     49   
    4650   
    4751= 1.5.8.2 =
Note: See TracChangeset for help on using the changeset viewer.