Changeset 2700298
- Timestamp:
- 03/27/2022 06:40:16 PM (4 years ago)
- Location:
- kitcart
- Files:
-
- 1 deleted
- 2 edited
- 3 copied
-
tags/2.0.2 (deleted)
-
tags/2.1.0 (copied) (copied from kitcart/trunk)
-
tags/2.1.0/kitcart.php (copied) (copied from kitcart/trunk/kitcart.php) (2 diffs)
-
tags/2.1.0/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.0/kitcart.php
r2700290 r2700298 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. 0.29 Version: 2.1.0 10 10 Author: Kitcart 11 11 Contributors: Elon Jobs, Bill Tracy, John Wills, Josh Tracy, Dan Smith, Joseph Victor … … 152 152 $args = array( 153 153 'post_type' => 'shop_order', 154 'post_status' => array('wc-completed', 'wc-processing', 'wc-on-hold', 'wc-pending'), 154 155 'posts_per_page' => -1, 155 156 'orderby' => 'date', -
kitcart/tags/2.1.0/readme.txt
r2700290 r2700298 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.0 7 Stable tag: 2. 0.27 Stable tag: 2.1.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
kitcart/trunk/kitcart.php
r2700290 r2700298 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. 0.29 Version: 2.1.0 10 10 Author: Kitcart 11 11 Contributors: Elon Jobs, Bill Tracy, John Wills, Josh Tracy, Dan Smith, Joseph Victor … … 152 152 $args = array( 153 153 'post_type' => 'shop_order', 154 'post_status' => array('wc-completed', 'wc-processing', 'wc-on-hold', 'wc-pending'), 154 155 'posts_per_page' => -1, 155 156 'orderby' => 'date', -
kitcart/trunk/readme.txt
r2700290 r2700298 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.0 7 Stable tag: 2. 0.27 Stable tag: 2.1.0 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.