Plugin Directory

Changeset 1743544


Ignore:
Timestamp:
10/09/2017 06:59:21 PM (8 years ago)
Author:
wearepixel8
Message:

temporarily removing widget support

Location:
portfolio-mgmt/trunk
Files:
3 edited

Legend:

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

    r1670629 r1743544  
    124124
    125125* Added settings for custom post type and taxonomy labels
     126
     127Portfolio Mgmt. 2.0.1
     128=====================
     129
     130* Temporarily removing widget support
  • portfolio-mgmt/trunk/portfolio-mgmt.php

    r1670629 r1743544  
    44Plugin URI: http://erikford.me/plugins/portfolio-mgmt-plugin/
    55Description: Add the power of portfolio content management to your WordPress website with Portfolio Mgmt.
    6 Version: 2.0.0
     6Version: 2.0.1
    77Author: Heavy Heavy
    88Author URI: http://heavyheavy.com
     
    4242include( WAP8PORTFOLIO . 'includes/portfolio-mgmt-updated-messages.php' ); // custom post type updated messages
    4343include( 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 widget
     44//include( WAP8PORTFOLIO . 'includes/portfolio-mgmt-widget.php' );           // portfolio widget
    4545include( WAP8PORTFOLIO . 'includes/portfolio-mgmt-template-tags.php' );    // template tags
    4646include( WAP8PORTFOLIO . 'includes/portfolio-mgmt-doc.php' );              // add documentation page
  • portfolio-mgmt/trunk/readme.txt

    r1670629 r1743544  
    33Tags: custom post type, portfolio, post type, widget
    44Requires at least: 3.5
    5 Compatible up to: 4.7.5
    6 Tested up to: 4.7.5
    7 Stable tag: 2.0.0
     5Compatible up to: 4.8.2
     6Tested up to: 4.8.2
     7Stable tag: 2.0.1
    88License: GPLv2
    99
Note: See TracChangeset for help on using the changeset viewer.