Plugin Directory

Changeset 2700298


Ignore:
Timestamp:
03/27/2022 06:40:16 PM (4 years ago)
Author:
kitcartcommerce
Message:

Revision and upgrade to 2.1.0

Location:
kitcart
Files:
1 deleted
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • kitcart/tags/2.1.0/kitcart.php

    r2700290 r2700298  
    77Plugin URI: https://kitcart.net/
    88Description: 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.2
     9Version: 2.1.0
    1010Author: Kitcart
    1111Contributors: Elon Jobs, Bill Tracy, John Wills, Josh Tracy, Dan Smith, Joseph Victor
     
    152152    $args = array(
    153153        'post_type' => 'shop_order',
     154        'post_status' => array('wc-completed', 'wc-processing', 'wc-on-hold', 'wc-pending'),
    154155        'posts_per_page' => -1,
    155156        'orderby' => 'date',
  • kitcart/tags/2.1.0/readme.txt

    r2700290 r2700298  
    55Tested up to: 5.8
    66Requires PHP: 7.0
    7 Stable tag: 2.0.2
     7Stable tag: 2.1.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • kitcart/trunk/kitcart.php

    r2700290 r2700298  
    77Plugin URI: https://kitcart.net/
    88Description: 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.2
     9Version: 2.1.0
    1010Author: Kitcart
    1111Contributors: Elon Jobs, Bill Tracy, John Wills, Josh Tracy, Dan Smith, Joseph Victor
     
    152152    $args = array(
    153153        'post_type' => 'shop_order',
     154        'post_status' => array('wc-completed', 'wc-processing', 'wc-on-hold', 'wc-pending'),
    154155        'posts_per_page' => -1,
    155156        'orderby' => 'date',
  • kitcart/trunk/readme.txt

    r2700290 r2700298  
    55Tested up to: 5.8
    66Requires PHP: 7.0
    7 Stable tag: 2.0.2
     7Stable tag: 2.1.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.