Plugin Directory

Changeset 3108899


Ignore:
Timestamp:
06/27/2024 05:51:12 PM (21 months ago)
Author:
saulmorales
Message:

tagging version 4.0.28

Location:
shipping-envia-colvanes-woo
Files:
3 edited
7 copied

Legend:

Unmodified
Added
Removed
  • shipping-envia-colvanes-woo/tags/4.0.28/includes/class-shipping-envia-colvanes-ec.php

    r3108891 r3108899  
    261261    }
    262262
    263     public static function get_shop($product_id): array
     263    public static function get_shop($product_id): ?array
    264264    {
    265265        $id = get_post_field( 'post_author', $product_id );
  • shipping-envia-colvanes-woo/tags/4.0.28/readme.txt

    r3108891 r3108899  
    66Tested up to: 6.5.2
    77Requires PHP: 8.1
    8 Stable tag: 4.0.27
     8Stable tag: 4.0.28
    99License: GNU General Public License v3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    100100* Fixed validate code_account
    101101* Fixed repeat field _shipping_custom_price_product_smp in variation product
     102= 4.0.27 =
     103* Fixed define return value type in get_shop
    102104
    103105== Additional Info ==
  • shipping-envia-colvanes-woo/tags/4.0.28/shipping-envia-colvanes-woo.php

    r3108891 r3108899  
    33 * Plugin Name: Shipping Envia Colvanes Woo
    44 * Description: Shipping Envia Colvanes Woocommerce is available for Colombia
    5  * Version: 4.0.27
     5 * Version: 4.0.28
    66 * Author: Saul Morales Pacheco
    77 * Author URI: https://saulmoralespa.com
     
    1919
    2020if(!defined('SHIPPING_ENVIA_COLVANES_EC_VERSION')){
    21     define('SHIPPING_ENVIA_COLVANES_EC_VERSION', '4.0.27');
     21    define('SHIPPING_ENVIA_COLVANES_EC_VERSION', '4.0.28');
    2222}
    2323
  • shipping-envia-colvanes-woo/trunk/includes/class-shipping-envia-colvanes-ec.php

    r3108891 r3108899  
    261261    }
    262262
    263     public static function get_shop($product_id): array
     263    public static function get_shop($product_id): ?array
    264264    {
    265265        $id = get_post_field( 'post_author', $product_id );
  • shipping-envia-colvanes-woo/trunk/readme.txt

    r3108891 r3108899  
    66Tested up to: 6.5.2
    77Requires PHP: 8.1
    8 Stable tag: 4.0.27
     8Stable tag: 4.0.28
    99License: GNU General Public License v3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    100100* Fixed validate code_account
    101101* Fixed repeat field _shipping_custom_price_product_smp in variation product
     102= 4.0.27 =
     103* Fixed define return value type in get_shop
    102104
    103105== Additional Info ==
  • shipping-envia-colvanes-woo/trunk/shipping-envia-colvanes-woo.php

    r3108891 r3108899  
    33 * Plugin Name: Shipping Envia Colvanes Woo
    44 * Description: Shipping Envia Colvanes Woocommerce is available for Colombia
    5  * Version: 4.0.27
     5 * Version: 4.0.28
    66 * Author: Saul Morales Pacheco
    77 * Author URI: https://saulmoralespa.com
     
    1919
    2020if(!defined('SHIPPING_ENVIA_COLVANES_EC_VERSION')){
    21     define('SHIPPING_ENVIA_COLVANES_EC_VERSION', '4.0.27');
     21    define('SHIPPING_ENVIA_COLVANES_EC_VERSION', '4.0.28');
    2222}
    2323
Note: See TracChangeset for help on using the changeset viewer.