Skip to content

0.7.0

Choose a tag to compare

@alvinjohnsonso alvinjohnsonso released this 28 Jan 08:17
· 67 commits to master since this release
3df0464

Feature Updates

  • Improved pattern matching for the Exclude/Include on specific URL fields.
    • Users can now input either Full URLs or paths.
    • Have greater flexibility on placing the wildcards(*). Valid placements for the wildcards are as follows:
      • start of the path. (ex. */to/somewhere)
      • middle of the path. (ex. /path/*/somewhere)
      • end of the path. (ex. /path/to/somewhere)
      • start AND middle of the path (ex. */lead/*/somewhere)
      • middle AND end of the path (ex. /path/*/to/*)
    • Renamed the labels of each field and is now placed under URL Exclusion.
      • Renamed Exclude on specific URL to HIDE widget only on specific URLs or paths.
      • Renamed Include on specific URL to SHOW widget only on specific URLs or paths.

Automation Updates

  • Added integration tests using Selenium.
  • Added Github Action workflows for the following:
    • Release workflow for building plugin package.
    • UI tests workflow for running the Selenium tests.

Other Updates

  • Supported version bump to WordPress 5.9.