Skip to content

Commit 14066ad

Browse files
committed
tagging v2.3.3
1 parent b8788a1 commit 14066ad

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Magic Fields
44
* Plugin URI: http://magicfields.org
55
* Description: Create custom fields for your post types
6-
* Version: 2.3.2.4
6+
* Version: 2.3.3
77
* Author: Hunk
88
* Author URI: http://magicfields.org
99
* License: GPL2

readme.markdown

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
* Authors: [Edgar Garcia](http://hunk.com.mx "Hunk")
44
* Tested up to: Wordpress 4.2.2
55
* Requires at least: 3.1
6-
* Stable tag: 2.3.2.4
6+
* Stable tag: 2.3.3
77
* Description: Magic Fields 2 is a feature rich Wordpress CMS plugin
88
* License: GPLv2
99

10+
## Donations
11+
12+
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)
13+
1014
##Description
1115
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.
1216

@@ -38,6 +42,15 @@ Follow these steps to install MF2:
3842

3943
## Changelog ##
4044

45+
46+
###2.3.3###
47+
* nonce was added in forms, thanks Burak Kelebek for the report
48+
* In import post type change wp_verify_nonce for check_admin_referer
49+
* check_ajax_referer was added in upload image alternative
50+
* Export Post Type now is json file :-)
51+
* JSON_PRETTY_PRINT was added in export post type
52+
* nonce was added all wp ajax calls
53+
4154
###2.3.2.4###
4255
* fix problem with upload file field
4356
* fix problem with get_image and gen_image, sorry

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: cms, post types, fields, taxonomies, custom fields, admin, advanced, edit,
44
Tested up to: Wordpress 4.2.2
55
Requires at least: 3.1
66
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
7-
Stable tag: 2.3.2.4
7+
Stable tag: 2.3.3
88
Description: Magic Fields 2 is a feature rich Wordpress CMS plugin
99

1010
== Description ==
@@ -28,6 +28,14 @@ Follow this steps to install MF2
2828

2929
== Changelog ==
3030

31+
= 2.3.3 =
32+
* nonce was added in forms, thanks Burak Kelebek for the report
33+
* In import post type change wp_verify_nonce for check_admin_referer
34+
* check_ajax_referer was added in upload image alternative
35+
* Export Post Type now is json file :-)
36+
* JSON_PRETTY_PRINT was added in export post type
37+
* nonce was added all wp ajax calls
38+
3139
= 2.3.2.4 =
3240
* fix problem with upload file field
3341
* fix problem with get_image and gen_image, sorry

0 commit comments

Comments
 (0)