Plugin Directory

Changeset 199883


Ignore:
Timestamp:
01/30/2010 05:31:40 PM (16 years ago)
Author:
mmilan81
Message:

Adding ver 0.6.3

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

Legend:

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

    r194087 r199883  
    1 2010-01-14, ver 0.6.2, Milan Milosevic
    2     Bugfix: problem with links
     1    2010-01-30, ver 0.6.3
     2        Bugfix: wrong post date
     3       
     4    2010-01-14, ver 0.6.2
     5        Bugfix: problem with links
    36
    4 2010-01-13, ver 0.6.1, Milan Milosevic
    5     Bugfix: problems with placement of shortcode content.
     7    2010-01-13, ver 0.6.1
     8        Bugfix: problems with placement of shortcode content.
     9       
     10    2010-01-13, ver 0.6
     11        Added shortcode [mm-breaking-news] for displaying a list in a page/post
    612
    7 2010-01-13, ver 0.6, Milan Milosevic
    8     Added shortcode [mm-breaking-news] for displaying a list in a page/post
     13    2009-12-25, ver 0.5.3
     14        Bugfix: Wordpress 2.9
    915
    10 2009-12-25, ver 0.5.3, Milan Milosevic
    11     Bugfix: Wordpress 2.9
     16    2009-04-03, ver 0.5.2
     17        Bugfix: problem with CSS file
    1218
    13 2009-04-03, ver 0.5.2, Milan Milosevic
    14     Bugfix: problem with CSS file
    15 
    16 2009-03-6, ver 0.5,  Milan Milosevic
    17     Uploaded to Wordpress.org
     19    2009-03-6, ver 0.5
     20        Uploaded to Wordpress.org
  • mm-breaking-news/trunk/mm-bnlist.php

    r194087 r199883  
    66Author: Milan Milosevic
    77Author URI: http://www.mmilan.com/
    8 Version: 0.6.2
     8Version: 0.6.3
    99License: GPL v3 - http://www.gnu.org/licenses/
    1010
     
    8383                foreach($myposts as $show_post) :
    8484                    setup_postdata($show_post);
    85                     if ($show_date[$i] == "YES") $sh_date = the_date('M dS, Y', ' (', '', FALSE);
     85                    if ($show_date[$i] == "YES") $sh_date = " (".$show_post->post_date;
    8686                        else $sh_date = '';
    8787                    if ($show_comments[$i] == "YES") $no_com = "".$show_post->comment_count." comments)";
     
    146146            foreach($myposts as $show_post) :
    147147                setup_postdata($show_post);
    148                 if ($show_date[$i] == "YES") $sh_date = the_date('M dS, Y', ' (', '', FALSE);
     148                if ($show_date[$i] == "YES") $sh_date = " (".$show_post->post_date;
    149149                    else $sh_date = '';
    150150                if ($show_comments[$i] == "YES") $no_com = "".$show_post->comment_count." comments)";
  • mm-breaking-news/trunk/readme.txt

    r194087 r199883  
    55Requires at least: 2.6
    66Tested up to: 2.9.1
    7 Stable tag: 0.6.2
     7Stable tag: 0.6.3
    88
    99Displays lists of posts from selected categories. You can select how many different lists you want, sort posts by date or random.
     
    2121Changelog:
    2222
    23     2010-01-14, ver 0.6.2, Milan Milosevic
     23    2010-01-30, ver 0.6.3
     24        Bugfix: wrong post date
     25       
     26    2010-01-14, ver 0.6.2
    2427        Bugfix: problem with links
    2528
    26     2010-01-13, ver 0.6.1, Milan Milosevic
     29    2010-01-13, ver 0.6.1
    2730        Bugfix: problems with placement of shortcode content.
    2831       
    29     2010-01-13, ver 0.6, Milan Milosevic
     32    2010-01-13, ver 0.6
    3033        Added shortcode [mm-breaking-news] for displaying a list in a page/post
    3134
    32     2009-12-25, ver 0.5.3, Milan Milosevic
     35    2009-12-25, ver 0.5.3
    3336        Bugfix: Wordpress 2.9
    3437
    35     2009-04-03, ver 0.5.2, Milan Milosevic
     38    2009-04-03, ver 0.5.2
    3639        Bugfix: problem with CSS file
    3740
    38     2009-03-6, ver 0.5,  Milan Milosevic
     41    2009-03-6, ver 0.5
    3942        Uploaded to Wordpress.org
    4043
Note: See TracChangeset for help on using the changeset viewer.