Changeset 3318776
- Timestamp:
- 06/27/2025 12:41:27 PM (9 months ago)
- Location:
- woc-open-close
- Files:
-
- 4 edited
- 1 copied
-
tags/4.9.7 (copied) (copied from woc-open-close/trunk)
-
tags/4.9.7/readme.txt (modified) (3 diffs)
-
tags/4.9.7/woc-open-close.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/woc-open-close.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woc-open-close/tags/4.9.7/readme.txt
r3318223 r3318776 1 1 === Open Close Store for WooCommerce - Best Business Schedules Manager === 2 Contributors: ilmosys, stackwc2 Contributors: stackwc, ilmosys 3 3 Donate link: https://stackwc.com 4 Tags: opening hours, open close, schedules manager 4 Tags: opening hours, open close, schedules manager, store hours 5 5 Requires at least: 4.6 6 6 Tested up to: 6.8 7 7 Tested up to WooCommerce: 9.9.5 8 Stable tag: 4.9. 68 Stable tag: 4.9.7 9 9 Requires PHP: 7.1 10 10 Requires WooCommerce: 7.2 … … 17 17 == Description == 18 18 19 You would be happy to know that "**Open Close WooCommerce Store**" now becomes "**Open Close Store for WooCommerce **".20 21 This is the best store scheduler plugin in the market which offers you so many options. **Open Close WooCommerce Store** is an extension of the #1 e-commerce plugin**WooCommerce**.19 You would be happy to know that "**Open Close WooCommerce Store**" now becomes "**Open Close Store for WooCommerce**". 20 21 This is the best store scheduler plugin in the market which offers you so many options. **Open Close Store for WooCommerce** is an extension of the #1 e-commerce plugin for **WooCommerce**. 22 22 23 23 You can set up your store schedule in minutes and choose what days and hours your store are open. As like a real store your website will be opened and/or closed following the schedules you defined. Thus your customer will able to know the actual business time and they will not able to place order at the time your store is closed. … … 143 143 == Changelog == 144 144 145 = 4.9.7 - 27 Jun 2025 = 146 - FIX: Fixed plugin activation error. 147 145 148 = 4.9.6 - 26 Jun 2025 = 146 149 - NEW: Added Freemius. -
woc-open-close/tags/4.9.7/woc-open-close.php
r3318223 r3318776 1 1 <?php 2 3 2 /** 4 * Plugin Name: Open Close Store for WooCommerce (Premium)3 * Plugin Name: Open Close Store for WooCommerce 5 4 * Plugin URI: https://stackwc.com/plugins/woc-open-close/ 6 5 * Description: Easily schedule your WooCommerce store’s open and close times with flexible daily shifts, instant control, and preorder options. 7 * Version: 4.9. 66 * Version: 4.9.7 8 7 * Author: StackWC 9 8 * Author URI: https://stackwc.com … … 49 48 } 50 49 add_action( 'before_woocommerce_init', 'wooopenclose_declare_woocommerce_compatibility' ); 51 if ( !function_exists( 'wooopenclose_pro_deactivate_free_version' ) ) { 52 /** 53 * Deactivate free version when pro version is activated 54 */ 55 function wooopenclose_pro_deactivate_free_version() { 56 if ( !function_exists( 'is_plugin_active' ) ) { 57 include_once ABSPATH . 'wp-admin/includes/plugin.php'; 58 } 59 if ( is_plugin_active( 'woc-open-close/woc-open-close.php' ) ) { 60 deactivate_plugins( 'woc-open-close/woc-open-close.php' ); 61 } 62 } 63 64 } 65 register_activation_hook( __FILE__, 'wooopenclose_pro_deactivate_free_version' ); 66 add_action( 'admin_head', 'wooopenclose_pro_deactivate_free_version' ); 50 51 //if ( !function_exists( 'wooopenclose_pro_deactivate_free_version' ) ) { 52 // /** 53 // * Deactivate free version when pro version is activated 54 // */ 55 // function wooopenclose_pro_deactivate_free_version() { 56 // if ( !function_exists( 'is_plugin_active' ) ) { 57 // include_once ABSPATH . 'wp-admin/includes/plugin.php'; 58 // } 59 // if ( is_plugin_active( 'woc-open-close/woc-open-close.php' ) ) { 60 // deactivate_plugins( 'woc-open-close/woc-open-close.php' ); 61 // } 62 // } 63 // 64 //} 65 //register_activation_hook( __FILE__, 'wooopenclose_pro_deactivate_free_version' ); 66 //add_action( 'admin_head', 'wooopenclose_pro_deactivate_free_version' ); 67 67 68 if ( !function_exists( 'wooopenclose_cleanup' ) ) { 68 69 function wooopenclose_cleanup() { -
woc-open-close/trunk/readme.txt
r3318223 r3318776 1 1 === Open Close Store for WooCommerce - Best Business Schedules Manager === 2 Contributors: ilmosys, stackwc2 Contributors: stackwc, ilmosys 3 3 Donate link: https://stackwc.com 4 Tags: opening hours, open close, schedules manager 4 Tags: opening hours, open close, schedules manager, store hours 5 5 Requires at least: 4.6 6 6 Tested up to: 6.8 7 7 Tested up to WooCommerce: 9.9.5 8 Stable tag: 4.9. 68 Stable tag: 4.9.7 9 9 Requires PHP: 7.1 10 10 Requires WooCommerce: 7.2 … … 17 17 == Description == 18 18 19 You would be happy to know that "**Open Close WooCommerce Store**" now becomes "**Open Close Store for WooCommerce **".20 21 This is the best store scheduler plugin in the market which offers you so many options. **Open Close WooCommerce Store** is an extension of the #1 e-commerce plugin**WooCommerce**.19 You would be happy to know that "**Open Close WooCommerce Store**" now becomes "**Open Close Store for WooCommerce**". 20 21 This is the best store scheduler plugin in the market which offers you so many options. **Open Close Store for WooCommerce** is an extension of the #1 e-commerce plugin for **WooCommerce**. 22 22 23 23 You can set up your store schedule in minutes and choose what days and hours your store are open. As like a real store your website will be opened and/or closed following the schedules you defined. Thus your customer will able to know the actual business time and they will not able to place order at the time your store is closed. … … 143 143 == Changelog == 144 144 145 = 4.9.7 - 27 Jun 2025 = 146 - FIX: Fixed plugin activation error. 147 145 148 = 4.9.6 - 26 Jun 2025 = 146 149 - NEW: Added Freemius. -
woc-open-close/trunk/woc-open-close.php
r3318223 r3318776 1 1 <?php 2 3 2 /** 4 * Plugin Name: Open Close Store for WooCommerce (Premium)3 * Plugin Name: Open Close Store for WooCommerce 5 4 * Plugin URI: https://stackwc.com/plugins/woc-open-close/ 6 5 * Description: Easily schedule your WooCommerce store’s open and close times with flexible daily shifts, instant control, and preorder options. 7 * Version: 4.9. 66 * Version: 4.9.7 8 7 * Author: StackWC 9 8 * Author URI: https://stackwc.com … … 49 48 } 50 49 add_action( 'before_woocommerce_init', 'wooopenclose_declare_woocommerce_compatibility' ); 51 if ( !function_exists( 'wooopenclose_pro_deactivate_free_version' ) ) { 52 /** 53 * Deactivate free version when pro version is activated 54 */ 55 function wooopenclose_pro_deactivate_free_version() { 56 if ( !function_exists( 'is_plugin_active' ) ) { 57 include_once ABSPATH . 'wp-admin/includes/plugin.php'; 58 } 59 if ( is_plugin_active( 'woc-open-close/woc-open-close.php' ) ) { 60 deactivate_plugins( 'woc-open-close/woc-open-close.php' ); 61 } 62 } 63 64 } 65 register_activation_hook( __FILE__, 'wooopenclose_pro_deactivate_free_version' ); 66 add_action( 'admin_head', 'wooopenclose_pro_deactivate_free_version' ); 50 51 //if ( !function_exists( 'wooopenclose_pro_deactivate_free_version' ) ) { 52 // /** 53 // * Deactivate free version when pro version is activated 54 // */ 55 // function wooopenclose_pro_deactivate_free_version() { 56 // if ( !function_exists( 'is_plugin_active' ) ) { 57 // include_once ABSPATH . 'wp-admin/includes/plugin.php'; 58 // } 59 // if ( is_plugin_active( 'woc-open-close/woc-open-close.php' ) ) { 60 // deactivate_plugins( 'woc-open-close/woc-open-close.php' ); 61 // } 62 // } 63 // 64 //} 65 //register_activation_hook( __FILE__, 'wooopenclose_pro_deactivate_free_version' ); 66 //add_action( 'admin_head', 'wooopenclose_pro_deactivate_free_version' ); 67 67 68 if ( !function_exists( 'wooopenclose_cleanup' ) ) { 68 69 function wooopenclose_cleanup() {
Note: See TracChangeset
for help on using the changeset viewer.