Plugin Directory

Changeset 628268


Ignore:
Timestamp:
11/21/2012 08:50:56 PM (13 years ago)
Author:
krawl
Message:

Fixed a function name conflict with BCD Roster

Location:
bcd-upcoming-posts
Files:
9 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • bcd-upcoming-posts/trunk/bcd-upcoming-posts.php

    r628204 r628268  
    55    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.
    66    Author: Frank Jones
    7     Version: 1.1
     7    Version: 1.2
    88    Author URI: http://www.duhjones.com/
    99*/
    1010
    1111add_action( 'widgets_init', create_function('', 'return register_widget("bcd_upcoming_posts");') );
    12 bcdr_add_action_hooks();
     12bcdup_add_action_hooks();
    1313
    1414
    1515// Add 'init' action hooks
    16 function bcdr_add_action_hooks() {
     16function bcdup_add_action_hooks() {
    1717    add_shortcode( 'bcdupcoming', 'bcdup_sc_upcoming_posts' );
    1818}
  • bcd-upcoming-posts/trunk/readme.txt

    r628225 r628268  
    55Requires at least: 3.4.2
    66Tested up to: 3.4.2
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3939== Changelog ==
    4040
    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 =
    4245* Added a shortcode to display the upcoming posts
    4346* Cleaned up old code
    4447
    45 = 1.0 =
     48= 1.0.0 =
    4649* Initial release
    4750
    4851== Upgrade Notice ==
    4952
    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 =
    5157* This release provides a shortcode to display upcoming posts.
    5258
    53 = 1.0 =
     59= 1.0.0 =
    5460Initial relase
Note: See TracChangeset for help on using the changeset viewer.