Plugin Directory

Changeset 1223909


Ignore:
Timestamp:
08/18/2015 05:34:32 PM (11 years ago)
Author:
wearepixel8
Message:

Added filter for custom column arguments for post edit screen

Location:
portfolio-mgmt/trunk
Files:
4 edited

Legend:

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

    r1181556 r1223909  
    9999* Fixed an issue that prevented the Clients column from being sortable in the dashboard
    100100* Fixed inconsistencies in text domain name space
     101
     102Portfolio Mgmt. 1.1.7
     103=====================
     104
     105* Added filter for custom column arguments for post edit screen
  • portfolio-mgmt/trunk/includes/portfolio-mgmt-custom-columns.php

    r1181556 r1223909  
    1616 * @package Portfolio Mgmt.
    1717 * @version 1.0.0
    18  * @since 1.1.5 Properly escaping the text being output in the columns.
     18 * @since 1.1.7 Added filter for custom column arguments
    1919 * @author Heavy Heavy <@heavyheavyco>
    2020 *
     
    4343    );
    4444
     45    $columns = apply_filters( 'portfolio_mgmt_custom_columns_args', $columns);
    4546    return $columns;
    4647
  • portfolio-mgmt/trunk/portfolio-mgmt.php

    r1181556 r1223909  
    22/*
    33Plugin Name: Portfolio Mgmt.
    4 Plugin URI: http://heavyheavy.com
     4Plugin 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.6
     6Version: 1.1.7
    77Author: Heavy Heavy
    88Author URI: http://heavyheavy.com
  • portfolio-mgmt/trunk/readme.txt

    r1185795 r1223909  
    33Tags: custom post type, portfolio, post type, widget
    44Requires at least: 3.5
    5 Compatible up to: 4.2.2
    6 Tested up to: 4.2.2
    7 Stable tag: 1.1.6
     5Compatible up to: 4.2.4
     6Tested up to: 4.2.4
     7Stable tag: 1.1.7
    88License: GPLv2
    99
     
    2222   
    2323Please see the WordPress Codex for detailed information about template hierarchies at http://codex.wordpress.org/Template_Hierarchy.
     24
     25For more information about installation and usage, please read this [blog post](http://erikford.me/plugins/portfolio-mgmt-plugin/).
    2426
    2527== Installation ==
     
    134136* Fixed an issue that prevented the Clients column from being sortable in the dashboard
    135137* Fixed inconsistencies in text domain name space
     138
     139= 1.1.7 =
     140* Added filter for custom column arguments for post edit screen
Note: See TracChangeset for help on using the changeset viewer.