Plugin Directory

Changeset 854324


Ignore:
Timestamp:
02/09/2014 05:53:28 PM (12 years ago)
Author:
ntm
Message:

stable tag to v1.2.7

Location:
custom-field-list-widget
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • custom-field-list-widget/tags/1.2.7/readme.txt

    r854315 r854324  
    44Requires at least: 2.7
    55Tested up to: 3.8.1
    6 Stable tag: 1.2.6
     6Stable tag: 1.2.7
    77
    88This plugin creates lists of custom field information in the form of sidebar widgets.
  • custom-field-list-widget/tags/1.2.7/widget_custom_field_list.php

    r854315 r854324  
    55Description: This plugin creates sidebar widgets with lists of the values of a custom field (name). The listed values can be (hyper-)linked in different ways.
    66Author: Tim Berger
    7 Version: 1.2.7 beta
     7Version: 1.2.7
    88Author URI: http://undeuxoutrois.de/
    99Min WP Version: 2.7
     
    882882                            $nr_meta_values = count($meta_values);
    883883                        }
    884                            
    885                    
    886 printphpnotices_var_dump($meta_values);
    887 
     884                       
    888885                        if ( 0 < $nr_meta_values ) {
    889886                            if ( 'alphabetically' === $opt['sortby'] AND 'lastword' === $opt['orderelement'] ) {
  • custom-field-list-widget/trunk/readme.txt

    r854315 r854324  
    44Requires at least: 2.7
    55Tested up to: 3.8.1
    6 Stable tag: 1.2.6
     6Stable tag: 1.2.7
    77
    88This plugin creates lists of custom field information in the form of sidebar widgets.
  • custom-field-list-widget/trunk/widget_custom_field_list.php

    r854315 r854324  
    55Description: This plugin creates sidebar widgets with lists of the values of a custom field (name). The listed values can be (hyper-)linked in different ways.
    66Author: Tim Berger
    7 Version: 1.2.7 beta
     7Version: 1.2.7
    88Author URI: http://undeuxoutrois.de/
    99Min WP Version: 2.7
     
    882882                            $nr_meta_values = count($meta_values);
    883883                        }
    884                            
    885                    
    886 printphpnotices_var_dump($meta_values);
    887 
     884                       
    888885                        if ( 0 < $nr_meta_values ) {
    889886                            if ( 'alphabetically' === $opt['sortby'] AND 'lastword' === $opt['orderelement'] ) {
Note: See TracChangeset for help on using the changeset viewer.