Plugin Directory

Changeset 3155658


Ignore:
Timestamp:
09/21/2024 09:57:41 AM (14 months ago)
Author:
rajeshsingh520
Message:

WC 9.2.0

Location:
delivery-pickup-reminder-email-woocommerce
Files:
49 added
2 edited

Legend:

Unmodified
Added
Removed
  • delivery-pickup-reminder-email-woocommerce/trunk/README.txt

    r3145633 r3155658  
    55Requires at least: 3.0.1
    66Tested up to: 6.6.1
    7 Stable tag: 1.4.49
     7Stable tag: 1.4.60
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • delivery-pickup-reminder-email-woocommerce/trunk/delivery-pickup-reminder-email-woocommerce.php

    r3145633 r3155658  
    1010 *
    1111 * @link              piwebsolution.com
    12  * @since             1.4.49
     12 * @since             1.4.60
    1313 * @package           Pisol_Delivery_Pickup_Reminder_Email
    1414 *
     
    1717 * Plugin URI:        piwebsolution.com/shop
    1818 * Description:       Send a reminder email to customer regarding there order pickup or delivery
    19  * Version:           1.4.49
     19 * Version:           1.4.60
    2020 * Author:            PI Websolution
    2121 * Author URI:        piwebsolution.com
     
    2323 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    2424 * Text Domain:       pisol-delivery-pickup-reminder-email
    25  * WC tested up to:   9.1.4
     25 * WC tested up to:   9.2.0
    2626 * Domain Path:       /languages
    2727 */
     
    6565/**
    6666 * Currently plugin version.
    67  * Start at version 1.4.49 and use SemVer - https://semver.org
     67 * Start at version 1.4.60 and use SemVer - https://semver.org
    6868 * Rename this for your plugin and update it as you release new versions.
    6969 */
    70 define( 'PISOL_DELIVERY_PICKUP_REMINDER_EMAIL_VERSION', '1.4.49' );
     70define( 'PISOL_DELIVERY_PICKUP_REMINDER_EMAIL_VERSION', '1.4.60' );
    7171define( 'PISOL_DPRE_REMINDER_URL', plugin_dir_url(__FILE__));
    7272define( 'PISOL_DPRE_REMINDER_BUY_URL', 'https://www.piwebsolution.com/cart/?add-to-cart=5195&variation_id=5199');
Note: See TracChangeset for help on using the changeset viewer.