diff --git a/main.php b/main.php index 7e5b407..88a7455 100644 --- a/main.php +++ b/main.php @@ -3,7 +3,7 @@ * Plugin Name: Magic Fields * Plugin URI: http://magicfields.org * Description: Create custom fields for your post types - * Version: 2.3.3 + * Version: 2.3.3.1 * Author: Hunk * Author URI: http://magicfields.org * License: GPL2 diff --git a/readme.markdown b/readme.markdown index e7f2fab..acd50e4 100644 --- a/readme.markdown +++ b/readme.markdown @@ -3,7 +3,7 @@ * Authors: [Edgar Garcia](http://hunk.com.mx "Hunk") * Tested up to: Wordpress 4.2.2 * Requires at least: 3.1 -* Stable tag: 2.3.3 +* Stable tag: 2.3.3.1 * Description: Magic Fields 2 is a feature rich Wordpress CMS plugin * License: GPLv2 @@ -42,6 +42,10 @@ Follow these steps to install MF2: ## Changelog ## +###2.3.3.1### +* fix Url convert to relative url, Fixes #249 +* fix from tfood to tfoot +* remove pr in escape_data function, sorry ###2.3.3### * nonce was added in forms, thanks Burak Kelebek for the report diff --git a/readme.txt b/readme.txt index a094d70..62dd632 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: cms, post types, fields, taxonomies, custom fields, admin, advanced, edit, Tested up to: Wordpress 4.2.2 Requires at least: 3.1 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 -Stable tag: 2.3.3 +Stable tag: 2.3.3.1 Description: Magic Fields 2 is a feature rich Wordpress CMS plugin == Description == @@ -28,6 +28,11 @@ Follow this steps to install MF2 == Changelog == += 2.3.3.1 = +* fix Url convert to relative url, Fixes #249 +* fix from tfood to tfoot +* remove pr in escape_data function, sorry + = 2.3.3 = * nonce was added in forms, thanks Burak Kelebek for the report * In import post type change wp_verify_nonce for check_admin_referer