Changeset 3344004
- Timestamp:
- 08/13/2025 08:31:03 AM (8 months ago)
- Location:
- brickslabs-bricks-navigator
- Files:
-
- 18 added
- 3 edited
-
tags/1.1.2 (added)
-
tags/1.1.2/LICENSE (added)
-
tags/1.1.2/assets (added)
-
tags/1.1.2/assets/css (added)
-
tags/1.1.2/assets/css/style.css (added)
-
tags/1.1.2/assets/images (added)
-
tags/1.1.2/assets/images/bricks-logo.png (added)
-
tags/1.1.2/brickslabs-bricks-navigator.php (added)
-
tags/1.1.2/inc (added)
-
tags/1.1.2/inc/bricks.php (added)
-
tags/1.1.2/inc/community.php (added)
-
tags/1.1.2/inc/pages-edit.php (added)
-
tags/1.1.2/inc/pages.php (added)
-
tags/1.1.2/inc/settings.php (added)
-
tags/1.1.2/inc/show-admin-bar-in-editor.php (added)
-
tags/1.1.2/inc/templates-edit.php (added)
-
tags/1.1.2/inc/thirdpartyplugins.php (added)
-
tags/1.1.2/readme.txt (added)
-
trunk/assets/css/style.css (modified) (1 diff)
-
trunk/brickslabs-bricks-navigator.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
brickslabs-bricks-navigator/trunk/assets/css/style.css
r3341934 r3344004 15 15 } */ 16 16 17 .bn-top-level-item > .ab-sub-wrapper > ul{18 max-height: 90vh;19 overflow-y: auto;17 #wp-admin-bar-bn-bricks .ab-submenu:not(#wp-admin-bar-bn-bricks-default) { 18 max-height: 80dvh; 19 overflow-y: auto; 20 20 } 21 21 -
brickslabs-bricks-navigator/trunk/brickslabs-bricks-navigator.php
r3341942 r3344004 4 4 * Plugin URI: https://brickslabs.com/bricks-navigator/ 5 5 * Description: Adds quick links in the WordPress admin bar for users of the Bricks theme. 6 * Version: 1.1. 16 * Version: 1.1.2 7 7 * Author: Sridhar Katakam 8 8 * Author URI: https://brickslabs.com/ … … 21 21 22 22 final class Plugin { 23 const VERSION = '1.1. 1';23 const VERSION = '1.1.2'; 24 24 private static $instance = null; 25 25 -
brickslabs-bricks-navigator/trunk/readme.txt
r3341944 r3344004 54 54 == Changelog == 55 55 56 = 1.1.2 ( Aug 13, 2025 ) = 57 * Fixed the CSS for making long Pages/Templates lists scrollable. 58 56 59 = 1.1.1 ( Aug 09, 2025 ) = 57 60 * Fixed the plugin settings menu visibility when no third-party plugins are active.
Note: See TracChangeset
for help on using the changeset viewer.