Skip to content

v1.0.0 - Initial Production Release

Choose a tag to compare

@MichaelNnahDev MichaelNnahDev released this 04 Sep 14:05
· 18 commits to main since this release

Overview

Initial production-ready release of WooCommerce Lightweight Social Proof Engine, a high-performance, zero-dependency sales popup notification system built for WooCommerce.


Key Highlights

  • Accurate Relative Timestamps: Orders compare UTC timestamps against time() to ensure precise "minutes ago" calculations across any server timezone configuration.
  • 5-Minute Transient Caching: Prevents repetitive database queries by caching order payloads via wclsp_social_proof_cache.
  • Targeted Asset Loading: Scripts and CSS only enqueue on storefront routes (is_front_page(), is_shop(), is_product_taxonomy()).
  • Modern UI: Built-in dark glassmorphic styling with gold accent highlights and mobile-responsive viewport handling.
  • Security: Nonce-authenticated AJAX handling and escaped order output strings.

Installation

  1. Download the source zip below or clone the repository into your WordPress plugin directory:
    cd wp-content/plugins/
    git clone [https://github.com/your-username/woocommerce-lightweight-social-proof.git](https://github.com/your-username/woocommerce-lightweight-social-proof.git)
  2. Activate via WP-Admin under Plugins > Installed Plugins or via WP-CLI:
    wp plugin activate woocommerce-lightweight-social-proof