Skip to content

Digitalogic WooCommerce Extension 1.8.86

Choose a tag to compare

@github-actions github-actions released this 07 Sep 08:28
· 120 commits to main since this release
1f6ce86

Digitalogic WooCommerce Extension 1.8.86

This release is an installable, production-only WordPress plugin package built and verified directly from source commit 1f6ce8646bf0b02404a492269615e7d4252cf4e6. It provides the Digitalogic product, pricing, currency, inventory, shipping-method, Patris integration, Excel and Google Sheets synchronization, REST, webhook, push-event, and administrative panel capabilities documented in the repository.

Download and install

  • WordPress admin: download digitalogic-wp.zip, then use Plugins -> Add New Plugin -> Upload Plugin.
  • WP-CLI: run wp plugin install digitalogic-wp.zip --force --activate.
  • Versioned deployment: digitalogic-wp-v1.8.86.zip contains the same verified bytes under an immutable release-specific name.

Both ZIP files have a single digitalogic-wp/ plugin root and include production Composer dependencies. Development dependencies, tests, repository metadata, backup files, and editor artifacts are excluded.

Operational deployment sources such as the PBX, n8n, RouterOS, and workstation event-mesh assets under ops/ are intentionally excluded from the public WordPress plugin ZIP. They remain versioned in this immutable tag and GitHub's source archives for reviewed, separate deployment.

Verify the download

Download SHA256SUMS beside the ZIP files. To verify only the stable installer, run grep ' digitalogic-wp.zip$' SHA256SUMS | sha256sum -c -. To verify the complete release set, download both ZIPs and run sha256sum -c SHA256SUMS. On Windows, compare Get-FileHash .\digitalogic-wp.zip -Algorithm SHA256 with the matching line in SHA256SUMS.

Changelog

Fixed

  • Read Woodmart search prices through fresh browser HTTP requests instead of reusing WooCommerce state in the WebSocket daemon. Older clients fall back to HTTP after the daemon rejects the search command.
  • Retain generation-keyed server search caches and server-validated browser caches, with administrator settings for storage, retention and browser capacity. Verify WooCommerce prices on every response and invalidate open suggestions on committed catalog/pricing events.
  • Discard pending responses during invalidation and preserve no-argument autocomplete instance access.

Source and build provenance

  • Tag: v1.8.86
  • Source commit: 1f6ce8646bf0b02404a492269615e7d4252cf4e6
  • Builder: GitHub Actions from the tagged source tree
  • Verification: Composer validation/audit, PHP and JavaScript syntax, PHPUnit, WordPress coding-standard baseline, public-tree policy, production dependency checks, package layout checks, packaged PHP linting, autoload smoke tests, and deterministic double-build comparison
  • GitHub's automatically generated source archives remain available in the Assets section alongside the installable plugin ZIPs.