Changeset 2700302
- Timestamp:
- 03/27/2022 06:49:55 PM (4 years ago)
- Location:
- kitcart
- Files:
-
- 1 deleted
- 2 edited
- 3 copied
-
tags/2.1.0 (deleted)
-
tags/2.1.1 (copied) (copied from kitcart/trunk)
-
tags/2.1.1/kitcart.php (copied) (copied from kitcart/trunk/kitcart.php) (2 diffs)
-
tags/2.1.1/readme.txt (copied) (copied from kitcart/trunk/readme.txt) (1 diff)
-
trunk/kitcart.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kitcart/tags/2.1.1/kitcart.php
r2700301 r2700302 7 7 Plugin URI: https://kitcart.net/ 8 8 Description: Kitcart is a cloud-based ecommerce platform for online stores and retail point-of-sale systems that helps modern businesses sell anything to anyone anywhere. 9 Version: 2.1. 09 Version: 2.1.1 10 10 Author: Kitcart 11 11 Contributors: Elon Jobs, Bill Tracy, John Wills, Josh Tracy, Dan Smith, Joseph Victor … … 39 39 } 40 40 41 define('KITCART_VERSION', ' 0.0.1');41 define('KITCART_VERSION', '2.1.1'); 42 42 define('KITCART__MINIMUM_WP_VERSION', '5.0'); 43 43 define('KITCART__PLUGIN_DIR', plugin_dir_path(__FILE__)); -
kitcart/tags/2.1.1/readme.txt
r2700298 r2700302 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.0 7 Stable tag: 2.1. 07 Stable tag: 2.1.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
kitcart/trunk/kitcart.php
r2700301 r2700302 7 7 Plugin URI: https://kitcart.net/ 8 8 Description: Kitcart is a cloud-based ecommerce platform for online stores and retail point-of-sale systems that helps modern businesses sell anything to anyone anywhere. 9 Version: 2.1. 09 Version: 2.1.1 10 10 Author: Kitcart 11 11 Contributors: Elon Jobs, Bill Tracy, John Wills, Josh Tracy, Dan Smith, Joseph Victor … … 39 39 } 40 40 41 define('KITCART_VERSION', ' 0.0.1');41 define('KITCART_VERSION', '2.1.1'); 42 42 define('KITCART__MINIMUM_WP_VERSION', '5.0'); 43 43 define('KITCART__PLUGIN_DIR', plugin_dir_path(__FILE__)); -
kitcart/trunk/readme.txt
r2700298 r2700302 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.0 7 Stable tag: 2.1. 07 Stable tag: 2.1.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.