Changeset 912162
- Timestamp:
- 05/11/2014 05:18:37 PM (12 years ago)
- Location:
- magic-fields-2/trunk
- Files:
-
- 4 edited
-
js/mf_field_base.js (modified) (1 diff)
-
main.php (modified) (1 diff)
-
mf_register.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-fields-2/trunk/js/mf_field_base.js
r761841 r912162 179 179 submitHandler: function(form) { 180 180 $('#mf-publish-errors').remove(); 181 $(window).off( 'beforeunload.edit-post' ); 181 182 form.submit(); 182 183 } -
magic-fields-2/trunk/main.php
r906980 r912162 4 4 Plugin URI: http://magicfields.org 5 5 Description: Create custom fields for your post types 6 Version: 2.2.2 6 Version: 2.2.2.1 7 7 Author: Hunk and Gnuget 8 8 Author URI: http://magicfields.org -
magic-fields-2/trunk/mf_register.php
r640332 r912162 72 72 73 73 //add unique post type 74 if ( $p['core']['quantity']) {74 if (isset($p['core']['quantity']) && $p['core']['quantity'] == 1) { 75 75 array_push($mf_pt_unique, "edit.php?post_type=".$name); 76 76 } -
magic-fields-2/trunk/readme.txt
r906980 r912162 5 5 Requires at least: 3.1 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: 2.2.2 7 Stable tag: 2.2.2.1 8 8 Description: Magic Fields 2 is a feature rich Wordpress CMS plugin 9 9 … … 26 26 27 27 == Changelog == 28 29 = 2.2.2.1 = 30 * fix problem with quantity in register post type 31 * fix alert when update post 28 32 29 33 = 2.2.2 =
Note: See TracChangeset
for help on using the changeset viewer.