Plugin Directory

Changeset 3083825


Ignore:
Timestamp:
05/09/2024 09:43:31 AM (22 months ago)
Author:
pluginbazar
Message:

Compatibility with the latest WordPress

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

Legend:

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

    r3047198 r3083825  
    44   Tags: opening hours,open close,schedules manager
    55   Requires at least: 4.6
    6    Tested up to: 6.4.3
    7    Tested up to WooCommerce: 8.6.1
    8    Stable tag: 4.9.2
     6   Tested up to: 6.5.3
     7   Tested up to WooCommerce: 8.8.3
     8   Stable tag: 4.9.3
    99   Requires PHP: 5.6
    1010   Requires WooCommerce: 3.0
     
    313313     * 07/03/2024 - FIX - Security bug fixed.
    314314
     315     = 4.9.3 =
     316     * 09/05/2024 - Compatibility Test with Latest WordPress and WooCommerce Versions.
     317
    315318
    316319== Upgrade Notice == 
  • woc-open-close/trunk/woc-open-close.php

    r3047198 r3083825  
    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.9.2
     6    Version: 4.9.3
    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.9.2' );
     22defined( 'WOOOPENCLOSE_VERSION' ) || define( 'WOOOPENCLOSE_VERSION', '4.9.3' );
    2323
    2424
Note: See TracChangeset for help on using the changeset viewer.