Skip to content

Releases: kasparsd/widget-context-wporg

Version 1.3.2

27 Apr 18:23
89a12df
Compare
Choose a tag to compare
  • 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.

Version 1.3.1

24 Apr 08:39
b4943bc
Compare
Choose a tag to compare
  • Fix path matcher for URIs with query params, see #62.

Version 1.3.0

23 Apr 14:08
Compare
Choose a tag to compare
  • 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.
  • Introduce premium support to help maintain the plugin.

1.3.0-alpha

23 Apr 07:16
Compare
Choose a tag to compare
1.3.0-alpha Pre-release
Pre-release
Chunk up to enable unit testing

Version 1.2.0

20 Aug 11:33
8e1a44b
Compare
Choose a tag to compare
  • 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).

Version 1.1.1

09 Jun 06:10
Compare
Choose a tag to compare
  • Mark as tested with WordPress 5.2.
  • Add test coverage reporting and remove Debug Bar integration since it wasn't complete. Refactor plugin structure to support dependency integration. See #47.
  • Added local development environment, see #48.

Version 1.1.0

13 Jun 15:22
Compare
Choose a tag to compare
  • Fix URL matching for URLs with query strings.
  • Introduce unit tests for the URL context.

Version 1.0.7

05 Jun 18:42
Compare
Choose a tag to compare
  • Mark as tested with WordPress 4.9.6.
  • Use the localisation service provided by WP.org.
  • Support for Composer.

Version 1.0.6

20 Jan 15:31
b453c65
Compare
Choose a tag to compare
  • Fix path to admin scripts and styles, props @tedgeving.
  • Mark as tested with WordPress 4.9.2.

Version 1.0.5

08 May 16:47
Compare
Choose a tag to compare
  • Added build tools.
  • Tested with the latest version of WordPress.