Plugin Directory

Changeset 194087


Ignore:
Timestamp:
01/14/2010 11:51:07 PM (16 years ago)
Author:
mmilan81
Message:

Adding ver 0.6.2

Location:
mm-breaking-news/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mm-breaking-news/trunk/changelog.txt

    r193669 r194087  
     12010-01-14, ver 0.6.2, Milan Milosevic
     2    Bugfix: problem with links
     3
    142010-01-13, ver 0.6.1, Milan Milosevic
    25    Bugfix: problems with placement of shortcode content.
  • mm-breaking-news/trunk/mm-bnlist.php

    r193669 r194087  
    66Author: Milan Milosevic
    77Author URI: http://www.mmilan.com/
    8 Version: 0.6.1
     8Version: 0.6.2
    99License: GPL v3 - http://www.gnu.org/licenses/
    1010
     
    9191                            else $sep = " (";
    9292                    if (($show_date[$i] != "YES") and ($show_comments[$i] != "YES")) $sep = "";
    93                     print "<li><a href=\"".get_permalink()."\">".$show_post->post_title."</a><span class=\"date_com\">".$sh_date.$sep.$no_com."</span></li>";
     93                    print "<li><a href=\"".get_permalink($show_post->ID)."\">".$show_post->post_title."</a><span class=\"date_com\">".$sh_date.$sep.$no_com."</span></li>";
    9494                endforeach;
    9595            echo "</ul>";
     
    154154                        else $sep = " (";
    155155                if (($show_date[$i] != "YES") and ($show_comments[$i] != "YES")) $sep = "";
    156                 $mm_echo .= "<li><a href=\"".get_permalink()."\">".$show_post->post_title."</a><span class=\"date_com\">".$sh_date.$sep.$no_com."</span></li>";
     156                $mm_echo .= "<li><a href=\"".get_permalink($show_post->ID)."\">".$show_post->post_title."</a><span class=\"date_com\">".$sh_date.$sep.$no_com."</span></li>";
    157157            endforeach;
    158158        $mm_echo .= "</ul>";
  • mm-breaking-news/trunk/readme.txt

    r193669 r194087  
    55Requires at least: 2.6
    66Tested up to: 2.9.1
    7 Stable tag: 0.6.1
     7Stable tag: 0.6.2
    88
    99Displays lists of posts from selected categories. You can select how many different lists you want, sort posts by date or random.
     
    2020
    2121Changelog:
     22
     23    2010-01-14, ver 0.6.2, Milan Milosevic
     24        Bugfix: problem with links
    2225
    2326    2010-01-13, ver 0.6.1, Milan Milosevic
Note: See TracChangeset for help on using the changeset viewer.