Version 8.5.0 of the Advanced Sidebar Menu plugin is now available and ready for general use. This version focused on compatibility with the new Block-based Widgets available in WordPress core version 5.8. There have been a couple follow-up dot releases, so if you're running version 8.5.0, be sure to update to the latest dot version. At the time of writing, the latest dot version is 8.5.2. Block-based Widgets With the release of WordPress version 5.8, Block-based Widget support was … [Read more...]
Blog (page 6)
Advanced Sidebar Menu – Version 8.4.0
Version 8.4.0 of the Advanced Sidebar Menu plugin is now available and ready for general use. This version focused on expanding the accordion functionality to include support for opening and closing sections by clicking on links. Accordion Links As Open/Close For a while now, our top requested accordion feature was the ability to allow some levels of links function as openers/closers for their section. Some menu structures prefer to have parent links function the same as their … [Read more...]
Use Immer ReactN – Version 1.4.0
Version 1.4.0 of use-immer-reactn is now available for general use. This version focused on closing the gap between use-immer and use-immer-reactn. Pass Finished Objects While most of the time when using the useGlobalImmer hook you'll want to pass a callback to take advantage of mutating the draft, sometimes you have a finished object externally and want to replace it. Now the returned updater function supports passing either a callback or a finished object interchangeably: … [Read more...]
Go Live Update Urls – Version 6.3.4
Version 6.3.4 is ready and available for you to download or update through the WordPress admin. This version focused on improving the user interface and experience. User Interface Improvements As part of our efforts to maintain consistency across browsers, we did a full audit and improvement of our "Test Results" modal. Styles are now consistent and provide a clean look regardless of your device. The header on the Go Live tools screen now loads using PHP which improves load … [Read more...]
Advanced Sidebar Menu – Version 8.3.1
Version 8.3.1 of the Advanced Sidebar Menu plugin is now available and ready for general use. The purpose of this version was to fully support PHP 8 and improve stability. PHP 8 PHP 8 (not unlike the PHP 7 release) provided the entire development community some new challenges. With existing functions, changing return types, and named properties adding a whole new level of backward compatibility considerations, we didn't want to give any false starts to declaring PHP 8 compatibility. We … [Read more...]
WordPress-Libs – Version 3.1.0
Version 3.1.0 of WordPress Libs is now available and ready for general use. This version focused on improving the Actions functionality as well as various enhancements and bug fixes. Introduce add_looping_action on Actions class WordPress supports short circuiting various methods using filters to allow handling the process in an external way. Sometimes you need to call the original API to run your external process. Complications arise when the short circuit is part of original API as … [Read more...]