Plugin Directory

Changeset 3191538


Ignore:
Timestamp:
11/18/2024 06:30:22 PM (17 months ago)
Author:
pikkoloatli
Message:

Documentation updates

Location:
pikkolo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pikkolo/trunk/pikkolo.php

    r3031882 r3191538  
    349349                        // $log->add('pikkolois', wc_get_product($product->ID));
    350350
    351                         // if meta data is not set
     351                        // if meta data is not set.
    352352                        if ( ! get_post_meta( $product_id, 'pikkolo_frozen', true ) ) {
    353353                            // $log->add('pikkolois', 'Adding pikkolo_frozen meta data to product ' . $product_id);
     
    584584            }
    585585
    586             // Add modal button
     586            // Add modal button.
    587587            printf(
    588588                '<div class="PikkoloDeliveryMethodAction">
     
    595595        }
    596596    }
     597    // Note that this uses the classic WooCommerce Checkout, not the new block editor.
    597598    add_action( 'woocommerce_after_shipping_rate', 'pikkolo_choose_location', 10, 2 );
    598599
  • pikkolo/trunk/readme.txt

    r3031892 r3191538  
    44Tags: Shipping, WooCommerce, Iceland
    55Requires at least: 5.2
    6 Tested up to: 6.3.0
     6Tested up to: 6.7.0
    77Requires PHP: 7.3.5
    88WC requires at least: 3.8.1
    9 WC tested up to: 8.0.2
    10 Stable tag: 1.0.4
     9WC tested up to: 9.4.1
     10Stable tag: 1.0.5
    1111
    1212== Installation ==
     
    3434== Changelog ==
    3535
     36= 1.0.5 =
     37* Documentation updates
     38
    3639= 1.0.4 =
    3740* More robust handling of the delivery date
Note: See TracChangeset for help on using the changeset viewer.