Changeset 1223909
- Timestamp:
- 08/18/2015 05:34:32 PM (11 years ago)
- Location:
- portfolio-mgmt/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
includes/portfolio-mgmt-custom-columns.php (modified) (2 diffs)
-
portfolio-mgmt.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
portfolio-mgmt/trunk/changelog.txt
r1181556 r1223909 99 99 * Fixed an issue that prevented the Clients column from being sortable in the dashboard 100 100 * Fixed inconsistencies in text domain name space 101 102 Portfolio 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 16 16 * @package Portfolio Mgmt. 17 17 * @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 19 19 * @author Heavy Heavy <@heavyheavyco> 20 20 * … … 43 43 ); 44 44 45 $columns = apply_filters( 'portfolio_mgmt_custom_columns_args', $columns); 45 46 return $columns; 46 47 -
portfolio-mgmt/trunk/portfolio-mgmt.php
r1181556 r1223909 2 2 /* 3 3 Plugin Name: Portfolio Mgmt. 4 Plugin URI: http:// heavyheavy.com4 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: 1.1. 66 Version: 1.1.7 7 7 Author: Heavy Heavy 8 8 Author URI: http://heavyheavy.com -
portfolio-mgmt/trunk/readme.txt
r1185795 r1223909 3 3 Tags: custom post type, portfolio, post type, widget 4 4 Requires at least: 3.5 5 Compatible up to: 4.2. 26 Tested up to: 4.2. 27 Stable tag: 1.1. 65 Compatible up to: 4.2.4 6 Tested up to: 4.2.4 7 Stable tag: 1.1.7 8 8 License: GPLv2 9 9 … … 22 22 23 23 Please see the WordPress Codex for detailed information about template hierarchies at http://codex.wordpress.org/Template_Hierarchy. 24 25 For more information about installation and usage, please read this [blog post](http://erikford.me/plugins/portfolio-mgmt-plugin/). 24 26 25 27 == Installation == … … 134 136 * Fixed an issue that prevented the Clients column from being sortable in the dashboard 135 137 * 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.