diff --git a/class/class-showcurrentwidth-core.php b/class/class-showcurrentwidth-core.php index 82b44db..bd8ea75 100644 --- a/class/class-showcurrentwidth-core.php +++ b/class/class-showcurrentwidth-core.php @@ -22,7 +22,7 @@ class ShowCurrentWidth_Core { /** * Plugin constant. */ - const PLUGIN_VERSION = '1.2.1'; + const PLUGIN_VERSION = '1.2.2'; const PLUGIN_PREFIX = 'show-current-width'; const PLUGIN_PREFIX_DEPRECATED = 'w83-show-current-width'; const PLUGIN_GITHUB = 'https://github.com/web83info/show-current-width'; diff --git a/readme.txt b/readme.txt index 0227261..663020f 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: admin,width,developement,design Requires at least: 6.2 Tested up to: 6.3.2 Requires PHP: 7.4 -Stable tag: 1.2.1 +Stable tag: 1.2.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -20,6 +20,9 @@ This plugin shows a current screen width on WP adminbar. == Changelog == += 1.2.2 - 2023-10-26 = +* Fix: Adjust CSS for adminbar. + = 1.2.1 - 2023-10-17 = * Add: Option to display width only for the user who has the specific roles. diff --git a/screenshot-1.png b/screenshot-1.png new file mode 100644 index 0000000..d43afe6 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..6940a80 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..5cad453 Binary files /dev/null and b/screenshot-3.png differ diff --git a/w83-show-current-width.php b/w83-show-current-width.php index e386692..3e7a6d7 100644 --- a/w83-show-current-width.php +++ b/w83-show-current-width.php @@ -3,7 +3,7 @@ * Plugin Name: Show Current Width * Plugin URI: * Description: This plugin shows a current screen width on WP adminbar. - * Version: 1.2.1 + * Version: 1.2.2 * Requires at least: 6.0 * Tested up to: 6.3.2 * Requires PHP: 7.4