Changeset 1226314
- Timestamp:
- 08/20/2015 03:58:35 PM (11 years ago)
- Location:
- portfolio-mgmt/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
includes/portfolio-mgmt-widget.php (modified) (1 diff)
-
portfolio-mgmt.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
portfolio-mgmt/trunk/changelog.txt
r1223909 r1226314 104 104 105 105 * Added filter for custom column arguments for post edit screen 106 107 Portfolio 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 36 36 ); 37 37 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 ); 39 43 40 44 } -
portfolio-mgmt/trunk/portfolio-mgmt.php
r1223909 r1226314 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: 1.1. 76 Version: 1.1.8 7 7 Author: Heavy Heavy 8 8 Author URI: http://heavyheavy.com -
portfolio-mgmt/trunk/readme.txt
r1225679 r1226314 5 5 Compatible up to: 4.3 6 6 Tested up to: 4.3 7 Stable tag: 1.1. 77 Stable tag: 1.1.8 8 8 License: GPLv2 9 9 … … 139 139 = 1.1.7 = 140 140 * 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.