-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
44 lines (29 loc) · 1.44 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== Bark ===
Contributors: codivated, Oxymoron
Donate link: https://www.paypal.me/zachwills94
Tags: error log, error, log, reporting
Requires at least: 4.6
Tested up to: 4.7
Stable tag: 0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Supercharge your WordPress error logging and reporting experience.
== Description ==
Bark is a WordPress plugin that captures captures PHP warnings and notices and displays them right in the admin for you to see. It also exposes a way for developers to store debugging information or log errors for their code.
For more information about how to log errors as a developer using Bark, check out the [Github](https://github.com/codivated/bark) page.
_Note: This plugin is still in active development. Expect iterative updates! If you are a developer using Bark, realize that updates up until version 1.0 could contain updates that could require you to update your implementation of Bark._
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/bark` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
1. Settings for the plugin can be found under Barks -> Settings in the admin area.
== Frequently Asked Questions ==
None yet.
== Screenshots ==
1. Example errors captured.
2. Bark settings.
== Changelog ==
= 0.1 =
* Initial release.
== Upgrade Notice ==
= 0.1 =
* Initial release.