Changeset 2758964
- Timestamp:
- 07/20/2022 06:15:22 AM (4 years ago)
- File:
-
- 1 edited
-
studiocart/trunk/studiocart.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
studiocart/trunk/studiocart.php
r2747722 r2758964 17 17 * Plugin URI: https://studiocart.co 18 18 * 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. 219 * Version: 2.5.7 20 20 * Author: N.Creatives 21 21 * Author URI: https://ncreatives.com … … 87 87 * Rename this for your plugin and update it as you release new versions. 88 88 */ 89 define( 'NCS_CART_VERSION', '2.5. 2' );89 define( 'NCS_CART_VERSION', '2.5.7' ); 90 90 define( 'NCS_CART_BASE_DIR', plugin_dir_path( __FILE__ ) ); 91 91 define( 'NCS_CART_BASE_URL', plugin_dir_url( __FILE__ ) ); 92 define( 'NCS_STYLESHEETPATH', get_stylesheet_directory() ); 92 93 /** 93 94 * The code that runs during plugin activation.
Note: See TracChangeset
for help on using the changeset viewer.