Advanced Sidebar Menu

Wordpress Plugin
Download latest - 9.0.3

Developers

Mat Lipe

Download Stats

Today 487
Yesterday 674
Last Week 3,317
All Time 356,053
Banner 772x250


Releases (142 )

Version Release Date Change Log
9.0.3 2022-11-04
  • Fix issue with styles not loading in Elementor.
  • Tested to WordPress Core 6.0.2.
9.0.2 2022-09-19
  • Moved advanced-sidebar-menu CSS class to block widget wraps.
  • Introduced isScreen helper to make screen conditionals cleaner.
  • Included "Display each single post's categories" option on the customizer screen.
  • Included PHP version in debug information.
  • Improved readme.
9.0.1 2022-08-22
9.0.0 2022-08-22

Full release notes.

  • Introduced Gutenberg blocks.
  • Improved translations.
  • Improved Elementor support.
  • Removed all deprecated functionality.
  • Required PRO version 9.0.0+.
  • Required WordPress Core 5.8.0+.
  • Drop support for PHP 5.6 if favor of PHP 7.0+.
  • Numerous bug fixes.
2.1.0 2022-08-22
8.8.3 2022-07-29
  • Introduced advanced-sidebar-menu/menus/category/top-level-term-ids filter.
  • Supported PRO version 8.9.2.
8.8.2 2022-07-13
  • Fixed widget id generation with block based widgets.
  • Introduced advanced-sidebar-menu/core/include-template-parts-comments filter.
  • Organized the Menu_Abtract class constants.
  • Tested to WordPress Core 6.0.1.
8.8.1 2022-07-13
  • Introduced advanced-sidebar-menu/menus/page/is-excluded filter.
  • Introduced advanced-sidebar-menu/menus/category/is-excluded filter.
  • Tested to WordPress Core 6.0.0.
  • Required PRO version 8.7.0+.
8.8.0 2022-04-12
  • Implement universal 'menu-item' style CSS classes to all menus.
  • Introduced Category::is_current_top_level_term method.
  • Introduced Category::get_current_ancestors method.
  • Introduced Category::is_current_term method.
  • Enabled PHPCS caching.
  • Required WordPress core version 5.4.0+.
  • Tested to WordPress 5.9.3.
8.7.3 2022-03-21
  • Include WP core version in debug info.
  • Tested to WordPress 5.9.2.
8.7.2 2022-02-02
  • Improved position of close icon in widget previews.
  • Improved plugin links utm structure.
  • Added a "Go PRO" action to the plugins list.
  • Prevented overrides of non-public post types during debugging.
8.7.1 2022-01-25
  • Fine tune widgets styles for WordPress 5.9.
  • Tested to WordPress 5.9.
8.7.0 2022-01-11
  • Use Webp extension for preview images.
  • Simplify the Widget names.
  • Introduce Utils::array_map_recursive method for deep sanitization.
  • Support multidimensional arrays in debug overrides.
  • Tested to WordPress 5.8.3.
  • Required PRO version 8.5.0+.
8.6.4 2021-11-20
  • Introduced advanced-sidebar-menu/debug/print-instance filter.
  • Improved FAQ information.
  • Remove dangling reference to old built in styles from FAQ.
8.6.3 2021-10-23
  • Fix issue with CSS classnames on current page's children.
8.6.2 2021-09-09
  • Assured consistency for levels of page menu's CSS classes.
  • Converted category get highest parent logic to get_ancestors.
  • Gracefully handle invalid taxonomies in Category widgets.
  • Gracefully handle widgets without ids.
  • Fixed color pickers in Elementor.
  • Fixed color pickers in Beaver Builder.
8.6.1 2021-08-16
  • Improved widget interaction handling.
  • Synced styles between block, classic, and customizer widgets.
  • Fixed customizer widget buttons.
8.6.0 2021-07-28
  • Support WordPress version 5.8.
  • Support Gutenberg widgets screen.
  • Minimum required version for PRO 8.5.
8.5.0 2021-06-23
  • Introduce Utils class for shared non specific functionality.
  • Introduce is_checked method for determining checkbox state from anywhere.
  • Make Widget_Abstract::set_instance public for external use.
  • Complete preparations for PRO version 8.4.
  • Minimum required version for PRO 8.4.
8.4.0 2021-06-22
  • Introduce new Category Walker to increase extensibility.
  • Support data-level on all widgets.
  • Complete preparations for PRO version 8.4.
  • Minimum required version for PRO 8.4.
8.3.4 2021-06-22
  • Support widget fields with array values.
  • Minimum required version for PRO 8.4.0.
8.3.3 2021-05-25
  • Introduce data-level on all menu levels for specific targeting.
  • Minimum required version for PRO 8.4.0.
  • Tested to WordPress 5.7.2.
8.3.2 2021-04-21
  • Fully compatible with PHP8.
  • Tested to WordPress 5.7.1.
8.3.1 2021-03-29
  • Add readme for translations.
  • Tested to WordPress 5.7.
  • Require WordPress core 5.2+.
  • Improved PHPCS configuration.
8.3.0 2021-01-20
  • Improved plugin headers.
  • Added translations for French (fr_FR).
  • Added translations for Spanish (es_ES).
  • Expose Category::is_tax method for public filters.
  • Improved type casting and PHPStan static type checking.
  • Fix tense in readme.txt words.
8.2.0 2020-12-08
  • Improve widget labels, descriptions and styles.
  • Support blocked styling borders on all levels.
  • Improve Beaver Builder and Elementor styles.
  • Improve info panel.
8.1.1 2020-12-01
  • Improve readme.
  • Tested to WordPress 5.6.0.
8.1.0 2020-10-30
  • Restructure widget info panels.
  • Introduced new advanced-sidebar-menu/widget/page/before-columns action.
  • Introduced new advanced-sidebar-menu/widget/category/before-columns action.
  • Improved PHPCS exclusion declarations.
  • Improved CSS structure.
  • Improved JavaScript structure.
8.0.4 2020-10-18
  • Improve styles when used with Beaver Builder.
  • Require WordPress version 5.0.0+.
8.0.3 2020-09-09
  • Allow List_Pages::get_args() to be filtered on any level.
  • Make debugging functionality more stable.
8.0.2 2020-08-03
  • Introduce new advanced-sidebar-menu/menus/category/get-child-terms filter
  • Support filtering the first level of categories.
  • Use is_excluded vs is_first_level_category in category view.
8.0.1 2020-07-16

Major version update. Not fully backward compatible with version 7 filters or code. Please see migration guide if you are extending the plugin via code.

8.0.0 2020-07-13

Major version update. See migration guide if you are extending the plugin's functionality via action, filters, or calling plugin classes.

  • Entirely new code structure.
  • Removed all deprecated code and filters.
  • Improved filter and action names.
  • Improved performance.
  • Remove default plugin styling.
7.7.4 2020-07-02
7.7.3 2020-05-04
  • Fix widget info pane links.
  • Fix widget editing on mobile devices.
  • Tested up to PHP 7.4
  • Tested up to WordPress Core version 5.4.1
7.7.2 2020-02-27
  • Tested to 5.3.3.
  • Change default "levels to display" to All.
  • Fix notice level errors when retrieving current page.
7.7.1 2020-01-22
  • Tested to 5.3.3.
  • Change default "levels to display" to All.
7.7.0 2019-11-21
  • Enable accordion previews when editing via Beaver Builder.
  • Greatly improve widget styles and UI when using Elementor.
  • Overall third party page builder improvements.
  • Move scripts and styles into new Scripts class.
  • Introduce a new Singleton trait.
7.6.6 2019-10-15
7.6.5 2019-10-11
7.6.4 2019-09-20
7.6.3 2019-09-17
7.6.2 2019-09-06
7.6.1 2019-08-12
7.6.0 2019-06-25
  • Elementor support for multiple widgets of the same type on the same page.
  • Automatically increment widget ids under any cases where they would duplicate.
  • Bump required WordPress Core version to 4.8.0.
7.5.5 2019-05-30
7.5.4 2019-05-08
7.5.3 2019-04-23
7.5.2 2019-04-18
7.5.1 2019-03-20
7.5.0 2019-03-05
  • Convert "Always display child pages" to use our List_Pages structure and support all widget options.
  • Bump required PHP version to 5.4.4.
7.4.8 2019-02-28
7.4.7 2019-02-06

Update to support PRO version 3.5.0

7.4.6 2019-01-23
7.4.5 2019-01-12
7.4.4 2019-01-08
7.4.3 2018-12-06
7.4.2 2018-11-19

Update to support PRO version 3.4.3

7.4.1 2018-11-13
7.4.0 2018-09-19
  • Added support for Beaver Builder
7.3.1 2018-08-24
7.3.0 2018-07-06
  • Greatly improve category widget performance
7.2.5 2018-05-29
7.2.4 2018-05-07
7.2.3 2018-05-03
7.2.2 2018-04-26

Update to support PRO version 3.2.0

7.2.1 2018-04-26

Update to fix misc bugs and support PRO version 3.2.0

7.2.0 2018-04-25
7.1.2 2018-03-26

Update to support PRO version 3.1.0

7.1.1 2018-01-27
7.1.0 2018-01-09
  • Support Pro Version 3.0.0
  • Add German translations
  • Begin converting code formatting to strict WordPress standards
7.0.3 2017-12-12
7.0.2 2017-12-12
7.0.1 2017-11-30
7.0.0 2017-11-28
  • Restructure the codebase to a more modern PSR4 structure
  • Improve cache handling
  • Improve verbiage in admin
  • Implement new actions and filters
  • Rebuild templates for improved stability and future changes
  • Improve performance
  • Kill conflicting backward compatibility with version 5
  • Open up more extendability possibilities
6.4.2 2017-10-31
6.4.1 2017-10-24
6.1.0 2016-05-09
  • Improve page list view
  • Add advanced_sidebar_menu_list_pages_args filter
6.0.0 2016-05-03
  • Remove legacy template support
  • Restructure plugin
  • Introduce 'advanced_sidebar_menu_template_part' filter
5.1.4 2016-04-14
5.1.3 2016-02-15
5.1.2 2016-02-15
5.1.1 2015-12-19
5.0.9 2015-10-21
5.0.7 2015-06-01
5.0.6 2015-05-26
5.0.5 2015-05-15
5.0.4 2015-02-25
5.0.3 2015-01-27
5.0.2 2014-11-20
5.0.1 2014-09-10
5.0.0 2014-08-18
  • Greatly improved performance
  • Improved code structure
4.7.6 2014-06-18
4.7.5 2014-05-22
4.7.3 2014-01-15
4.7.1 2013-12-12
4.7.0 2013-12-12
  • Added Internationalization (I18n) support
4.6.1 2013-11-15
4.6.0 2013-11-09
  • Added support for Pro Version
4.5.0 2013-09-24
  • Improved filter structure to allow for add-ons to work more effectively
4.4.0 2013-08-29
  • Added a has_children class to page links with hidden children
4.3.5 2013-08-01
4.3.4 2013-07-04
4.3.3 2013-06-26
4.3.2 2013-06-14
4.3.1 2013-06-07
4.2.2 2013-05-31
4.2.1 2013-05-29
4.2.0 2013-05-28
  • Added Order By Selection in Page Widget
4.1.4 2013-05-28
4.1.3 2013-05-19
4.1.2 2013-04-23
4.1.0 2013-04-08
4.0.1 2013-04-06
4.0.0 2013-04-06
  • Added support for an unlimited number of page levels
  • Change structure slightly for future enhancements
  • Added Legacy Mode for backwards compatibility
3.6.2 2013-03-06
3.6.0 2013-03-02
3.5.0 2013-02-19
3.4.7 2012-10-12
3.4.6 2012-10-12
3.4.5 2012-10-11
3.3.1 2012-10-05
  • Added unlimited number of levels displayed once on the grandchild level of pages
3.4.2 2012-10-05
3.4.1 2012-10-05
3.2.5 2012-10-05
  • Bugfixes
3.4.0 2012-10-05
  • Added filter support for custom post types
3.3.0 2012-07-21
  • Added the ability to have a widget title
  • Redesigned the entire structure to prepare for future changes
3.0.0 2012-07-17
3.2.3 2012-06-07
  • Fix a bug that caused multiple category list to display of more than one category the single post was in shared the same parent
3.2.1 2012-06-04
  • Fix a possible bug that may display a * Notice * error if there is nothing to display and the error reporting is set to strict when using the categories widget.
3.2.0 2012-06-03
  • Added ability to have categories show on single post pages
  • Improved the code structure
3.0.2 2012-06-03

*Bugfixes

3.0.1 2012-04-25
3.0 2012-04-14
  • Added a categories menu widget with the same functionality as the pages widget
  • Added the ability to edit "views" files through your child theme to edit output and css
  • Cleanedup the output
2.1 2012-01-27
  • Added default syling.
2.0.1 2012-01-25
2.0.0 2012-01-25
1.5.0 2012-01-22
1.5 2012-01-22
1.4.4 2011-12-08
  • Cleaned up the way the plugin displays
  • Added class to match normal widgets
  • Removed the
    completely when no menu present
2.0 2011-11-09
1.2 2011-10-09
  • Added support for the built in page ordering.