Changeset 442493
- Timestamp:
- 09/23/2011 06:49:44 AM (15 years ago)
- Location:
- basecamp-bug-report/trunk
- Files:
-
- 2 edited
-
basecamp-bug-report.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
basecamp-bug-report/trunk/basecamp-bug-report.php
r442492 r442493 4 4 Plugin URI: http://brainstormmedia.com 5 5 Description: Allow clients to submit bug reports from the Admin Bar to a Basecamp todo list. 6 Version: 1.1 6 Version: 1.1.1 7 7 Author: Brainstorm Media 8 8 Author URI: http://brainstormmedia.com … … 26 26 class StormBasecampBugReport { 27 27 28 var $version = '1.1 ';28 var $version = '1.1.1'; 29 29 30 30 /** -
basecamp-bug-report/trunk/readme.txt
r440619 r442493 5 5 Requires at least: 3.1 6 6 Tested up to: 3.2.1 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 9 9 Allow clients to submit bug reports from the Admin Bar to a Basecamp todo list. … … 28 28 29 29 == Changelog == 30 31 = 1.1.1 = 32 * Fix Project ID override when auto-detection isn't used 33 * Increase reliability of Basecamp connection 30 34 31 35 = 1.1 =
Note: See TracChangeset
for help on using the changeset viewer.