Plugin Directory

Changeset 1575488


Ignore:
Timestamp:
01/16/2017 08:37:55 AM (9 years ago)
Author:
thapa.laxman
Message:

bug fix

Location:
featured-posts-pro/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • featured-posts-pro/trunk/README.txt

    r1518257 r1575488  
    44Tags: featured, featured posts, featured post widget, plugin
    55Requires at least: 3.0.1
    6 Tested up to: 4.6.1
    7 Stable tag: 1.3.7
     6Tested up to: 4.7.1
     7Stable tag: 1.3.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    103103= 1.3.5 =
    104104bug on 'quick edit' on posts page fixed
     105
     106= 1.3.8 =
     107bug fixes
  • featured-posts-pro/trunk/admin/class-featured_posts_pro-admin.php

    r1518251 r1575488  
    168168    public function custom_columns_hander($column, $post_id)
    169169    {
     170        //var_dump($column);
     171        if($column != 'is_featured') return;
    170172        $isFeatured = get_post_meta($post_id, 'is_post_featured', true);
    171173        ?>
  • featured-posts-pro/trunk/admin/partials/featured_posts_pro-admin-display.php

    r1509899 r1575488  
    4949                <td><?php echo $post->post_type; ?></td>
    5050                <td class='column-is_featured'>
    51                 <?php $this->custom_columns_hander(null, $post->ID); ?>
     51                <?php $this->custom_columns_hander('is_featured', $post->ID); ?>
    5252                </td>
    5353               
  • featured-posts-pro/trunk/featured_posts_pro.php

    r1518257 r1575488  
    1717 * Plugin URI:        http://lakshman.com.np
    1818 * Description:       This plugin gives Administrator/Editor an easy option to mark posts, pages & custom posts as featured posts and provides a widget to list the recent featured posts.
    19  * Version:           1.3.7
     19 * Version:           1.3.8
    2020 * Author:            Laxman Thapa
    2121 * Author URI:        http://lakshman.com.np
Note: See TracChangeset for help on using the changeset viewer.