Skip to content

Commit

Permalink
Version 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
KZeni committed Jan 24, 2022
1 parent a99e392 commit 9b47668
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.1
* Version: 1.2.2
* Requires at least: 4.6
* Tested up to: 5.8
* Tested up to: 5.9
*/

define('ADMIN_BAR_WRAP_FIX_PLUGIN_VERSION', '1.2.1');
define('ADMIN_BAR_WRAP_FIX_PLUGIN_VERSION', '1.2.2');
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.1
Tested up to: 5.8
Stable tag: 1.2.2
Tested up to: 5.9
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.2 =

Released January 24th, 2022

* Confirmed WordPress 5.9 compliance.

= 1.2.1 =

Released July 12th, 2021
Expand Down

0 comments on commit 9b47668

Please sign in to comment.