Plugin Directory

Changeset 199891


Ignore:
Timestamp:
01/30/2010 05:37:01 PM (16 years ago)
Author:
djenzoes55
Message:
 
Location:
es-custom-fields-interface/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • es-custom-fields-interface/trunk/config.txt

    r182542 r199891  
    11;
    2 ;"Es_Custom_Fields_Interface" Ultimo aggiornamento 26/11/2009 Vers. 3.10
     2;"es-custom-fields-interface" Ultimo aggiornamento 30/01/2010 Vers. 3.20
    33;file di configurazione di esempio
    44;config.txt
     
    6262color = blue
    6363
    64 [textchil_link_to]
     64[textchild_link_to]
    6565page=post
    6666label = Link custom
  • es-custom-fields-interface/trunk/es_cfi.class.php

    r182542 r199891  
    11<?php
    22/*
    3 Es_Custom_Fields_Interface
     3es-custom-fields-interface
    44es_cfi_class
    55Author: Enzo Sforna
    66This file is released under GPL
    7 Last update 10/12/2009
    8 Vers. 3.10
     7Last update 30/01/2010
     8Vers. 3.20
    99
    1010****************************
  • es-custom-fields-interface/trunk/es_cfi.js

    r182542 r199891  
    11/*
    2 
    32* Custom Field GUI Utility 2.1.0
    4 
    53*
    6 
    74* Copyright (c) 2008-2009 Tomohiro Okuwaki
    8 
    95* Licensed under the MIT License:
    10 
    116* http://www.opensource.org/licenses/mit-license.php
    12 
    137*
    14 
    158* Since:       2008-10-15
    16 
    179* Last Update: 2009-07-09
    18 
    1910*
    20 
    2111* jQuery 1.3.2
    22 
    2312* Facebox 1.2
    24 
    2513* cookie.js
    26 
    2714*
    28 
    2915* Modificato da Enzo Sforna
    30 
    3116* Ultimo aggiornamento 22/09/2009
    32 
     17* ES Custom Fields Interface  Version: 3.20 30/01/2010
    3318*/
    3419
     
    223208    var admin_url = location.href;
    224209
    225     var images_url = admin_url.replace(/(http.+)(wp-admin)(.+)/,'$1') + 'wp-content/plugins/es_custom_fields_interface/images/';
     210    var images_url = admin_url.replace(/(http.+)(wp-admin)(.+)/,'$1') + 'wp-content/plugins/es-custom-fields-interface/images/';
    226211
    227212    var cancel_png = images_url + 'cancel.png';
  • es-custom-fields-interface/trunk/readme.txt

    r182542 r199891  
    1 === ES Custom Fields Interface  Version: 3.10 ===
     1=== ES Custom Fields Interface  Version: 3.20 ===
    22Plugin URI: http://cmsus.wordpress.com/es-custom-fields-interface/
    33Contributors: Enzo Sforna
     
    55Tags: custom fields, interface
    66Requires at least: 2.6.0
    7 Tested up to: 2.8.6
    8 Stable tag: 3.10
     7Tested up to: 2.9.x
     8Stable tag: 3.20
    99
    1010This plugin adds form element(s) in Write Post panel and/or Write Page panel, which act as a custom field(s) of Post and/or Page.
     
    119119
    120120== Installation ==
    121 Unpack the file "es_custom_fields_interface.zip"
     121Unpack the file "es-custom-fields-interface.zip"
    122122For change language copy language.xx in language.js (partial translation)
    123 Upload the folder "es_custom_fields_interface" to "wp-content/plugins/."
     123Upload the folder "es-custom-fields-interface" to "wp-content/plugins/."
    124124Activate from WP's Plugin Management page.
    125125
Note: See TracChangeset for help on using the changeset viewer.