Plugin Directory

Changeset 3469493


Ignore:
Timestamp:
02/25/2026 01:51:30 PM (13 days ago)
Author:
abtestkit
Message:

Bump to 1.1.1 (packaging fix)

Location:
abtestkit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • abtestkit/trunk/abtestkit.php

    r3467293 r3469493  
    44 * Plugin URI:        https://wordpress.org/plugins/abtestkit
    55 * Description:       Split testing for WooCommerce, compatible with all page builders, themes & caching plugins.
    6  * Version:           1.1.0
     6 * Version:           1.1.1
    77 * Author:            abtestkit
    88 * License:           GPL-2.0-or-later
     
    9292    return [
    9393        'plugin'   => 'abtestkit',
    94         'version'  => '1.1.0',
     94        'version'  => '1.1.1',
    9595        'site'     => md5( home_url() ), // anonymous hash
    9696        'wp'       => get_bloginfo( 'version' ),
     
    225225        plugins_url( 'assets/js/onboarding.js', __FILE__ ),
    226226        array( 'wp-element', 'wp-components', 'wp-api-fetch' ),
    227         '1.1.0',
     227        '1.1.1',
    228228        true
    229229    );
     
    42484248        plugins_url( 'assets/js/pt-wizard.js', __FILE__ ),
    42494249        [ 'wp-element', 'wp-components', 'wp-api-fetch', 'wp-editor' ],
    4250         '1.1.0',
     4250        '1.1.1',
    42514251        true
    42524252    );
     
    42714271        plugins_url( 'assets/js/admin-list-guard.js', __FILE__ ),
    42724272        [ 'jquery' ],
    4273         ( defined( 'ABTESTKIT_VERSION' ) ? ABTESTKIT_VERSION : '1.1.0' ),
     4273        ( defined( 'ABTESTKIT_VERSION' ) ? ABTESTKIT_VERSION : '1.1.1' ),
    42744274        true
    42754275    );
  • abtestkit/trunk/readme.txt

    r3467293 r3469493  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPL-2.0-or-later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2424* **WooCommerce product testing** - Optimize your products and boost profits.
    2525* **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.   
    2828* **No analysis needed** - abtestkit tracks impressions & clicks, then automatically declares the winning variant with 95% confidence. 
    2929
     
    7676
    7777== Changelog ==
     78
     79= 1.1.1 =
     80* Packaging fixes
    7881
    7982= 1.1.0 =
     
    142145== Upgrade Notice ==
    143146
     147= 1.1.1 =
     148* package fixes
     149
    144150= 1.1.0 =
    145151Major Release: Full WooCommerce Product A/B Testing
Note: See TracChangeset for help on using the changeset viewer.