Plugin Directory

Changeset 3318776


Ignore:
Timestamp:
06/27/2025 12:41:27 PM (9 months ago)
Author:
jaedm97
Message:

Update to version 4.9.7 from GitHub

Location:
woc-open-close
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woc-open-close/tags/4.9.7/readme.txt

    r3318223 r3318776  
    11=== Open Close Store for WooCommerce - Best Business Schedules Manager ===
    2    Contributors: ilmosys, stackwc
     2   Contributors: stackwc, ilmosys
    33   Donate link: https://stackwc.com
    4    Tags: opening hours, open close, schedules manager
     4   Tags: opening hours, open close, schedules manager, store hours
    55   Requires at least: 4.6
    66   Tested up to: 6.8
    77   Tested up to WooCommerce: 9.9.5
    8    Stable tag: 4.9.6
     8   Stable tag: 4.9.7
    99   Requires PHP: 7.1
    1010   Requires WooCommerce: 7.2
     
    1717== Description ==
    1818
    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**.
     19You would be happy to know that "**Open Close WooCommerce Store**" now becomes "**Open Close Store for WooCommerce**".
     20
     21This 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**.
    2222
    2323You 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.
     
    143143== Changelog ==
    144144
     145= 4.9.7 - 27 Jun 2025 =
     146- FIX: Fixed plugin activation error.
     147
    145148= 4.9.6 - 26 Jun 2025 =
    146149- NEW: Added Freemius.
  • woc-open-close/tags/4.9.7/woc-open-close.php

    r3318223 r3318776  
    11<?php
    2 
    32/**
    4  * Plugin Name: Open Close Store for WooCommerce (Premium)
     3 * Plugin Name: Open Close Store for WooCommerce
    54 * Plugin URI: https://stackwc.com/plugins/woc-open-close/
    65 * Description: Easily schedule your WooCommerce store’s open and close times with flexible daily shifts, instant control, and preorder options.
    7  * Version: 4.9.6
     6 * Version: 4.9.7
    87 * Author: StackWC
    98 * Author URI: https://stackwc.com
     
    4948}
    5049add_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
    6768if ( !function_exists( 'wooopenclose_cleanup' ) ) {
    6869    function wooopenclose_cleanup() {
  • woc-open-close/trunk/readme.txt

    r3318223 r3318776  
    11=== Open Close Store for WooCommerce - Best Business Schedules Manager ===
    2    Contributors: ilmosys, stackwc
     2   Contributors: stackwc, ilmosys
    33   Donate link: https://stackwc.com
    4    Tags: opening hours, open close, schedules manager
     4   Tags: opening hours, open close, schedules manager, store hours
    55   Requires at least: 4.6
    66   Tested up to: 6.8
    77   Tested up to WooCommerce: 9.9.5
    8    Stable tag: 4.9.6
     8   Stable tag: 4.9.7
    99   Requires PHP: 7.1
    1010   Requires WooCommerce: 7.2
     
    1717== Description ==
    1818
    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**.
     19You would be happy to know that "**Open Close WooCommerce Store**" now becomes "**Open Close Store for WooCommerce**".
     20
     21This 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**.
    2222
    2323You 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.
     
    143143== Changelog ==
    144144
     145= 4.9.7 - 27 Jun 2025 =
     146- FIX: Fixed plugin activation error.
     147
    145148= 4.9.6 - 26 Jun 2025 =
    146149- NEW: Added Freemius.
  • woc-open-close/trunk/woc-open-close.php

    r3318223 r3318776  
    11<?php
    2 
    32/**
    4  * Plugin Name: Open Close Store for WooCommerce (Premium)
     3 * Plugin Name: Open Close Store for WooCommerce
    54 * Plugin URI: https://stackwc.com/plugins/woc-open-close/
    65 * Description: Easily schedule your WooCommerce store’s open and close times with flexible daily shifts, instant control, and preorder options.
    7  * Version: 4.9.6
     6 * Version: 4.9.7
    87 * Author: StackWC
    98 * Author URI: https://stackwc.com
     
    4948}
    5049add_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
    6768if ( !function_exists( 'wooopenclose_cleanup' ) ) {
    6869    function wooopenclose_cleanup() {
Note: See TracChangeset for help on using the changeset viewer.