Plugin Directory

Changeset 180960


Ignore:
Timestamp:
12/08/2009 06:46:41 PM (16 years ago)
Author:
Gnuget
Message:

new tag 1.3.1

Location:
magic-fields
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • magic-fields/tags/1.3.1/Main.php

    r180378 r180960  
    55Description: Create custom write panels and easily retrieve their values in your templates.
    66Author: Hunk and Gnuget
    7 Version: 1.3
     7Version: 1.3.1
    88Author URI: http://magicfields.org
    99*/
     
    168168
    169169add_action('edit_form_advanced','put_write_panel_id');
     170add_action('edit_page_form','put_write_panel_id');
    170171
    171172/**
  • magic-fields/tags/1.3.1/readme.txt

    r180661 r180960  
    55Requires at least: 2.7
    66Donate 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: 1.3
     7Stable tag: 1.3.1
    88Description: Magic Fields  is a feature rich WordPress CMS plugin.
    99
     
    2727
    2828== Changelog ==
     29
     30= 1.3.1 =
     31* Fix critical bug in write panels type page
    2932
    3033= 1.3 =
  • magic-fields/trunk/Main.php

    r180378 r180960  
    55Description: Create custom write panels and easily retrieve their values in your templates.
    66Author: Hunk and Gnuget
    7 Version: 1.3
     7Version: 1.3.1
    88Author URI: http://magicfields.org
    99*/
     
    168168
    169169add_action('edit_form_advanced','put_write_panel_id');
     170add_action('edit_page_form','put_write_panel_id');
    170171
    171172/**
  • magic-fields/trunk/readme.txt

    r180661 r180960  
    55Requires at least: 2.7
    66Donate 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: 1.3
     7Stable tag: 1.3.1
    88Description: Magic Fields  is a feature rich WordPress CMS plugin.
    99
     
    2727
    2828== Changelog ==
     29
     30= 1.3.1 =
     31* Fix critical bug in write panels type page
    2932
    3033= 1.3 =
Note: See TracChangeset for help on using the changeset viewer.