Plugin Directory

Changeset 912166


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

fixes for js alert

Location:
magic-fields/trunk
Files:
3 edited

Legend:

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

    r906974 r912166  
    55Description: Create custom write panels and easily retrieve their values in your templates.
    66Author: Hunk and Gnuget
    7 Version: 1.6.2
     7Version: 1.6.2.1
    88Author URI: http://magicfields.org
    99*/
  • magic-fields/trunk/js/custom_fields/validate.js

    r314766 r912166  
    1010            submitHandler: function(form) {
    1111              $('#mf-publish-errors').remove();
     12          $(window).off( 'beforeunload.edit-post' );
    1213          form.submit();
    1314          },
  • magic-fields/trunk/readme.txt

    r906974 r912166  
    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.2
     7Stable tag: 1.6.2.1
    88Description: Magic Fields  is a feature rich WordPress CMS plugin.
    99
     
    2828
    2929== Changelog ==
     30
     31= 1.6.2.1 =
     32    * fix alert when update post
    3033
    3134= 1.6.2 =
Note: See TracChangeset for help on using the changeset viewer.