Plugin Directory

Changeset 3317210


Ignore:
Timestamp:
06/24/2025 08:36:14 PM (9 months ago)
Author:
wpmobo
Message:

1.0.1

Fixed WordPress 6.8 compatibility issue

Location:
store-notifier
Files:
69 added
2 edited

Legend:

Unmodified
Added
Removed
  • store-notifier/trunk/readme.txt

    r3219923 r3317210  
    55Requires PHP: 7.4
    66Requires at least: 6.5
    7 Tested up to: 6.7
    8 Stable tag: 1.0.0
    9 Version: 1.0.0
     7Tested up to: 6.8
     8Stable tag: 1.0.1
     9Version: 1.0.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    126126= 1.0.0 =
    127127This is initial Release for StoreNotifier
     128
     129= 1.0.1 =
     130Fixed WordPress 6.8 compatibility issue
  • store-notifier/trunk/store-notifier.php

    r3219914 r3317210  
    44Plugin URI:   https://wpmobo.com/storenotifier-notifications-plugin-for-woocommerce/
    55Description:  WhatsApp & On-Site Notifications plugin for WooCommerce
    6 Version:      1.0.0
     6Version:      1.0.1
    77Author:       wpmobo
    88Author URI:   https://wpmobo.com/
     
    2020// Define Constants for direct access alert message.
    2121if( !defined( 'STORENOTIFIER_ALERT_MSG' ) )
    22     define( 'STORENOTIFIER_ALERT_MSG', esc_html__( 'You should not access this file directly.!', 'store-notifier' ) );
     22    define( 'STORENOTIFIER_ALERT_MSG', 'You should not access this file directly.!' );
    2323
    2424// Define option name.
Note: See TracChangeset for help on using the changeset viewer.