Plugin Directory

Changeset 912162


Ignore:
Timestamp:
05/11/2014 05:18:37 PM (12 years ago)
Author:
hunk
Message:

fixes for js alert and quantity in register post type

Location:
magic-fields-2/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • magic-fields-2/trunk/js/mf_field_base.js

    r761841 r912162  
    179179      submitHandler: function(form) {
    180180      $('#mf-publish-errors').remove();
     181      $(window).off( 'beforeunload.edit-post' );
    181182        form.submit();
    182183      }
  • magic-fields-2/trunk/main.php

    r906980 r912162  
    44Plugin URI: http://magicfields.org
    55Description: Create custom fields for your post types
    6 Version: 2.2.2
     6Version: 2.2.2.1
    77Author:  Hunk and Gnuget
    88Author URI: http://magicfields.org
  • magic-fields-2/trunk/mf_register.php

    r640332 r912162  
    7272
    7373      //add unique post type
    74       if ($p['core']['quantity']) {
     74      if (isset($p['core']['quantity']) && $p['core']['quantity'] == 1) {
    7575        array_push($mf_pt_unique, "edit.php?post_type=".$name);
    7676      }
  • magic-fields-2/trunk/readme.txt

    r906980 r912162  
    55Requires at least: 3.1
    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: 2.2.2
     7Stable tag: 2.2.2.1
    88Description:  Magic Fields 2 is a feature rich Wordpress CMS plugin
    99
     
    2626
    2727== Changelog ==
     28
     29= 2.2.2.1 =
     30* fix problem with quantity in register post type
     31* fix alert when update post
    2832
    2933= 2.2.2 =
Note: See TracChangeset for help on using the changeset viewer.