Changeset 815527
- Timestamp:
- 12/05/2013 05:46:38 PM (12 years ago)
- Location:
- portfolio-mgmt/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
includes/portfolio-mgmt-template-tags.php (modified) (2 diffs)
-
portfolio-mgmt.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
portfolio-mgmt/trunk/changelog.txt
r802074 r815527 60 60 61 61 * Fixed a WP_DEBUG error occurring in custom meta box 62 63 Portfolio 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 85 85 * @package Portfolio Mgmt. 86 86 * @version 1.0.0 87 * @since 1. 0.087 * @since 1.1.0 Fixed an issue with the returned markup 88 88 * @author Erik Ford for We Are Pixel8 <@notdivisible> 89 89 * … … 94 94 echo '<ul class="folio-services">' . "\n"; // opening unordered list tag 95 95 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 tag96 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 97 97 98 98 echo '</ul>' . "\n"; // closing unordered list tag -
portfolio-mgmt/trunk/portfolio-mgmt.php
r802074 r815527 5 5 Plugin URI: http://www.wearepixel8.com/plugins/portfolio-mgmt/ 6 6 Description: Add the power of portfolio content management to your WordPress website with Portfolio Mgmt. 7 Version: 1. 0.97 Version: 1.1.0 8 8 Author: We Are Pixel8 9 9 Author URI: http://www.wearepixel8.com -
portfolio-mgmt/trunk/readme.txt
r802074 r815527 3 3 Tags: custom post type, portfolio, post type, widget 4 4 Requires at least: 3.5 5 Compatible up to: 3. 66 Tested up to: 3. 67 Stable tag: 1. 0.95 Compatible up to: 3.7.1 6 Tested up to: 3.7.1 7 Stable tag: 1.1.0 8 8 License: GPLv2 9 9 … … 93 93 * Plugin documentation is now a tabbed submenu item 94 94 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 95 101 == Upgrade Notice == 96 102 97 = 1.0.8 =103 = 1.0.8 = 98 104 Added 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 = 110 Fixed an issue with the Unordered List of Services with Links returning incorrect markup.
Note: See TracChangeset
for help on using the changeset viewer.