Skip to content

Commit

Permalink
tagging v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hunk committed Aug 4, 2016
1 parent b8788a1 commit 14066ad
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Magic Fields
* Plugin URI: http://magicfields.org
* Description: Create custom fields for your post types
* Version: 2.3.2.4
* Version: 2.3.3
* Author: Hunk
* Author URI: http://magicfields.org
* License: GPL2
Expand Down
15 changes: 14 additions & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
* Authors: [Edgar Garcia](http://hunk.com.mx "Hunk")
* Tested up to: Wordpress 4.2.2
* Requires at least: 3.1
* Stable tag: 2.3.2.4
* Stable tag: 2.3.3
* Description: Magic Fields 2 is a feature rich Wordpress CMS plugin
* License: GPLv2

## Donations

Please consider a donation, I spend part of my free time programming in Magic Fields. [Help this proyect](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)

##Description
Magic Fields 2 is a WordPress CMS plugin which is focused on improving the way how custom fields, post types and custom taxonomies are created in Wordpress.

Expand Down Expand Up @@ -38,6 +42,15 @@ Follow these steps to install MF2:

## Changelog ##


###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
* check_ajax_referer was added in upload image alternative
* Export Post Type now is json file :-)
* JSON_PRETTY_PRINT was added in export post type
* nonce was added all wp ajax calls

###2.3.2.4###
* fix problem with upload file field
* fix problem with get_image and gen_image, sorry
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
Stable tag: 2.3.2.4
Stable tag: 2.3.3
Description: Magic Fields 2 is a feature rich Wordpress CMS plugin

== Description ==
Expand All @@ -28,6 +28,14 @@ Follow this steps to install MF2

== Changelog ==

= 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
* check_ajax_referer was added in upload image alternative
* Export Post Type now is json file :-)
* JSON_PRETTY_PRINT was added in export post type
* nonce was added all wp ajax calls

= 2.3.2.4 =
* fix problem with upload file field
* fix problem with get_image and gen_image, sorry
Expand Down

0 comments on commit 14066ad

Please sign in to comment.