Skip to content

Commit

Permalink
tagging V1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hunk committed Aug 4, 2016
1 parent 27fe708 commit 8f7d34c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
* Version: 1.7.2
* Author URI: http://magicfields.org
* Text Domain: magic-fields
* Domain Path: /languages
Expand Down
11 changes: 10 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
* 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.1
* Stable tag: 1.7.2
* Description: Magic Fields is a feature rich WordPress CMS plugin.

## 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 is a feature rich WordPress CMS plugin that focuses on easy templating for the developer and simplifies content management for the admin by creating custom write panels that can be fully customized (radio buttons, file uploads, image uploads, checkboxes, etc).
Expand All @@ -18,6 +22,11 @@ Follow the following steps to install this plugin.

## Changelog ##

###1.7.2###
* add nonce in forms, thanks Burak Kelebek for the report
* change if ( !wp_verify_nonce(..... for check_admin_referer


###1.7.1###
* remove markitup pack and replace with the complete js. remove markdown Preview and replace the preview with the default template
* get image media info call now uses wp ajax
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
Stable tag: 1.7.1
Stable tag: 1.7.2
Description: Magic Fields is a feature rich WordPress CMS plugin.

== Description ==
Expand All @@ -30,6 +30,10 @@ Follow the following steps to install this plugin.

== Changelog ==

= 1.7.2 =
* add nonce in forms, thanks Burak Kelebek for the report
* change if ( !wp_verify_nonce(..... for check_admin_referer

= 1.7.1 =
* remove markitup pack and replace with the complete js. remove markdown Preview and replace the preview with the default template
* get image media info call now uses wp ajax
Expand Down

0 comments on commit 8f7d34c

Please sign in to comment.