Plugin Directory

Changeset 815527


Ignore:
Timestamp:
12/05/2013 05:46:38 PM (12 years ago)
Author:
wearepixel8
Message:
  • Fixed an issue with the Unordered List of Services returning incorrect markup
Location:
portfolio-mgmt/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • portfolio-mgmt/trunk/changelog.txt

    r802074 r815527  
    6060
    6161* Fixed a WP_DEBUG error occurring in custom meta box
     62
     63Portfolio Mgmt. 1.1.0
     64=====================
     65
     66* Fixed an issue with the Unordered List of Services with Links returning incorrect markup.
  • portfolio-mgmt/trunk/includes/portfolio-mgmt-template-tags.php

    r765819 r815527  
    8585 * @package Portfolio Mgmt.
    8686 * @version 1.0.0
    87  * @since 1.0.0
     87 * @since 1.1.0 Fixed an issue with the returned markup
    8888 * @author Erik Ford for We Are Pixel8 <@notdivisible>
    8989 *
     
    9494    echo '<ul class="folio-services">' . "\n"; // opening unordered list tag
    9595   
    96     echo get_the_term_list( $post_id, 'wap8-services', '<li>', '', '</li>' ) . "\n"; // echo a list of terms with each one wrapped with a list item tag
     96    echo get_the_term_list( $post_id, 'wap8-services', '<li>', '</li><li>', '</li>' ) . "\n"; // echo a list of terms with each one wrapped with a list item tag
    9797   
    9898    echo '</ul>' . "\n"; // closing unordered list tag
  • portfolio-mgmt/trunk/portfolio-mgmt.php

    r802074 r815527  
    55Plugin URI: http://www.wearepixel8.com/plugins/portfolio-mgmt/
    66Description: Add the power of portfolio content management to your WordPress website with Portfolio Mgmt.
    7 Version: 1.0.9
     7Version: 1.1.0
    88Author: We Are Pixel8
    99Author URI: http://www.wearepixel8.com
  • portfolio-mgmt/trunk/readme.txt

    r802074 r815527  
    33Tags: custom post type, portfolio, post type, widget
    44Requires at least: 3.5
    5 Compatible up to: 3.6
    6 Tested up to: 3.6
    7 Stable tag: 1.0.9
     5Compatible up to: 3.7.1
     6Tested up to: 3.7.1
     7Stable tag: 1.1.0
    88License: GPLv2
    99
     
    9393* Plugin documentation is now a tabbed submenu item
    9494
     95= 1.0.9 =
     96* Fixed a WP_DEBUG error occurring in custom meta box
     97
     98= 1.1.0 =
     99* Fixed an issue with the Unordered List of Services with Links returning incorrect markup.
     100
    95101== Upgrade Notice ==
    96102
    97 = 1.0.8=
     103= 1.0.8 =
    98104Added filters so themes and other plugins can amend the custom post type and custom taxonomy arguments.
     105
     106= 1.0.9 =
     107* Fixed a WP_DEBUG error occurring in custom meta box
     108
     109= 1.1.0 =
     110Fixed an issue with the Unordered List of Services with Links returning incorrect markup.
Note: See TracChangeset for help on using the changeset viewer.