PluginProbe
WP Debugging / 2.10.1
WP Debugging v2.10.1
2.12.6 2.12.5 trunk 2.10.0 2.10.1 2.10.2 2.11.0 2.11.1 2.11.10 2.11.11 2.11.12 2.11.13 2.11.14 2.11.15 2.11.16 2.11.17 2.11.18 2.11.19 2.11.2 2.11.20 2.11.21 2.11.22 2.11.23 2.11.24 2.11.3 All 59 releases
wp-debugging / CHANGES.md

CHANGES.md in WP Debugging 2.10.1, at CHANGES.md

173 lines 5.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #### [unreleased]
2
3 #### 2.10.1 / 2021-07-23
4 * fix PHP Notice, `Settings:line 68`
5 * update Debug Quick Look admin bar menu for mobile
6
7 #### 2.10.0 / 2021-06-30
8 * update Debug Quick Look to show menu on mobile
9
10 #### 2.9.3 / 2021-06-22
11 * update WPConfigTransformer to use alternate anchor if default not present
12 * add @10up GitHub Actions for WordPress svn integration
13
14 #### 2.9.2 / 2021-03-05
15 * update dependencies
16 * update tested to
17
18 #### 2.9.1 / 2020-11-17
19 * update `wp-dependency-installer` library
20 * update `wp-cli/wp-config-transformer`
21 * comment out quote normalization in `set_pre_activation_constants()`, not sure why I did that but it can cause problems [](https://github.com/afragen/wp-debugging/issues/10#10](https://github.com/afragen/wp-debugging/issues/10](https://github.com/afragen/wp-debugging/issues/10)
22
23 #### 2.9.0 / 2020-08-15
24 * use try/catch around use of `WPConfigTransformer` object
25
26 #### 2.8.0 / 2020-08-01
27 * exit if called directly
28 * NB: I have seen the `WPConfigTransformer` Exception error live. The issue seems to be that a `file_get_contents()` on the `wp-config.php` file path, at random times, returns an empty value. I'm done chasing this random error in `wp-cli/wp-config-transformer`. Modified version of `wp-cli/wp-config-transformer` present
29
30 #### 2.7.2 / 2020-06-01
31 * test `wp-config.php` everywhere, still occasional WSOD reports
32
33 #### 2.7.1 / 2020-5-15
34 * return early if `wp-config.php` is empty before calling `WPConfigTransformer`
35
36 #### 2.7.0 / 2020-04-30
37 * start loading in `init` hook
38 * run `process_filter_constants()` as chained method in `Bootstrap`
39
40 #### 2.6.1 / 2020-03-28
41 * move `Settings` action link to front
42 * change test for `wp-config.php` file empty
43
44 #### 2.6.0 / 2020-02-28
45 * load autoloader in main file
46 * update composer dependencies
47
48 #### 2.5.8 / 2019-12-23
49 * badly messed up check for empty `wp-config.php`
50
51 #### 2.5.7 / 2019-12-20
52 * check and exit early if `wp-config.php` is empty
53 * return empty array for the above exit
54
55 #### 2.5.6 / 2019-11-02
56 * early exit if `wp-config.php` not set in specific functions
57
58 #### 2.5.5 / 2019-09-17
59 * update composer.json for wp-dependency-installer update, now requires at least PHP 5.6 for spread operator
60 * composer update
61
62 #### 2.5.4 / 2019-04-25
63 * added check for writable `wp-config.php`, exit with notice if not found
64
65 #### 2.5.3 / 2019-04-01
66 * update `Debug Quick Look` to display error log file path
67
68 #### 2.5.1 / 2019-04-01
69 * updated version of wp-cli/wp-config-transformer
70
71 #### 2.5.0 / 2019-03-25
72 * added `wp_debugging_add_constants` filter for users to add their own constants
73
74 #### 2.4.3 / 2019-03-09
75 * missed an output escape
76
77 #### 2.4.2 / 2019-02-26
78 * add `Domain Path` header
79
80 #### 2.4.1 / 2019-02-10
81 * refactor set/restore pre-activation constants
82
83 #### 2.4.0 / 2019-02-06
84 * save pre-activation constants for re-installation on deactivation ( say that 5x fast )
85
86 #### 2.3.0 / 2019-02-04
87 * look for `wp-config.php` in directory above `ABSPATH`
88 * add filter `wp_debugging_config_path` to set non-standard path to `wp-config.php`
89
90 #### 2.2.0 / 2019-02-02 🏈
91 * initial release on dot org
92
93 #### 2.1.1 / 2019-02-01
94 * only show WSOD bypass when appropriate
95 * update dependencies
96
97 #### 2.1.0 / 2019-01-26
98 * update Debug Quick Look, minor CSS changes
99 * Improve messaging
100 * add setting for WP_DISABLE_FATAL_ERROR_HANDLER constant (WSOD)
101 * add default setting of WP_DEBUG to true, can be changed
102
103 #### 2.0.0 / 2019-01-18
104 * total re-write
105 * add settings page
106 * use `wp-cli/wp-config-transformer` to change `wp-config.php`
107 * include `norcross/debug-quick-look` as dependency via composer but use my fork
108 * update POT via `composer.json` and wp-cli
109 * add image assets
110
111 #### 1.2.5 - 1.2.7
112 * composer update
113
114 #### 1.2.4
115 * properly initialize `load_plugin_textdomain()`
116 * composer update
117
118 #### 1.2.3
119 * composer update, removing `composer/installers` dependency
120
121 #### 1.2.2
122 * make official name _WP Debugging_
123
124 #### 1.2.1
125 * composer update
126
127 #### 1.2.0
128 * use filter to set admin notice dismissal timeout
129 * update `vendor/afragen/wp-dependency-installer`
130
131 #### 1.1.0
132 * added filter `wp_debugging_constants` to filter array of added constants
133
134 #### 1.0.1
135 * fix regex to not replace double line feed with same
136
137 #### 1.0.0
138 * update composer dependencies
139
140 #### 0.9.0
141 * added function to normalize to unix line endings
142
143 #### 0.8.0
144 * refactor to put activation and deactivation function in class
145
146 #### 0.7.1
147 * fixed translatable string
148
149 #### 0.7.0
150 * use `wp_die()` to exit for non-privileged user, if a non-privileged user could ever get there
151 * add POT file
152
153 #### 0.6.0
154 * ensure only privileged user can write out new `wp-config.php`
155
156 #### 0.5.0
157 * add more debug constants per [](https://tommcfarlin.com/native-wordpress-debugging-tools/WordPress Debugging Tools](https://tommcfarlin.com/native-wordpress-debugging-tools/](https://tommcfarlin.com/native-wordpress-debugging-tools/) by [](https://github.com/tommcfarlinTom McFarlin](https://github.com/tommcfarlin](https://github.com/tommcfarlin)
158 * add Debug Bar plugin as optional dependency
159
160 #### 0.4.0
161 * refactor to new `class AJF_WP_Debugging`
162 * use `array_splice` to add debug constants
163
164 #### 0.3.0
165 * use array functions to add and remove debug constants
166
167 #### 0.2.0
168 * added `register_activation_hook()` to add WP constants to `wp-config.php`
169 * added and `register_deactivation_hook()` to remove WP constants from `wp-config.php`
170
171 #### 0.1.0
172 * initial pass
173