Skip to content

Commit

Permalink
Confirmed WordPress 5.7 compliance.
Browse files Browse the repository at this point in the history
  • Loading branch information
KZeni committed Mar 3, 2021
1 parent 1c6029b commit d6baa44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions admin-bar-wrap-fix.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* Plugin URI: https://wordpress.org/plugins/admin-bar-wrap-fix/
* Description: Fixes the wrap behavior of the WordPress admin bar when it has too many items. Keep it neat; don't spill/overflow into the content.
* Author: KZeni
* Author URI: http://kzeni.com
* Author URI: https://kzeni.com
* License: GPLv3
* Version: 1.0.6
* Version: 1.0.7
* Requires at least: 4.6
* Tested up to: 5.6
* Tested up to: 5.7
*/

define('ADMIN_BAR_WRAP_FIX_PLUGIN_VERSION', '1.0.6');
define('ADMIN_BAR_WRAP_FIX_PLUGIN_VERSION', '1.0.7');
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.0.6
Tested up to: 5.6
Stable tag: 1.0.7
Tested up to: 5.7
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 https://core.trac.wordpr

== Changelog ==

= 1.0.7 =

Released March 3rd, 2021

* Confirmed WordPress 5.7 compliance.

= 1.0.6 =

Released November 23rd, 2020
Expand Down

0 comments on commit d6baa44

Please sign in to comment.