diff --git a/admin-bar-wrap-fix.php b/admin-bar-wrap-fix.php index af4000f..e7eff85 100755 --- a/admin-bar-wrap-fix.php +++ b/admin-bar-wrap-fix.php @@ -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)); @@ -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'); -?> diff --git a/readme.txt b/readme.txt index a9bee24..25343f9 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 diff --git a/screenshot-1.png b/screenshot-1.png new file mode 100644 index 0000000..29d7ed5 Binary files /dev/null and b/screenshot-1.png differ diff --git a/screenshot-2.png b/screenshot-2.png new file mode 100644 index 0000000..6591f50 Binary files /dev/null and b/screenshot-2.png differ diff --git a/screenshot-3.png b/screenshot-3.png new file mode 100644 index 0000000..754639f Binary files /dev/null and b/screenshot-3.png differ