OneClick Variations Grabber
5 releases · latest v1.2.0 · August 12, 2026
v1.2.0
Current release
Major Update
- Licensing has moved to the new Online Store Kit licensing service. Your existing license key carries over automatically the first time this version loads — there is nothing to re-enter.
Security
- The licensing client now verifies a license response's signature before storing it, on both activation and the background re-check. Previously a response only had to *look* like a license, which meant anything able to answer a network request could replace a working license.
Improvement
- License checks work offline. A network problem, or our server being unreachable, can no longer deactivate a working license — it keeps running until it genuinely expires.
- This plugin now loads its own licensing client, so running it alongside other Online Store Kit plugins can no longer cause a conflict.
Maintenance
- Removed unused configuration left over from the previous licensing system.
v1.1.1
Security
- Hardened license verification — the signed license is now re-verified on every request instead of trusting a cached flag, and the verification lives in the plugin itself.
Improvement
- Updated licensing client: "Check again" on the Updates screen really re-checks, and update details (changelog, tested-up-to, required PHP) now display properly.
- License activation confirms the purchase email address.
Fix
- Prevented a fatal error when another Online Store Kit plugin loaded its licensing client first.
v1.2.4
Improved
- Variation names follow the store language instead of attribute slugs.
Fixed
- Grouped products no longer duplicate the selected variation line.
Show 2 earlier releases
v1.1.0
Major Update
- Full compatibility with OneClick Chat to Order v1.0.8+
New Feature
- Support for Force wa.me URL option - ensures consistent WhatsApp links across all devices
- Support for JavaScript onClick events - better Ajax theme compatibility and conflict prevention
- Enhanced GDPR integration - uses main plugin's improved GDPR structure and IDs
- Conditional CSS classes - smart application of single_add_to_cart_button class based on button position
Enhancement
- Enhanced URL construction with automatic wa.me format detection
- Improved event handling with WooCommerce conflict prevention
- Better button HTML generation with v1.0.8 link type support
- Enhanced JavaScript with defensive programming and error prevention
- Improved target window handling for better user experience
- Integrated with main plugin's options manager for better performance and caching
- Added proper fallbacks for all v1.0.8 settings with backward compatibility
- Enhanced filter usage with apply_filters for better customization support
Compatibility
- Updated WordPress compatibility to 6.8.2
- Updated WooCommerce compatibility to 10.0.4
- Added version compatibility checks for OneClick Chat to Order v1.0.8+
- Full integration with main plugin's cached options system
Bug Fix
- Fixed button HTML structure to match v1.0.8 requirements
- Resolved GDPR checkbox conflicts with updated main plugin structure
- Fixed JavaScript event conflicts with onClick button implementation
- Removed all debugging statements for clean production code
Security
- Enhanced security with proper filter usage and data validation
Performance
- Optimized JavaScript loading and execution for better performance
- Integrated with main plugin's options caching system for reduced database queries
v1.0.0
Changes
- Initial Release - OneClick Variations Grabber is born!