Changeset 3466253
- Timestamp:
- 02/21/2026 05:54:11 AM (6 weeks ago)
- Location:
- kitbix-commerce/trunk
- Files:
-
- 3 edited
-
kitbix-commerce.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
-
vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kitbix-commerce/trunk/kitbix-commerce.php
r3464435 r3466253 4 4 * Plugin URI: https://kitbix.com/kitbix-commerce/ 5 5 * Description: Kitbix Commerce by KitBix – lightweight eCommerce system for WordPress. 6 * Version: 1.0. 96 * Version: 1.0.10 7 7 * Author: kitbix 8 8 * Author URI: https://profiles.wordpress.org/kitbix/ … … 17 17 } 18 18 19 define('KITBIX_COMMERCE_VERSION', '1.0. 9');19 define('KITBIX_COMMERCE_VERSION', '1.0.10'); 20 20 define('KITBIX_COMMERCE_PLUGIN_FILE', __FILE__); 21 21 define('KITBIX_COMMERCE_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
kitbix-commerce/trunk/readme.txt
r3464463 r3466253 1 1 === Kitbix Commerce === 2 2 Contributors: kitbix 3 Tags: ecommerce, checkout, products, online store, stripe3 Tags: ecommerce, checkout, products, online store, orders 4 4 Requires at least: 5.5 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 97 Stable tag: 1.0.10 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 113 113 Unlock advanced revenue features with **[Kitbix Commerce Pro](https://kitbix.com/kitbix-commerce/)**: 114 114 115 **🤖 AI Support Chat** 116 Embed 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 115 118 **🔄 Subscriptions & Licensing** 116 119 Sell 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. … … 200 203 = Is Kitbix Commerce free? = 201 204 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.205 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 AI Support Chat, subscriptions, digital downloads, customer accounts, product reviews, and 30+ design presets. 203 206 204 207 = Is there a limit on products or orders? = … … 265 268 == Changelog == 266 269 270 2026-02-21 - version 1.0.10 271 272 * Update: Update readme.txt. 273 267 274 2026-02-16 - version 1.0.9 268 275 -
kitbix-commerce/trunk/vendor/composer/installed.php
r3462760 r3466253 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 21d293cd1da73c94834104857b65b6e6685afb92',6 'reference' => 'e2999b9c9ca1c178d7c5ebd773a03bc2943db01e', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 21d293cd1da73c94834104857b65b6e6685afb92',16 'reference' => 'e2999b9c9ca1c178d7c5ebd773a03bc2943db01e', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.