Plugin Directory

Changeset 3466253


Ignore:
Timestamp:
02/21/2026 05:54:11 AM (6 weeks ago)
Author:
kitbix
Message:

Release version 1.0.10

Location:
kitbix-commerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kitbix-commerce/trunk/kitbix-commerce.php

    r3464435 r3466253  
    44 * Plugin URI:        https://kitbix.com/kitbix-commerce/
    55 * Description:       Kitbix Commerce by KitBix – lightweight eCommerce system for WordPress.
    6  * Version:           1.0.9
     6 * Version:           1.0.10
    77 * Author:            kitbix
    88 * Author URI:        https://profiles.wordpress.org/kitbix/
     
    1717}
    1818
    19 define('KITBIX_COMMERCE_VERSION', '1.0.9');
     19define('KITBIX_COMMERCE_VERSION', '1.0.10');
    2020define('KITBIX_COMMERCE_PLUGIN_FILE', __FILE__);
    2121define('KITBIX_COMMERCE_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • kitbix-commerce/trunk/readme.txt

    r3464463 r3466253  
    11=== Kitbix Commerce ===
    22Contributors: kitbix
    3 Tags: ecommerce, checkout, products, online store, stripe
     3Tags: ecommerce, checkout, products, online store, orders
    44Requires at least: 5.5
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.9
     7Stable tag: 1.0.10
    88License: GPL-2.0-or-later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    113113Unlock advanced revenue features with **[Kitbix Commerce Pro](https://kitbix.com/kitbix-commerce/)**:
    114114
     115**🤖 AI Support Chat**
     116Embed an OpenAI-powered live chat widget on your storefront. The AI recommends products, handles order status enquiries (verified by both Order ID and checkout email for security), captures visitor contact details as leads automatically, and generates a plain-text customer overview after every conversation. View all captured leads under **Kitbix Commerce → AI Leads** in wp-admin.
     117
    115118**🔄 Subscriptions & Licensing**
    116119Sell recurring monthly or yearly subscriptions with Stripe billing. Includes free trial periods, grace periods after failed renewals, automatic renewal via WP-Cron, and optional per-site license key generation. Customers get a direct checkout link for each subscription product.
     
    200203= Is Kitbix Commerce free? =
    201204
    202 Yes. The core plugin is 100% free and includes unlimited products, orders, customers, Stripe/PayPal/COD payments, and eight built-in addons. [Kitbix Commerce Pro](https://kitbix.com/kitbix-commerce/) adds subscriptions, digital downloads, customer accounts, product reviews, and 30+ design presets.
     205Yes. The core plugin is 100% free and includes unlimited products, orders, customers, Stripe/PayPal/COD payments, and eight built-in addons. [Kitbix Commerce Pro](https://kitbix.com/kitbix-commerce/) adds AI Support Chat, subscriptions, digital downloads, customer accounts, product reviews, and 30+ design presets.
    203206
    204207= Is there a limit on products or orders? =
     
    265268== Changelog ==
    266269
     2702026-02-21 - version 1.0.10
     271
     272* Update: Update readme.txt.
     273
    2672742026-02-16 - version 1.0.9
    268275
  • kitbix-commerce/trunk/vendor/composer/installed.php

    r3462760 r3466253  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '21d293cd1da73c94834104857b65b6e6685afb92',
     6        'reference' => 'e2999b9c9ca1c178d7c5ebd773a03bc2943db01e',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '21d293cd1da73c94834104857b65b6e6685afb92',
     16            'reference' => 'e2999b9c9ca1c178d7c5ebd773a03bc2943db01e',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.