Plugin Directory

Changeset 1186620


Ignore:
Timestamp:
06/24/2015 05:33:03 AM (11 years ago)
Author:
mikeleeorg
Message:

Added backwards compatibility with previous shortcode, [edshelf-collection-widget]

Location:
edshelf-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • edshelf-widget/trunk/edshelf-widgets.php

    r1158327 r1186620  
    9595 *
    9696 * [edshelf-shelf-widget id="33080" height="550" format="grid"]
     97 * [edshelf-shelf-widget id="33080" height="550" format="grid"] // Legacy shortcode
    9798 */
    9899add_shortcode( 'edshelf-shelf-widget', 'edshelf_shelf_widget_function' );
     100add_shortcode( 'edshelf-collection-widget', 'edshelf_shelf_widget_function' ); // Legacy shortcode
    99101function edshelf_shelf_widget_function( $atts ) {
    100102    extract( shortcode_atts( array(
  • edshelf-widget/trunk/readme.txt

    r1158370 r1186620  
    44Tested up to: 4.2.2
    55Requires at least: 2.9
    6 Stable Tag: 1.0
     6Stable Tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6666== Changelog ==
    6767
     68= 1.2 =
     69* Added backwards compatibility with previous shortcode, `[edshelf-collection-widget]`
     70
    6871= 1.1 =
    6972* Added image assets.
Note: See TracChangeset for help on using the changeset viewer.