Changeset 199883
- Timestamp:
- 01/30/2010 05:31:40 PM (16 years ago)
- Location:
- mm-breaking-news/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
mm-bnlist.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
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 3 6 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 6 12 7 2010-01-13, ver 0.6, Milan Milosevic 8 Added shortcode [mm-breaking-news] for displaying a list in a page/post13 2009-12-25, ver 0.5.3 14 Bugfix: Wordpress 2.9 9 15 10 2009-12-25, ver 0.5.3, Milan Milosevic 11 Bugfix: Wordpress 2.916 2009-04-03, ver 0.5.2 17 Bugfix: problem with CSS file 12 18 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 6 6 Author: Milan Milosevic 7 7 Author URI: http://www.mmilan.com/ 8 Version: 0.6. 28 Version: 0.6.3 9 9 License: GPL v3 - http://www.gnu.org/licenses/ 10 10 … … 83 83 foreach($myposts as $show_post) : 84 84 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; 86 86 else $sh_date = ''; 87 87 if ($show_comments[$i] == "YES") $no_com = "".$show_post->comment_count." comments)"; … … 146 146 foreach($myposts as $show_post) : 147 147 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; 149 149 else $sh_date = ''; 150 150 if ($show_comments[$i] == "YES") $no_com = "".$show_post->comment_count." comments)"; -
mm-breaking-news/trunk/readme.txt
r194087 r199883 5 5 Requires at least: 2.6 6 6 Tested up to: 2.9.1 7 Stable tag: 0.6. 27 Stable tag: 0.6.3 8 8 9 9 Displays lists of posts from selected categories. You can select how many different lists you want, sort posts by date or random. … … 21 21 Changelog: 22 22 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 24 27 Bugfix: problem with links 25 28 26 2010-01-13, ver 0.6.1 , Milan Milosevic29 2010-01-13, ver 0.6.1 27 30 Bugfix: problems with placement of shortcode content. 28 31 29 2010-01-13, ver 0.6 , Milan Milosevic32 2010-01-13, ver 0.6 30 33 Added shortcode [mm-breaking-news] for displaying a list in a page/post 31 34 32 2009-12-25, ver 0.5.3 , Milan Milosevic35 2009-12-25, ver 0.5.3 33 36 Bugfix: Wordpress 2.9 34 37 35 2009-04-03, ver 0.5.2 , Milan Milosevic38 2009-04-03, ver 0.5.2 36 39 Bugfix: problem with CSS file 37 40 38 2009-03-6, ver 0.5 , Milan Milosevic41 2009-03-6, ver 0.5 39 42 Uploaded to Wordpress.org 40 43
Note: See TracChangeset
for help on using the changeset viewer.