Changeset 3469493
- Timestamp:
- 02/25/2026 01:51:30 PM (13 days ago)
- Location:
- abtestkit/trunk
- Files:
-
- 2 edited
-
abtestkit.php (modified) (5 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
abtestkit/trunk/abtestkit.php
r3467293 r3469493 4 4 * Plugin URI: https://wordpress.org/plugins/abtestkit 5 5 * Description: Split testing for WooCommerce, compatible with all page builders, themes & caching plugins. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Author: abtestkit 8 8 * License: GPL-2.0-or-later … … 92 92 return [ 93 93 'plugin' => 'abtestkit', 94 'version' => '1.1. 0',94 'version' => '1.1.1', 95 95 'site' => md5( home_url() ), // anonymous hash 96 96 'wp' => get_bloginfo( 'version' ), … … 225 225 plugins_url( 'assets/js/onboarding.js', __FILE__ ), 226 226 array( 'wp-element', 'wp-components', 'wp-api-fetch' ), 227 '1.1. 0',227 '1.1.1', 228 228 true 229 229 ); … … 4248 4248 plugins_url( 'assets/js/pt-wizard.js', __FILE__ ), 4249 4249 [ 'wp-element', 'wp-components', 'wp-api-fetch', 'wp-editor' ], 4250 '1.1. 0',4250 '1.1.1', 4251 4251 true 4252 4252 ); … … 4271 4271 plugins_url( 'assets/js/admin-list-guard.js', __FILE__ ), 4272 4272 [ 'jquery' ], 4273 ( defined( 'ABTESTKIT_VERSION' ) ? ABTESTKIT_VERSION : '1.1. 0' ),4273 ( defined( 'ABTESTKIT_VERSION' ) ? ABTESTKIT_VERSION : '1.1.1' ), 4274 4274 true 4275 4275 ); -
abtestkit/trunk/readme.txt
r3467293 r3469493 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 24 24 * **WooCommerce product testing** - Optimize your products and boost profits. 25 25 * **Keep control** - your data stays in your WordPress database. (GDPR friendly) 26 * **Works with any builder** —Gutenberg, Elementor, Beaver Builder, Bricks, Oxygen, Brizy, Breakdance, and more.27 * **Caching compatible** —built for modern caching and performance plugins.26 * **Works with any builder** - Gutenberg, Elementor, Beaver Builder, Bricks, Oxygen, Brizy, Breakdance, and more. 27 * **Caching compatible** - built for modern caching and performance plugins. 28 28 * **No analysis needed** - abtestkit tracks impressions & clicks, then automatically declares the winning variant with 95% confidence. 29 29 … … 76 76 77 77 == Changelog == 78 79 = 1.1.1 = 80 * Packaging fixes 78 81 79 82 = 1.1.0 = … … 142 145 == Upgrade Notice == 143 146 147 = 1.1.1 = 148 * package fixes 149 144 150 = 1.1.0 = 145 151 Major Release: Full WooCommerce Product A/B Testing
Note: See TracChangeset
for help on using the changeset viewer.