Changeset 628268
- Timestamp:
- 11/21/2012 08:50:56 PM (13 years ago)
- Location:
- bcd-upcoming-posts
- Files:
-
- 9 added
- 2 deleted
- 2 edited
-
tags/1.0 (deleted)
-
tags/1.0.0 (added)
-
tags/1.0.0/bcd-upcoming-posts.php (added)
-
tags/1.0.0/readme.txt (added)
-
tags/1.1 (deleted)
-
tags/1.1.0 (added)
-
tags/1.1.0/bcd-upcoming-posts.php (added)
-
tags/1.1.0/readme.txt (added)
-
tags/1.1.1 (added)
-
tags/1.1.1/bcd-upcoming-posts.php (added)
-
tags/1.1.1/readme.txt (added)
-
trunk/bcd-upcoming-posts.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bcd-upcoming-posts/trunk/bcd-upcoming-posts.php
r628204 r628268 5 5 Description: Creates a widget that can be used to display upcoming posts. It can be customized to display a certain number of posts and in random order. Also, provides a shortcode to display the list. 6 6 Author: Frank Jones 7 Version: 1. 17 Version: 1.2 8 8 Author URI: http://www.duhjones.com/ 9 9 */ 10 10 11 11 add_action( 'widgets_init', create_function('', 'return register_widget("bcd_upcoming_posts");') ); 12 bcd r_add_action_hooks();12 bcdup_add_action_hooks(); 13 13 14 14 15 15 // Add 'init' action hooks 16 function bcd r_add_action_hooks() {16 function bcdup_add_action_hooks() { 17 17 add_shortcode( 'bcdupcoming', 'bcdup_sc_upcoming_posts' ); 18 18 } -
bcd-upcoming-posts/trunk/readme.txt
r628225 r628268 5 5 Requires at least: 3.4.2 6 6 Tested up to: 3.4.2 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 39 39 == Changelog == 40 40 41 = 1.1 = 41 = 1.1.1 = 42 * Renamed function that did not conform to naming plugin naming convention and was conflicting the plugin BCD Roster 43 44 = 1.1.0 = 42 45 * Added a shortcode to display the upcoming posts 43 46 * Cleaned up old code 44 47 45 = 1.0 =48 = 1.0.0 = 46 49 * Initial release 47 50 48 51 == Upgrade Notice == 49 52 50 = 1.1 = 53 = 1.1.1 = 54 * Fixes a bug when activated at the same time as BCD Roster. Only necessary if both plugins are activated. 55 56 = 1.1.0 = 51 57 * This release provides a shortcode to display upcoming posts. 52 58 53 = 1.0 =59 = 1.0.0 = 54 60 Initial relase
Note: See TracChangeset
for help on using the changeset viewer.