This version is chalked full of developer improvements. There have been some follow-up bug fixes already so be sure to update to version 3.11.3. Developer improvements The major focus of this release was to make things a bit easier and more consistent when extending this plugin's functionality or styling the menus. These improvements not only make it easier for you to implement custom functionality, but also make it easier for us to help you customize the plugin via the support area. … [Read more...]
Category: WordPress (page 8)
Go Live Update Urls – Version 2.7.0
Version 2.7.0 is ready and available for you to download or update through the WordPress Admin. This version was about making the tools page more automated and intuitive, as well as setting the standard of UX going forward. Preventing errors Previously, even though we don't recommend it, you could submit the update without selecting any sections. This would throw a fatal error and do nothing but show a white screen if errors were disabled. The plugin now prevents this process in two … [Read more...]
Simple Links PRO – Version 1.5.0
Version 1.5.0 was the longest release cycle we have ever had for a minor version of a plugin. Many architectural changes went into the new feature set and we wanted to make sure we got it right. During this process we not only greatly modernized the plugin's code base, but we also developed 3 new tools for building/maintaining/translating Gutenberg blocks simultaneously. I hope you are as excited about this release as we are! Gutenberg block support The main feature we focused on with … [Read more...]
Advanced Sidebar Menu – Version 3.10.0
This version is all about bridging the gap between this plugin's widgets and third-party page builders. Providing a consistent user experience If you have been using this plugin's widgets, I'm sure you've noticed how much thought we have put into how the various fields function. We show/hide fields based on selection and group common settings together to create an intuitive experience. Add in some custom styles and you end up with widget settings which look something like … [Read more...]
WP-Unit Version 1.9.0
Over the past couple weeks we've actual had 3 releases of this library which bring us now to stable version 1.9.0. Together these releases have included a few new features as well as stability enhancements. Further streamlining of Ajax testing: Back in version 1.6.0 we introduced the ability to test custom ajax responses with a new helper method called _handleAjaxCustom. While this works great, it still requires the boilerplate of a try/catch block then using $this->_last_response. … [Read more...]
Continued Security Push With HSTS
If you have been following along with much of my community involvement lately, you've probably noticed I've been very preoccupied with security lately. This new found push for rigorous security overhauls all started when I accidentally learned how to hack websites using XHR. Previously, remembering to use POST instead of GET for handling user data was enough to protect against CSRF. NOT ANY MORE! The past few weeks have taken me down many security roads including SRI , XSS, CSRF, CSP … [Read more...]