Changeset 901877
- Timestamp:
- 04/24/2014 06:05:29 PM (12 years ago)
- Location:
- wp-category-meta/trunk
- Files:
-
- 2 added
- 3 edited
-
lang/wp-category-meta-pt_BR.mo (added)
-
lang/wp-category-meta-pt_BR.po (added)
-
readme.txt (modified) (2 diffs)
-
views/options.php (modified) (1 diff)
-
wp-category-meta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-category-meta/trunk/readme.txt
r859189 r901877 1 1 === Category Meta plugin === 2 Contributors: Randy Hoyt, steveclarkcouk, Vitaliy Kukin, Eric Le Bail, Tom Ransom2 Contributors: josecoelho, Randy Hoyt, steveclarkcouk, Vitaliy Kukin, Eric Le Bail, Tom Ransom 3 3 Donate link: # 4 4 Tags: category,meta,category meta,admin,plugin,image,icon,images,icons,category icon,category image,taxonomy metadata,taxonomy meta,custom taxonomy meta 5 5 Requires at least: 2.8 6 6 Tested up to: 3.4.2 7 Stable tag: 1.2. 77 Stable tag: 1.2.8 8 8 9 9 Add the ability to attach meta data to the wordpress categories and terms. … … 21 21 22 22 == Update Log == 23 1.2.8 : Add Brazilian Portuguesetranslation thanks to josecoelho 24 23 25 1.2.7 : Small fix to make the image fields work in WordPress 3.4. 24 26 -
wp-category-meta/trunk/views/options.php
r859189 r901877 3 3 Class wptm_admin { 4 4 5 var $version = '1.2. 4';5 var $version = '1.2.8'; 6 6 7 7 function wptm_admin() { -
wp-category-meta/trunk/wp-category-meta.php
r859189 r901877 3 3 * Plugin Name: wp-category-meta 4 4 * Description: Add the ability to attach meta to the Wordpress categories 5 * Version: 1.2. 76 * Author: Randy Hoyt, steveclarkcouk, Vitaliy Kukin, Eric Le Bail, Tom Ransom5 * Version: 1.2.8 6 * Author: josecoelho, Randy Hoyt, steveclarkcouk, Vitaliy Kukin, Eric Le Bail, Tom Ransom 7 7 * Author URI: http://randyhoyt.com/ 8 8 *
Note: See TracChangeset
for help on using the changeset viewer.