v1.0.0 - Initial Production 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
- 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) - Activate via WP-Admin under Plugins > Installed Plugins or via WP-CLI:
wp plugin activate woocommerce-lightweight-social-proof