Plugin Directory

Changeset 3005586

Timestamp:
12/05/2023 10:51:06 AM (8 months ago)
Author:
bobbingwide
Message:

oik-weight-zone-shipping v0.2.11. Compatible with WooCommerce High-Performance Order Storage. Tested with WooCommerce 8.3.1, WordPress 6.4.1 and PHP 8.2 & 8.3

Location:
oik-weight-zone-shipping/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • oik-weight-zone-shipping/trunk/changelog.txt

    r2988444 r3005586  
    11== Upgrade Notice ==
     2
     3
     4
    25= 0.2.9 =
    36Supports PHP 8.1 and PHP 8.2, tested with WordPress 6.4-RC1 and WooCommerce 8.2.1
     
    5962
    6063== Changelog ==
     64
     65
     66
     67
     68
     69
     70
    6171= 0.2.9 =
    6272* Changed: Support PHP 8.1 and PHP 8.2 #34
  • oik-weight-zone-shipping/trunk/oik-weight-zone-shipping.php

    r2988444 r3005586  
    44 * Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-weight-zone-shipping
    55 * Description: Weight zone shipping for WooCommerce
    6  * Version: 0.2.10
     6 * Version: 0.2.1
    77 * Author: bobbingwide
    88 * Author URI: https://bobbingwide.com/about-bobbing-wide
     
    1111 * Domain Path: /languages
    1212 * WC requires at least: 2.6
    13  * WC tested up to: 8.2.1
     13 * WC tested up to: 8..1
    1414 
    1515    Copyright Bobbing Wide 2014-2023 ( email : herb@bobbingwide.com )
     
    8080 * if WooCommerce is active.
    8181 */
    82 function oik_weight_zone_shipping_loaded() {
     82function oik_weight_zone_shipping_loaded() {
     83    add_action( 'before_woocommerce_init', 'oik_weight_zone_shipping_before_woocommerce_init' );
    8384    add_action( "woocommerce_init", "oik_weight_zone_shipping_woocommerce_init" );
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
    8496}
    8597
  • oik-weight-zone-shipping/trunk/readme.txt

    r2988444 r3005586  
    44Tags: shipping, weight, zone, woocommerce, multi rate, shipping classes
    55Requires at least: 5.6
    6 Tested up to: 6.4-RC3
    7 Stable tag: 0.2.10
     6Tested up to: 6.4
     7Stable tag: 0.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    100100
    101101== Upgrade Notice ==
    102 = 0.2.10 =
    103 Supports PHP 8.1 and PHP 8.2, tested with WordPress 6.4-RC1 and WooCommerce 8.2.1
     102= 0.2.1 =
     103Update for WooCommerce High-Performance Order Storage compatibility
    104104
    105105== Changelog ==
    106 = 0.2.10 =
    107 * Changed: Support PHP 8.1 and PHP 8.2 #34
    108 * Tested: With WordPress 6.4-RC1 and WordPress Multisite
    109 * Tested: With WooCommerce 8.2.1
     106= 0.2.11 =
     107* Changed: Declare WooCommerce High Performance Order Storage (HPOS) compatibility #35
     108* Changed: Support PHP 8.3 #34
     109* Tested: With WordPress 6.4.1 and WordPress Multisite
     110* Tested: With WooCommerce 8.3.1
    110111* Tested: With PHPUnit 9.6
    111 * Tested: With PHP 8.0, PHP 8.1 and PHP 8.2
     112* Tested: With PHP 8.0, PHP 8.1
Note: See TracChangeset for help on using the changeset viewer.