Changeset 3464435
- Timestamp:
- 02/18/2026 02:59:29 PM (7 weeks ago)
- Location:
- kitbix-commerce/trunk
- Files:
-
- 2 edited
-
kitbix-commerce.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kitbix-commerce/trunk/kitbix-commerce.php
r3462760 r3464435 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. 86 * Version: 1.0.9 7 7 * Author: kitbix 8 8 * Author URI: https://profiles.wordpress.org/kitbix/ … … 17 17 } 18 18 19 define('KITBIX_COMMERCE_VERSION', '1.0. 8');19 define('KITBIX_COMMERCE_VERSION', '1.0.9'); 20 20 define('KITBIX_COMMERCE_PLUGIN_FILE', __FILE__); 21 21 define('KITBIX_COMMERCE_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
kitbix-commerce/trunk/readme.txt
r3464431 r3464435 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 265 265 == Changelog == 266 266 267 2026-02-16 - version 1.0.9 268 269 * Update: Update readme.txt. 270 267 271 2026-02-16 - version 1.0.8 268 272
Note: See TracChangeset
for help on using the changeset viewer.