Changeset 885617
- Timestamp:
- 04/01/2014 01:22:44 PM (12 years ago)
- Location:
- wp-bands-directory
- Files:
-
- 31 added
- 6 edited
-
tags/0.2/inc/install_functions.php (modified) (1 diff)
-
tags/0.3 (added)
-
tags/0.3/css (added)
-
tags/0.3/css/admin.css (added)
-
tags/0.3/css/public.css (added)
-
tags/0.3/images (added)
-
tags/0.3/images/album.png (added)
-
tags/0.3/images/artist.png (added)
-
tags/0.3/images/no-image-available.png (added)
-
tags/0.3/images/nothumb-150x150.png (added)
-
tags/0.3/images/song.png (added)
-
tags/0.3/images/tooltip.png (added)
-
tags/0.3/images/wbdicon.png (added)
-
tags/0.3/inc (added)
-
tags/0.3/inc/admin_menu_hooks.php (added)
-
tags/0.3/inc/cpt_wbd_album.php (added)
-
tags/0.3/inc/cpt_wbd_artist.php (added)
-
tags/0.3/inc/cpt_wbd_song.php (added)
-
tags/0.3/inc/custom_post_functions.php (added)
-
tags/0.3/inc/display_functions.php (added)
-
tags/0.3/inc/functions.php (added)
-
tags/0.3/inc/globals.php (added)
-
tags/0.3/inc/install_functions.php (added)
-
tags/0.3/inc/wbd_settings_page.php (added)
-
tags/0.3/js (added)
-
tags/0.3/js/wbd_admin_jquery.js (added)
-
tags/0.3/readme.txt (added)
-
tags/0.3/templates (added)
-
tags/0.3/templates/single-wbd_album.php (added)
-
tags/0.3/templates/single-wbd_artist.php (added)
-
tags/0.3/templates/single-wbd_song.php (added)
-
tags/0.3/wp-bands-directory.php (added)
-
trunk/inc/display_functions.php (modified) (1 diff)
-
trunk/inc/functions.php (modified) (1 diff)
-
trunk/inc/install_functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-bands-directory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-bands-directory/tags/0.2/inc/install_functions.php
r710070 r885617 5 5 6 6 7 } -
wp-bands-directory/trunk/inc/display_functions.php
r710070 r885617 326 326 'post_type' => 'wbd_artist', 327 327 'orderby' => 'title', 328 'order' => 'ASC' 328 'order' => 'ASC', 329 'posts_per_page' => 100 329 330 ); 330 331 $artists = get_posts($artist_args); -
wp-bands-directory/trunk/inc/functions.php
r710070 r885617 1 1 <?php 2 3 add_filter('widget_text', 'do_shortcode'); 4 2 5 // GENERAL FUNCTIONS 3 6 -
wp-bands-directory/trunk/inc/install_functions.php
r710070 r885617 5 5 6 6 7 } -
wp-bands-directory/trunk/readme.txt
r710070 r885617 3 3 Tags: band directory, bands directory, artist directory, album directory, discography 4 4 Requires at least: 2.7 5 Tested up to: 3. 56 Stable tag: 0. 25 Tested up to: 3.8 6 Stable tag: 0.3 7 7 8 8 Manage a band directory, creating artists, albums and songs, as a band/artist discography listing. … … 34 34 * Codebase issues fixed for increased WP support. 35 35 36 = April 1, 2014 - 0.3 = 37 * Revised custom post type arguments to display up to 100 posts 38 * Added code to plugin functions file to enable display of shortcodes in widget areas -
wp-bands-directory/trunk/wp-bands-directory.php
r710070 r885617 4 4 Plugin URI: http://www.blazingtorch.com 5 5 Description: This is a plugin that creates custom post types for artists and albums so that they can be displayed in a directory fashion. 6 Version: 0. 26 Version: 0.3 7 7 Author: Bryan Haddock 8 8 Author URI: http://www.blazingtorch.com/
Note: See TracChangeset
for help on using the changeset viewer.