Skip to content

Releases: mo1st/Quorlyx

Quorlyx 2.2.5

02 Jun 13:17

Choose a tag to compare

Release Notes

This release focuses on cleanup and trust for the open-source plugin.

  • Fixed PHPCS/WPCS issues found during the WordPress coding standards cleanup.
  • Added Composer development tooling and phpcs.xml.dist so contributors can run the same standards checks locally.
  • Added a kind GitHub star support note in Quorlyx > Settings > About.
  • Bumped the plugin metadata and WordPress readme stable tag to 2.2.5.

Validation run before release:

  • php -l passed for plugin PHP files.
  • composer validate --no-check-publish passed.
  • composer lint:php passed.
  • JS syntax checks passed for frontend/admin/tracker assets.
  • Open-source-safe trigger/tracker regression checks passed: 7/7.

Quorlyx 2.2.4

30 May 20:55

Choose a tag to compare

Adds the GitHub release updater bridge for open-source installs.

  • WordPress can discover Quorlyx updates from GitHub Releases.
  • Adds a manual "Check GitHub updates" action in the plugin row.
  • Normalizes GitHub ZIP update folders so the plugin remains installed as wp-content/plugins/quorlyx/.
  • Documents why install/domain analytics require a Quorlyx-owned opt-in server endpoint, not GitHub webhooks.