Plugin Directory

Changeset 3076683


Ignore:
Timestamp:
04/24/2024 08:59:00 PM (23 months ago)
Author:
fullstackhouse
Message:

ver 1.7.2 - Compatibility with WooCommerce update manager

Location:
wc-smart-cod/tags/1.7.2
Files:
20 copied

Legend:

Unmodified
Added
Removed
  • wc-smart-cod/tags/1.7.2/README.txt

    r2985727 r3076683  
    33Tags: WooCommerce, Cash on Delivery, COD, COD Extra Fee, Smart COD, WooCommerce COD, Multiple Fees
    44Requires at least: 3.0.1
    5 Tested up to: 6.3
    6 Stable tag: 1.7.1
     5Tested up to: 6.5
     6Stable tag: 1.7.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wc-smart-cod/tags/1.7.2/includes/class-wc-smart-cod.php

    r2985727 r3076683  
    8080        $this->plugin_name = 'wc-smart-cod';
    8181       
    82         define( 'SMART_COD_VER', '1.7.1' );
     82        define( 'SMART_COD_VER', '1.7.2' );
    8383
    8484        self::$version = SMART_COD_VER;
  • wc-smart-cod/tags/1.7.2/wc-smart-cod.php

    r2985727 r3076683  
    1717 * Plugin URI:        https://wordpress.org/plugins/wc-smart-cod/
    1818 * Description:       A powerful plugin that extends WooCommerce COD (Cash on Delivery) Gateway, supporting multiple extra fees and a multiple factor gateway restriction.
    19  * Version:           1.7.1
     19 * Version:           1.7.2
    2020 * Author:            woosmartcod.com
    2121 * Author URI:        https://woosmartcod.com
     
    2525 * Domain Path:       /languages
    2626 * WC requires at least: 2.7
    27  * WC tested up to: 8.2.1
     27 * WC tested up to: 8.8.2
    2828 */
    2929
     
    7878}
    7979
    80 function declare_hpos_compatibility() {
     80function woocommerce_smart_cod_declare_hpos_compatibility() {
    8181    add_action( 'before_woocommerce_init', function() {
    8282        if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
     
    8686}
    8787
    88 declare_hpos_compatibility();
     88woocommerce_smart_cod_declare_hpos_compatibility();
    8989run_wc_smart_cod();
Note: See TracChangeset for help on using the changeset viewer.