diff --git a/Main.php b/Main.php index 7eb3b65..b8cddd0 100644 --- a/Main.php +++ b/Main.php @@ -4,7 +4,7 @@ * Plugin URI: http://magicfields.org * Description: Create custom write panels and easily retrieve their values in your templates. * Author: Hunk - * Version: 1.7.2 + * Version: 1.7.3 * Author URI: http://magicfields.org * Text Domain: magic-fields * Domain Path: /languages diff --git a/README.markdown b/README.markdown index 8889d00..3ec31bf 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ * Authors: [Edgar Garcia](http://hunk.com.mx "Hunk") * Old contributors: [Astrata Software](http://astrata.mx) [Travis Hensgen](http://traversal.com.au/), [Jeff Minard](http://jrm.cc/ "Jeff Minard"), [Carlos Mendoza](http://http://github.com/kaziel/Magic-Fields "Carlos Mendoza"), Michael Bayard, [Doc4](doc4design.com/ "Doc4"), [David Valdez](http://gnuget.org "Gnuget") * Tested up to: Wordpress 4.5.2 -* Stable tag: 1.7.2 +* Stable tag: 1.7.3 * Description: Magic Fields is a feature rich WordPress CMS plugin. ## Donations @@ -22,6 +22,12 @@ Follow the following steps to install this plugin. ## Changelog ## +###1.7.3### +* change wp_load_image for wp_get_image_editor +* clean $_GET and $_POST +* fix "Authentication failed" message when the user it is not greater than contribuitor level +* fix warning in install and remove plugin + ###1.7.2### * add nonce in forms, thanks Burak Kelebek for the report * change if ( !wp_verify_nonce(..... for check_admin_referer diff --git a/readme.txt b/readme.txt index 340134c..f7cb568 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: custom write panel, custom, write panel, cms, magic fields Tested up to: Wordpress 4.5.2 Requires at least: 3.0 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: 1.7.2 +Stable tag: 1.7.3 Description: Magic Fields is a feature rich WordPress CMS plugin. == Description == @@ -30,6 +30,12 @@ Follow the following steps to install this plugin. == Changelog == += 1.7.3 = + * change wp_load_image for wp_get_image_editor + * clean $_GET and $_POST + * fix "Authentication failed" message when the user it is not greater than contribuitor level + * fix warning in install and remove plugin + = 1.7.2 = * add nonce in forms, thanks Burak Kelebek for the report * change if ( !wp_verify_nonce(..... for check_admin_referer