Skip to content

Releases: MichaelNnahDev/woocommerce-lightweight-social-proof

v1.2.0 — Responsive Layout & Position Controls

Choose a tag to compare

@MichaelNnahDev MichaelNnahDev released this 07 Sep 12:56

Added

  • Position Selection: Choose between Bottom-Left and Bottom-Right on desktop.
  • Desktop Bottom Offset: Custom pixel spacing to clear footers and chat widgets.
  • Mobile Bottom Offset: Configurable bottom spacing to sit cleanly above sticky mobile navbars.
  • Mobile Scale Sizing: Proportional scaling (60%–110%) for compact smartphone presentation.
  • Bidirectional Color Inputs: Direct typing/pasting of HEX codes with automatic swatch syncing.
  • Interactive Help Tooltips: Native WooCommerce help tips and subtext on all settings fields.

Fixes

  • Resolved recursive class inclusion and constant redeclaration issues on activation.
  • Cleaned non-breaking whitespace and optimized CSS transform matrix on mobile viewports. @

v1.0.0 - Initial Production Release

Choose a tag to compare

@MichaelNnahDev MichaelNnahDev released this 04 Sep 14:05

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