Skip to content

Commit

Permalink
Confirmed WordPress 6.1 compliance.
Browse files Browse the repository at this point in the history
  • Loading branch information
KZeni committed Oct 31, 2022
1 parent 911dcdb commit f46fd30
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 3 additions & 4 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.3
* Version: 1.2.4
* Requires at least: 4.6
* Tested up to: 6.0
* Tested up to: 6.1
*/

define('ADMIN_BAR_WRAP_FIX_PLUGIN_VERSION', '1.2.3');
define('ADMIN_BAR_WRAP_FIX_PLUGIN_VERSION', '1.2.4');
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 All @@ -26,4 +26,3 @@ function add_wp_adminbar_wrap_fix_css()
}
add_action('wp_enqueue_scripts', 'add_wp_adminbar_wrap_fix_css');
add_action('admin_enqueue_scripts', 'add_wp_adminbar_wrap_fix_css');
?>
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.3
Tested up to: 6.0
Stable tag: 1.2.4
Tested up to: 6.1
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.4 =

Released October 31st, 2022

* Confirmed WordPress 6.1 compliance.

= 1.2.3 =

Released May 6th, 2022
Expand Down
Binary file added screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f46fd30

Please sign in to comment.