Changeset 1186620
- Timestamp:
- 06/24/2015 05:33:03 AM (11 years ago)
- Location:
- edshelf-widget/trunk
- Files:
-
- 2 edited
-
edshelf-widgets.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
edshelf-widget/trunk/edshelf-widgets.php
r1158327 r1186620 95 95 * 96 96 * [edshelf-shelf-widget id="33080" height="550" format="grid"] 97 * [edshelf-shelf-widget id="33080" height="550" format="grid"] // Legacy shortcode 97 98 */ 98 99 add_shortcode( 'edshelf-shelf-widget', 'edshelf_shelf_widget_function' ); 100 add_shortcode( 'edshelf-collection-widget', 'edshelf_shelf_widget_function' ); // Legacy shortcode 99 101 function edshelf_shelf_widget_function( $atts ) { 100 102 extract( shortcode_atts( array( -
edshelf-widget/trunk/readme.txt
r1158370 r1186620 4 4 Tested up to: 4.2.2 5 5 Requires at least: 2.9 6 Stable Tag: 1. 06 Stable Tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 66 66 == Changelog == 67 67 68 = 1.2 = 69 * Added backwards compatibility with previous shortcode, `[edshelf-collection-widget]` 70 68 71 = 1.1 = 69 72 * Added image assets.
Note: See TracChangeset
for help on using the changeset viewer.