Skip to content

Commit 3ec0ccc

Browse files
committed
Bump versions from 1.1.7 to 1.1.8.
Add changelog and upgrade notice entries.
1 parent be7cec5 commit 3ec0ccc

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

debug-bar.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/*
33
Plugin Name: Debug Bar
4-
Plugin URI: https://wordpress.org/plugins/debug-bar/
4+
Plugin URI: https://wordpress.org/plugins/debug-bar/
55
Description: Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
6-
Author: wordpressdotorg
7-
Version: 1.1.7
8-
Author URI: https://wordpress.org/
6+
Author: wordpressdotorg
7+
Version: 1.1.8
8+
Author URI: https://wordpress.org/
99
Text Domain: debug-bar
10-
License: GPLv2 or later
10+
License: GPLv2 or later
1111
*/
1212

1313
/***

readme.txt

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
=== Debug Bar ===
2-
Contributors: wordpressdotorg, ryan, westi, koopersmith, duck_, mitchoyoshitaka, dd32, jrf, obenland, nacin, evansolomon, Otto42, aidvu, josephscott, eoigal
3-
Tags: debug
4-
Tested up to: 6.9
5-
Stable tag: 1.1.7
2+
Contributors: wordpressdotorg, ryan, westi, koopersmith, duck_, mitchoyoshitaka, dd32, jrf, obenland, nacin, evansolomon, Otto42, aidvu, josephscott, eoigal, johnjamesjacoby
3+
Tags: debug
4+
Tested up to: 7.0
5+
Stable tag: 1.1.8
66
Requires at least: 3.4
7-
License: GPLv2 or later
8-
License URI: https://www.gnu.org/licenses/gpl-2.0.html
7+
License: GPLv2 or later
8+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
99

1010
Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
1111

@@ -31,6 +31,9 @@ There are numerous other add-ons available to get more insight into, for instanc
3131

3232
== Upgrade Notice ==
3333

34+
= 1.1.8 =
35+
- Add late output escaping where missing in the `WP_Query` panel.
36+
3437
= 1.1.7 =
3538
- Resolves a PHP Warning in WP 6.7+.
3639

@@ -134,6 +137,9 @@ Initial Release
134137

135138
== Changelog ==
136139

140+
= 1.1.8 =
141+
- Add late output escaping where missing in the `WP_Query` panel.
142+
137143
= 1.1.7 =
138144
- Resolves a PHP Warning in WP 6.7+.
139145

0 commit comments

Comments
 (0)