You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bugfix: Fix the Widget Context settings link in the widget controls after moving the settings under the "Appearance" menu for usability (closer to the widget settings). See #65.
Feature: Add a link to the plugin settings in the plugin admin list, too. See #65.
Introduce the long-awaited "Exclude by URL" feature to prevent certain URLs from showing or hiding a widget when it's matched by any other visibility rule.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Set PHP 5.6 as the minimum supported version of PHP to match WordPress core.
Developer tooling update: introduce PHP autoloading, PHP unit tests with proper mocking, linting for JS, switch to Docker inside a Vagrant wrapper for local development environment and update to the latest version of WordPress coding standards (see #50).
Add test coverage reporting and remove Debug Bar integration since it wasn't complete. Refactor plugin structure to support dependency integration. See #47.