=== Debanics - Debug Log Analyzer ===
Contributors: shafayatbayezid
Donate link: https://softolix.com
Tags: debug, development, troubleshooting, admin, log
Requires at least: 6.0
Tested up to: 7.0
Stable tag: 1.1.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A simple plugin to toggle WP_DEBUG, WP_DEBUG_LOG, and WP_DEBUG_DISPLAY settings from the WordPress admin.

== Description ==
Debanics lets you easily enable or disable WordPress debug settings (WP_DEBUG, WP_DEBUG_LOG, WP_DEBUG_DISPLAY) from the admin dashboard. No need to manually edit wp-config.php!

= Features =
* Toggle debug settings with one click
* View debug log directly in admin
* Secure: Only admins can use
* No coding required
* Works with any theme or plugin

= Why Use Debanics? =
* **Easy to Use**: Toggle debug settings with a single click
* **Safe**: No need to manually edit wp-config.php
* **Secure**: Only administrators can access
* **Compatible**: Works with all WordPress themes and plugins
* **Developer Friendly**: Useful for development and troubleshooting

== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/debanics` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Go to 'Debanics' in the admin menu to use.

== Frequently Asked Questions ==
= Does this plugin work on all hosts? =
It works on most hosts, but your `wp-config.php` file must be writable by PHP for toggling to work.

= Is it safe to use on production? =
We recommend only enabling debug mode on staging or development sites. Debug mode can expose sensitive information and impact performance.

= What permissions do I need? =
The plugin requires write access to wp-config.php. Your web server user must have write permissions for the file.

== Screenshots ==
1. Admin interface for toggling debug settings
2. Debug log viewer interface

== Changelog ==
= 1.1.0 =
* Redesigned the debug settings cards with a cleaner layout and a color-coded status indicator
* Added a quick "View Debug Log" link to the Settings page and moved the log page's action buttons redesigned and repositioned
* Added filter-by-type and search to the debug log viewer, so entries can be narrowed down by error type or keyword
* Refreshed button styling across the admin pages for better visual consistency
* Minor copy and layout polish; improved mobile responsiveness

= 1.0.0 =
* Initial public release
* Added debug settings toggle
* Added debug log viewer
* Added security checks
* Added proper error handling

== Upgrade Notice ==
= 1.1.0 =
Visual refresh of the settings and debug log pages, plus new log filtering/search. No settings are changed by this update.

= 1.0.0 =
First release on WordPress.org
