Plugin Directory

Changeset 2700302


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

It seems to have issue with orderby Date

Location:
kitcart
Files:
1 deleted
2 edited
3 copied

Legend:

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

    r2700301 r2700302  
    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.1.0
     9Version: 2.1.1
    1010Author: Kitcart
    1111Contributors: Elon Jobs, Bill Tracy, John Wills, Josh Tracy, Dan Smith, Joseph Victor
     
    3939}
    4040
    41 define('KITCART_VERSION', '0.0.1');
     41define('KITCART_VERSION', '2.1.1');
    4242define('KITCART__MINIMUM_WP_VERSION', '5.0');
    4343define('KITCART__PLUGIN_DIR', plugin_dir_path(__FILE__));
  • kitcart/tags/2.1.1/readme.txt

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

    r2700301 r2700302  
    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.1.0
     9Version: 2.1.1
    1010Author: Kitcart
    1111Contributors: Elon Jobs, Bill Tracy, John Wills, Josh Tracy, Dan Smith, Joseph Victor
     
    3939}
    4040
    41 define('KITCART_VERSION', '0.0.1');
     41define('KITCART_VERSION', '2.1.1');
    4242define('KITCART__MINIMUM_WP_VERSION', '5.0');
    4343define('KITCART__PLUGIN_DIR', plugin_dir_path(__FILE__));
  • kitcart/trunk/readme.txt

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