Plugin Directory

Changeset 3233658


Ignore:
Timestamp:
02/03/2025 06:01:05 AM (14 months ago)
Author:
sevengits
Message:

version 1.3.4

Location:
wc-messaging/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wc-messaging/trunk/readme.txt

    r3223474 r3233658  
    1 === WC Messaging - Integrate WhatsApp Cloud API with WooCommerce ===
     1=== WC Messaging ===
    22Contributors:sevengits
    33Donate link: https://www.paypal.com/paypalme/amberpathLLP
     
    55Requires at least: 4.0
    66Tested up to: 6.7
    7 Stable tag: 1.3.3
     7Stable tag: 1.3.4
    88Requires PHP: 5.4
    99License: GPL-2.0+
     
    172172== Changelog ==
    173173
     174**1.3.4 - 03 FEB 2025**
     175
     176* **Improvement:** Minor fixes
     177* **Improvement:** The plugin name and title have been corrected to comply with WhatsApp's trademark guidelines
     178* **Improvement:** Compatible with WooCommerce 9.6
     179
    174180**1.3.3 - 16 JAN 2025**
    175181
  • wc-messaging/trunk/wc-messaging.php

    r3223474 r3233658  
    1010 * Plugin URI:        https://sevengits.com/plugin/wc-messaging-pro
    1111 * Description:       Send WhatsApp notifications for Woocommerce orders using  official WhatsApp Cloud APIs.
    12  * Version:           1.3.3
     12 * Version:           1.3.4
    1313 * Author:            Sevengits
    1414 * Author URI:        https://sevengits.com/
     
    1919 * Requires Plugins: woocommerce
    2020 * WC Requires at least: 3.7
    21  * WC Tested up to:      9.5
     21 * WC Tested up to:      9.6
    2222 */
    2323
     
    4040}
    4141if (!defined('woom_version')) {
    42     define('woom_version', '1.3.3');
     42    define('woom_version', '1.3.4');
    4343}
    4444
Note: See TracChangeset for help on using the changeset viewer.