Plugin Directory

Changeset 1226314


Ignore:
Timestamp:
08/20/2015 03:58:35 PM (11 years ago)
Author:
wearepixel8
Message:

updated widget to be compatible with WordPress 4.3

Location:
portfolio-mgmt/trunk
Files:
4 edited

Legend:

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

    r1223909 r1226314  
    104104
    105105* Added filter for custom column arguments for post edit screen
     106
     107Portfolio Mgmt. 1.1.8
     108=====================
     109
     110* Updated widget to be compatible with WordPress 4.3
  • portfolio-mgmt/trunk/includes/portfolio-mgmt-widget.php

    r1181556 r1226314  
    3636            );
    3737
    38         $this->WP_Widget( 'wap8-Portfolio-widget', __( 'Recent Portfolio Posts', 'portfolio-mgmt' ), $widget_ops );
     38        parent::__construct(
     39            'wap8-portfolio-widget',
     40            __( 'Recent Portfolio Posts', 'portfolio-mgmt' ),
     41            $widget_ops
     42        ); 
    3943
    4044    }
  • portfolio-mgmt/trunk/portfolio-mgmt.php

    r1223909 r1226314  
    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: 1.1.7
     6Version: 1.1.8
    77Author: Heavy Heavy
    88Author URI: http://heavyheavy.com
  • portfolio-mgmt/trunk/readme.txt

    r1225679 r1226314  
    55Compatible up to: 4.3
    66Tested up to: 4.3
    7 Stable tag: 1.1.7
     7Stable tag: 1.1.8
    88License: GPLv2
    99
     
    139139= 1.1.7 =
    140140* Added filter for custom column arguments for post edit screen
     141
     142= 1.1.8 =
     143* Updated widget to be compatible with WordPress 4.3
Note: See TracChangeset for help on using the changeset viewer.