Plugin Directory

Changeset 3437794


Ignore:
Timestamp:
01/12/2026 02:11:49 PM (6 weeks ago)
Author:
evcode
Message:

Update to version 2.4.2 from GitHub

Location:
woo-order-on-whatsapp
Files:
10 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woo-order-on-whatsapp/tags/2.4.2/README.txt

    r3217044 r3437794  
    44Tags: woocommerce, whatsapp, order on whatsapp
    55Requires at least: 5.5
    6 Tested up to: 6.7
    7 Stable tag: 2.4.1
     6Tested up to: 6.9
     7Stable tag: 2.4.2
    88Requires PHP: 7.4
    99License: GPLv2License
     
    7373== Changelog ==
    7474
     75= 2.4.2 =
     76Changed: small code improvements and compatibility.
     77
    7578= 2.4.1 =
    7679Changed: code improvements.
  • woo-order-on-whatsapp/tags/2.4.2/woo-order-on-whatsapp.php

    r3217044 r3437794  
    66 * Author: EduardoVillao.me
    77 * Author URI: https://eduardovillao.me/
    8  * Version: 2.4.1
     8 * Version: 2.4.2
    99 * Requires at least: 5.5
    1010 * Requires PHP: 7.4
     
    2121define( 'OMW_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    2222define( 'OMW_PLUGN_URL', plugin_dir_url( __FILE__ ) );
    23 define( 'OMW_VERSION', '2.4.1' );
     23define( 'OMW_VERSION', '2.4.2' );
    2424define( 'OMW_PHP_MINIMUM_VERSION', '7.4' );
    2525define( 'OMW_WP_MINIMUM_VERSION', '5.5' );
  • woo-order-on-whatsapp/trunk/README.txt

    r3217044 r3437794  
    44Tags: woocommerce, whatsapp, order on whatsapp
    55Requires at least: 5.5
    6 Tested up to: 6.7
    7 Stable tag: 2.4.1
     6Tested up to: 6.9
     7Stable tag: 2.4.2
    88Requires PHP: 7.4
    99License: GPLv2License
     
    7373== Changelog ==
    7474
     75= 2.4.2 =
     76Changed: small code improvements and compatibility.
     77
    7578= 2.4.1 =
    7679Changed: code improvements.
  • woo-order-on-whatsapp/trunk/woo-order-on-whatsapp.php

    r3217044 r3437794  
    66 * Author: EduardoVillao.me
    77 * Author URI: https://eduardovillao.me/
    8  * Version: 2.4.1
     8 * Version: 2.4.2
    99 * Requires at least: 5.5
    1010 * Requires PHP: 7.4
     
    2121define( 'OMW_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    2222define( 'OMW_PLUGN_URL', plugin_dir_url( __FILE__ ) );
    23 define( 'OMW_VERSION', '2.4.1' );
     23define( 'OMW_VERSION', '2.4.2' );
    2424define( 'OMW_PHP_MINIMUM_VERSION', '7.4' );
    2525define( 'OMW_WP_MINIMUM_VERSION', '5.5' );
Note: See TracChangeset for help on using the changeset viewer.