Plugin Directory

Changeset 2101810


Ignore:
Timestamp:
06/06/2019 07:13:54 PM (7 years ago)
Author:
shopconstruct
Message:

Fixed broken files

Location:
shopconstruct
Files:
404 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • shopconstruct/trunk/readme.txt

    r2094151 r2101810  
    55Requires at least: 4.0.0
    66Tested up to: 5.2.1
    7 Stable tag: 1.0.9
     7Stable tag: 1.1.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    153153== Changelog ==
    154154
     155= 1.1.0 =
     156* Fixed broken files.
     157
    155158= 1.0.9 =
    156159* added infinity scrolling ajax pagination for category grids
  • shopconstruct/trunk/shop-construct.php

    r2094151 r2101810  
    44 * Plugin URI: https://shopconstruct.com
    55 * Description: An extremely flexible tool allowing managing online platform in one place.
    6  * Version: 1.0.9
     6 * Version: 1.1.0
    77 * Author: ShopConstruct
    88 * Author URI: https://shopconstruct.com
     
    3232         * @var string
    3333         */
    34         public $version = "1.0.9";
     34        public $version = "1.1.0";
    3535
    3636        public $license = 'free';
     
    202202                    'Shop_CT_Ajax_Cart',
    203203                    'Shop_CT_Ajax_Admin_Products',
    204                     'Shop_CT_Ajax_Admin_Orders',
    205204                ),
    206205                'admin' => array(
     
    288287        public function includes()
    289288        {
     289            require_once __DIR__ . DIRECTORY_SEPARATOR . 'includes' . DIRECTORY_SEPARATOR . 'shop-ct-functions.php';
     290
     291
     292            if(defined('DOING_AJAX') && DOING_AJAX) {
     293                require_once __DIR__ . DIRECTORY_SEPARATOR . 'includes' . DIRECTORY_SEPARATOR . 'shop-ct-ajax.php';
     294            }
    290295
    291296            include_once('includes/helpers/shop-ct-core-functions.php');
Note: See TracChangeset for help on using the changeset viewer.