Plugin Directory

Changeset 3319135


Ignore:
Timestamp:
06/28/2025 12:41:27 PM (9 months ago)
Author:
A5hleyRich
Message:

Attempt to fix readme formatting

Location:
debughawk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debughawk/tags/0.8.1/readme.txt

    r3319133 r3319135  
    3535
    36361. Sign up for a [DebugHawk](https://debughawk.com) account.
    37 2. Upload the plugin files to the `/wp-content/plugins/debughawk` directory, or install the plugin through the 'Plugins' screen.
    38 3. Activate the plugin through the 'Plugins' screen.
    39 4. Configure the plugin by adding the configuration provided by DebugHawk to your `wp-config.php` file, above the line that says `/* That's all, stop editing! */`:
     371. Upload the plugin files to the `/wp-content/plugins/debughawk` directory, or install the plugin through the 'Plugins' screen.
     381. Activate the plugin through the 'Plugins' screen.
     391. Configure the plugin by adding the configuration provided by DebugHawk to your `wp-config.php` file, above the line that says `/* That's all, stop editing! */`:
     40
    4041
    4142`define( 'DEBUGHAWK_CONFIG', [
     
    5960]);`
    6061
     62
    6163== How It Works ==
    6264
  • debughawk/trunk/readme.txt

    r3319121 r3319135  
    3535
    36361. Sign up for a [DebugHawk](https://debughawk.com) account.
    37 2. Upload the plugin files to the `/wp-content/plugins/debughawk` directory, or install the plugin through the 'Plugins' screen.
    38 3. Activate the plugin through the 'Plugins' screen.
    39 4. Configure the plugin by adding the configuration provided by DebugHawk to your `wp-config.php` file, above the line that says `/* That's all, stop editing! */`:
     371. Upload the plugin files to the `/wp-content/plugins/debughawk` directory, or install the plugin through the 'Plugins' screen.
     381. Activate the plugin through the 'Plugins' screen.
     391. Configure the plugin by adding the configuration provided by DebugHawk to your `wp-config.php` file, above the line that says `/* That's all, stop editing! */`:
     40
    4041
    4142`define( 'DEBUGHAWK_CONFIG', [
     
    4950You can further customize DebugHawk, with the following additional options:
    5051
    51 ```
    52 define('DEBUGHAWK_CONFIG', [
     52`define('DEBUGHAWK_CONFIG', [
    5353    'enabled'  => true,
    5454    'endpoint' => '...',
     
    5858    'trace_redirects' => true,       // Optional: Track redirects (default: true)
    5959    'trace_admin_pages' => true,     // Optional: Track admin pages (default: true)
    60 ]);
    61 ```
     60]);`
     61
    6262
    6363== How It Works ==
     
    7070
    7171The plugin works transparently without any additional user interaction after configuration.
     72
     73== Changelog ==
     74
     75= 0.8.1 =
     76* Initial release on WordPress.org
Note: See TracChangeset for help on using the changeset viewer.