| @@ -3,10 +3,10 @@ | ||
| 3 | 3 | Contributors: afragen |
| 4 | 4 | Tags: debug, support, wp-config |
| 5 | 5 | Requires at least: 4.6 |
| 6 | 6 | Requires PHP: 5.6 |
| 7 | -Tested up to: 6.0 | |
| 8 | -Stable tag: 2.11.13 | |
| 7 | +Tested up to: 5.9 | |
| 8 | +Stable tag: 2.11.4 | |
| 9 | 9 | Donate link: https://thefragens.com/git-updater-donate |
| 10 | 10 | License: MIT |
| 11 | 11 | |
| 12 | 12 | A support/troubleshooting plugin for WordPress. |
| @@ -12,9 +12,9 @@ | ||
| 12 | 12 | A support/troubleshooting plugin for WordPress. |
| 13 | 13 | |
| 14 | 14 | ## Description |
| 15 | 15 | |
| 16 | -This plugin sets the following debug constants in `wp-config.php` on plugin activation and removes them on plugin deactivation. Any errors will result in a PHP Exception being thrown. Debug constants per [Debugging in WordPress](https://wordpress.org/support/article/debugging-in-wordpress/). | |
| 16 | +This plugin sets the following debug constants in `wp-config.php` on plugin activation and removes them on plugin deactivation. Any errors will result in a PHP Exception being thrown. Debug constants per [Debugging in WordPress](https://codex.wordpress.org/Debugging_in_WordPress). | |
| 17 | 17 | |
| 18 | 18 | Default settings: |
| 19 | 19 | |
| 20 | 20 | define( 'WP_DEBUG_LOG', true ); |
| @@ -88,38 +88,8 @@ | ||
| 88 | 88 | |
| 89 | 89 | PRs are welcome against the [develop branch on GitHub](https://github.com/afragen/wp-debugging). |
| 90 | 90 | |
| 91 | 91 | ## Changelog |
| 92 | - | |
| 93 | -#### 2.11.13 / 2022-06-23 | |
| 94 | -* make anchor `preg_match` more greedy | |
| 95 | - | |
| 96 | -#### 2.11.12 / 2022-05-29 | |
| 97 | -* update to latest `afragen/debug-quick-look` | |
| 98 | - | |
| 99 | -#### 2.11.11 / 2022--5-16 | |
| 100 | -* update `wp-dismiss-notice` with transient and only poll `wp_remote_get()` weekly | |
| 101 | - | |
| 102 | -#### 2.11.10 / 2022-05-10 | |
| 103 | -* use `sanitize_key()` for nonces | |
| 104 | -* composer update | |
| 105 | - | |
| 106 | -#### 2.11.9 / 2022-02-05 | |
| 107 | -* composer update | |
| 108 | - | |
| 109 | -#### 2.11.8 / 2022-01-24 | |
| 110 | -* load call to `WP_Dependency_Installer()` in `plugins_loaded` hook to avoid loading `pluggable.php`. | |
| 111 | -* update `WP_Dependency_Installer` | |
| 112 | - | |
| 113 | -#### 2.11.7 / 2022-01-18 | |
| 114 | -* fix logic in verify nonce conditional | |
| 115 | - | |
| 116 | -#### 2.11.6 /2022-01-18 | |
| 117 | -* proper nonce verification | |
| 118 | -* composer updates | |
| 119 | - | |
| 120 | -#### 2.11.5 / 2022-01-11 | |
| 121 | -* I messed up the release 🤦♂️ | |
| 122 | 92 | |
| 123 | 93 | #### 2.11.4 / 2022-01-10 |
| 124 | 94 | * composer updates |
| 125 | 95 | |