Plugin Directory

Changeset 901877


Ignore:
Timestamp:
04/24/2014 06:05:29 PM (12 years ago)
Author:
elebail
Message:

adding Brazilian Portuguese translation

Location:
wp-category-meta/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-category-meta/trunk/readme.txt

    r859189 r901877  
    11=== Category Meta plugin ===
    2 Contributors: Randy Hoyt, steveclarkcouk, Vitaliy Kukin, Eric Le Bail, Tom Ransom
     2Contributors: josecoelho, Randy Hoyt, steveclarkcouk, Vitaliy Kukin, Eric Le Bail, Tom Ransom
    33Donate link: #
    44Tags: category,meta,category meta,admin,plugin,image,icon,images,icons,category icon,category image,taxonomy metadata,taxonomy meta,custom taxonomy meta
    55Requires at least: 2.8
    66Tested up to: 3.4.2
    7 Stable tag: 1.2.7
     7Stable tag: 1.2.8
    88
    99Add the ability to attach meta data to the wordpress categories and terms.
     
    2121
    2222== Update Log ==
     231.2.8 : Add Brazilian Portuguesetranslation thanks to josecoelho
     24
    23251.2.7 : Small fix to make the image fields work in WordPress 3.4.
    2426
  • wp-category-meta/trunk/views/options.php

    r859189 r901877  
    33Class wptm_admin {
    44
    5     var $version = '1.2.4';
     5    var $version = '1.2.8';
    66
    77    function wptm_admin() {
  • wp-category-meta/trunk/wp-category-meta.php

    r859189 r901877  
    33 * Plugin Name: wp-category-meta
    44 * Description: Add the ability to attach meta to the Wordpress categories
    5  * Version: 1.2.7
    6  * Author: Randy Hoyt, steveclarkcouk, Vitaliy Kukin, Eric Le Bail, Tom Ransom
     5 * Version: 1.2.8
     6 * Author: josecoelho, Randy Hoyt, steveclarkcouk, Vitaliy Kukin, Eric Le Bail, Tom Ransom
    77 * Author URI: http://randyhoyt.com/
    88 *
Note: See TracChangeset for help on using the changeset viewer.