Changeset 825757
- Timestamp:
- 12/19/2013 08:39:05 PM (12 years ago)
- Location:
- bugsnag/trunk
- Files:
-
- 10 added
- 2 edited
-
bugsnag-php (added)
-
bugsnag-php/Autoload.php (added)
-
bugsnag-php/Client.php (added)
-
bugsnag-php/Configuration.php (added)
-
bugsnag-php/Diagnostics.php (added)
-
bugsnag-php/Error.php (added)
-
bugsnag-php/ErrorTypes.php (added)
-
bugsnag-php/Notification.php (added)
-
bugsnag-php/Request.php (added)
-
bugsnag-php/Stacktrace.php (added)
-
bugsnag.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bugsnag/trunk/bugsnag.php
r825240 r825757 4 4 Plugin URI: https://bugsnag.com 5 5 Description: Bugsnag monitors for errors and crashes on your wordpress site, sends them to your bugsnag.com dashboard, and notifies you by email of each error. 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author: Bugsnag Inc. 8 8 Author URI: https://bugsnag.com -
bugsnag/trunk/readme.txt
r825246 r825757 4 4 Requires at least: 2.0 5 5 Tested up to: 3.8 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 … … 31 31 32 32 33 == Screenshots == 34 35 1. Bugsnag dashboard list of errors 36 2. Bugsnag dashboard error details 37 38 33 39 == Changelog == 34 40 35 = 1.0 = 41 = 1.0.1 = 42 * Fix bug where bugsnag-php library wasn't being included in zip file 43 44 = 1.0.0 = 36 45 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.