Changeset 1743544
- Timestamp:
- 10/09/2017 06:59:21 PM (8 years ago)
- Location:
- portfolio-mgmt/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
portfolio-mgmt.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
portfolio-mgmt/trunk/changelog.txt
r1670629 r1743544 124 124 125 125 * Added settings for custom post type and taxonomy labels 126 127 Portfolio Mgmt. 2.0.1 128 ===================== 129 130 * Temporarily removing widget support -
portfolio-mgmt/trunk/portfolio-mgmt.php
r1670629 r1743544 4 4 Plugin URI: http://erikford.me/plugins/portfolio-mgmt-plugin/ 5 5 Description: Add the power of portfolio content management to your WordPress website with Portfolio Mgmt. 6 Version: 2.0. 06 Version: 2.0.1 7 7 Author: Heavy Heavy 8 8 Author URI: http://heavyheavy.com … … 42 42 include( WAP8PORTFOLIO . 'includes/portfolio-mgmt-updated-messages.php' ); // custom post type updated messages 43 43 include( WAP8PORTFOLIO . 'includes/portfolio-mgmt-custom-columns.php' ); // add custom columns to custom post type edit screen 44 include( WAP8PORTFOLIO . 'includes/portfolio-mgmt-widget.php' ); // portfolio widget44 //include( WAP8PORTFOLIO . 'includes/portfolio-mgmt-widget.php' ); // portfolio widget 45 45 include( WAP8PORTFOLIO . 'includes/portfolio-mgmt-template-tags.php' ); // template tags 46 46 include( WAP8PORTFOLIO . 'includes/portfolio-mgmt-doc.php' ); // add documentation page -
portfolio-mgmt/trunk/readme.txt
r1670629 r1743544 3 3 Tags: custom post type, portfolio, post type, widget 4 4 Requires at least: 3.5 5 Compatible up to: 4. 7.56 Tested up to: 4. 7.57 Stable tag: 2.0. 05 Compatible up to: 4.8.2 6 Tested up to: 4.8.2 7 Stable tag: 2.0.1 8 8 License: GPLv2 9 9
Note: See TracChangeset
for help on using the changeset viewer.