Plugin Directory

Changeset 2758964


Ignore:
Timestamp:
07/20/2022 06:15:22 AM (4 years ago)
Author:
ncstudio
Message:

version 2.5.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • studiocart/trunk/studiocart.php

    r2747722 r2758964  
    1717 * Plugin URI:        https://studiocart.co
    1818 * Description:       Stunning order pages and simplified sales flow creation that helps you sell digital products, programs, and services from your WordPress site.
    19  * Version:           2.5.2
     19 * Version:           2.5.7
    2020 * Author:            N.Creatives
    2121 * Author URI:        https://ncreatives.com
     
    8787     * Rename this for your plugin and update it as you release new versions.
    8888     */
    89     define( 'NCS_CART_VERSION', '2.5.2' );
     89    define( 'NCS_CART_VERSION', '2.5.7' );
    9090    define( 'NCS_CART_BASE_DIR', plugin_dir_path( __FILE__ ) );
    9191    define( 'NCS_CART_BASE_URL', plugin_dir_url( __FILE__ ) );
     92    define( 'NCS_STYLESHEETPATH', get_stylesheet_directory() );
    9293    /**
    9394     * The code that runs during plugin activation.
Note: See TracChangeset for help on using the changeset viewer.