Plugin Directory

Changeset 3103372


Ignore:
Timestamp:
06/17/2024 05:52:24 AM (22 months ago)
Author:
rejuancse
Message:

CSS issue fixed

Location:
x-extensions-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x-extensions-for-woocommerce/trunk/readme.txt

    r2878177 r3103372  
    66Tested up to: 6.1
    77Requires PHP: 7.2
    8 Stable tag:  1.0.1
     8Stable tag:  1.0.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7575== Changelog ==
    7676
    77 = 1.0.1 [011/03/2023] =
     77= 1.0.2 [17/06/2024] =
     78* CSS issue fixed
     79* Gulp file and Package.json file script updated
     80
     81= 1.0.1 [11/03/2023] =
    7882* Version up to date
    7983
  • x-extensions-for-woocommerce/trunk/x-extensions.php

    r2878177 r3103372  
    22/**
    33 * Plugin Name: X-Extensions for WooCommerce
    4  * Description: Woocommerce extensions plugin
    5  * Version: 1.0.1
     4 * Description: Boost your WooCommerce store with X-Extensions, featuring advanced product listing, AJAX search, and product quick view. Enjoy instant search results, customizable displays, and seamless quick view functionality, all in one powerful, performance-optimized plugin.
     5 * Version: 1.0.2
    66 * Requires at least: 5.9
    7  * Tested up to:      6.1
     7 * Tested up to: 6.1
    88 * Author: Rejuan Ahamed
    99 * Text Domain: xewc
     
    3232*/
    3333define('XEWC_FILE', __FILE__);
    34 define('XEWC_VERSION', '1.0.1');
     34define('XEWC_VERSION', '1.0.2');
    3535define('XEWC_DIR_URL', plugin_dir_url( XEWC_FILE ));
    3636define('XEWC_DIR_PATH', plugin_dir_path( XEWC_FILE ));
Note: See TracChangeset for help on using the changeset viewer.