Plugin Directory

Changeset 2994279


Ignore:
Timestamp:
11/11/2023 06:47:44 AM (2 years ago)
Author:
pluginbazar
Message:

Fix Bug

Location:
woc-open-close
Files:
228 added
3 edited

Legend:

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

    r2983074 r2994279  
    44   Tags: opening hours,open close,schedules manager
    55   Requires at least: 4.6
    6    Tested up to: 6.3.2
    7    Tested up to WooCommerce: 8.2.1
    8    Stable tag: 4.7.8
     6   Tested up to: 6.4.1
     7   Tested up to WooCommerce: 8.2.2
     8   Stable tag: 4.7.9
    99   Requires PHP: 5.6
    1010   Requires WooCommerce: 3.0
     
    298298      * 20/09/2023 - FIX - Bug fixed.
    299299
     300      = 4.7.9 =
     301      * 11/11/2023 - FIX - Bug fixed.
     302
    300303
    301304== Upgrade Notice == 
  • woc-open-close/trunk/templates/shop-status-bar.php

    r2871247 r2994279  
    77
    88defined( 'ABSPATH' ) || exit;
     9
     10$button_classes = '';
    911
    1012if ( Utils::get_option( 'woc_bar_where' ) === 'wooopenclose-bar-none' ) {
  • woc-open-close/trunk/woc-open-close.php

    r2983074 r2994279  
    44    Plugin URI: https://pluginbazar.com/plugin/woocommerce-open-close/
    55    Description: Open Close WooCommerce store automatically with predefined schedules. Stop getting orders when your store is closed.
    6     Version: 4.7.8
     6    Version: 4.7.9
    77    Text Domain: woc-open-close
    88    Author: Jaed Mosharraf & Pluginbazar Team
     
    2020defined( 'WOOOPENCLOSE_DOCS_URL' ) || define( 'WOOOPENCLOSE_DOCS_URL', 'https://docs.pluginbazar.com/plugin/open-close-woocommerce-store/' );
    2121defined( 'WOOOPENCLOSE_WP_REVIEW_URL' ) || define( 'WOOOPENCLOSE_WP_REVIEW_URL', 'https://wordpress.org/support/plugin/woc-open-close/reviews/' );
    22 defined( 'WOOOPENCLOSE_VERSION' ) || define( 'WOOOPENCLOSE_VERSION', '4.7.8' );
     22defined( 'WOOOPENCLOSE_VERSION' ) || define( 'WOOOPENCLOSE_VERSION', '4.7.9' );
    2323
    2424
Note: See TracChangeset for help on using the changeset viewer.