Skip to content

Commit

Permalink
Confirmed WordPress 6.0 compliance.
Browse files Browse the repository at this point in the history
  • Loading branch information
KZeni committed May 6, 2022
1 parent 9b47668 commit 911dcdb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions admin-bar-wrap-fix.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
* Author: KZeni
* Author URI: https://kzeni.com
* License: GPLv3
* Version: 1.2.2
* Version: 1.2.3
* Requires at least: 4.6
* Tested up to: 5.9
* Tested up to: 6.0
*/

define('ADMIN_BAR_WRAP_FIX_PLUGIN_VERSION', '1.2.2');
define('ADMIN_BAR_WRAP_FIX_PLUGIN_VERSION', '1.2.3');
define('ADMIN_BAR_WRAP_FIX_PLUGIN_PRIMARY_FILE', __FILE__);
define('ADMIN_BAR_WRAP_FIX_PLUGIN_DIR_PATH', plugin_dir_path(ADMIN_BAR_WRAP_FIX_PLUGIN_PRIMARY_FILE));
define('ADMIN_BAR_WRAP_FIX_PLUGIN_DIR_URL', plugin_dir_url(ADMIN_BAR_WRAP_FIX_PLUGIN_PRIMARY_FILE));
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: KZeni
Donate link: https://www.paypal.me/KZeni
License: GPLv3
Tags: Admin Bar, adminbar, ui, ui fix, overflow, wrapping
Stable tag: 1.2.2
Tested up to: 5.9
Stable tag: 1.2.3
Tested up to: 6.0
Requires at least: 4.6
Requires PHP: 5.4

Expand All @@ -30,6 +30,12 @@ I would think so. This has been submitted as a patch at [core ticket #44438](htt

== Changelog ==

= 1.2.3 =

Released May 6th, 2022

* Confirmed WordPress 6.0 compliance.

= 1.2.2 =

Released January 24th, 2022
Expand Down

0 comments on commit 911dcdb

Please sign in to comment.