Changeset 3108899
- Timestamp:
- 06/27/2024 05:51:12 PM (21 months ago)
- Location:
- shipping-envia-colvanes-woo
- Files:
-
- 3 edited
- 7 copied
-
tags/4.0.28 (copied) (copied from shipping-envia-colvanes-woo/trunk)
-
tags/4.0.28/includes/admin/settings.php (copied) (copied from shipping-envia-colvanes-woo/trunk/includes/admin/settings.php)
-
tags/4.0.28/includes/class-method-shipping-envia-colvanes-ec.php (copied) (copied from shipping-envia-colvanes-woo/trunk/includes/class-method-shipping-envia-colvanes-ec.php)
-
tags/4.0.28/includes/class-shipping-envia-colvanes-ec.php (copied) (copied from shipping-envia-colvanes-woo/trunk/includes/class-shipping-envia-colvanes-ec.php) (1 diff)
-
tags/4.0.28/includes/class-shipping-envia-colvanes-plugin-ec.php (copied) (copied from shipping-envia-colvanes-woo/trunk/includes/class-shipping-envia-colvanes-plugin-ec.php)
-
tags/4.0.28/readme.txt (copied) (copied from shipping-envia-colvanes-woo/trunk/readme.txt) (2 diffs)
-
tags/4.0.28/shipping-envia-colvanes-woo.php (copied) (copied from shipping-envia-colvanes-woo/trunk/shipping-envia-colvanes-woo.php) (2 diffs)
-
trunk/includes/class-shipping-envia-colvanes-ec.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shipping-envia-colvanes-woo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shipping-envia-colvanes-woo/tags/4.0.28/includes/class-shipping-envia-colvanes-ec.php
r3108891 r3108899 261 261 } 262 262 263 public static function get_shop($product_id): array263 public static function get_shop($product_id): ?array 264 264 { 265 265 $id = get_post_field( 'post_author', $product_id ); -
shipping-envia-colvanes-woo/tags/4.0.28/readme.txt
r3108891 r3108899 6 6 Tested up to: 6.5.2 7 7 Requires PHP: 8.1 8 Stable tag: 4.0.2 78 Stable tag: 4.0.28 9 9 License: GNU General Public License v3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 100 100 * Fixed validate code_account 101 101 * Fixed repeat field _shipping_custom_price_product_smp in variation product 102 = 4.0.27 = 103 * Fixed define return value type in get_shop 102 104 103 105 == Additional Info == -
shipping-envia-colvanes-woo/tags/4.0.28/shipping-envia-colvanes-woo.php
r3108891 r3108899 3 3 * Plugin Name: Shipping Envia Colvanes Woo 4 4 * Description: Shipping Envia Colvanes Woocommerce is available for Colombia 5 * Version: 4.0.2 75 * Version: 4.0.28 6 6 * Author: Saul Morales Pacheco 7 7 * Author URI: https://saulmoralespa.com … … 19 19 20 20 if(!defined('SHIPPING_ENVIA_COLVANES_EC_VERSION')){ 21 define('SHIPPING_ENVIA_COLVANES_EC_VERSION', '4.0.2 7');21 define('SHIPPING_ENVIA_COLVANES_EC_VERSION', '4.0.28'); 22 22 } 23 23 -
shipping-envia-colvanes-woo/trunk/includes/class-shipping-envia-colvanes-ec.php
r3108891 r3108899 261 261 } 262 262 263 public static function get_shop($product_id): array263 public static function get_shop($product_id): ?array 264 264 { 265 265 $id = get_post_field( 'post_author', $product_id ); -
shipping-envia-colvanes-woo/trunk/readme.txt
r3108891 r3108899 6 6 Tested up to: 6.5.2 7 7 Requires PHP: 8.1 8 Stable tag: 4.0.2 78 Stable tag: 4.0.28 9 9 License: GNU General Public License v3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 100 100 * Fixed validate code_account 101 101 * Fixed repeat field _shipping_custom_price_product_smp in variation product 102 = 4.0.27 = 103 * Fixed define return value type in get_shop 102 104 103 105 == Additional Info == -
shipping-envia-colvanes-woo/trunk/shipping-envia-colvanes-woo.php
r3108891 r3108899 3 3 * Plugin Name: Shipping Envia Colvanes Woo 4 4 * Description: Shipping Envia Colvanes Woocommerce is available for Colombia 5 * Version: 4.0.2 75 * Version: 4.0.28 6 6 * Author: Saul Morales Pacheco 7 7 * Author URI: https://saulmoralespa.com … … 19 19 20 20 if(!defined('SHIPPING_ENVIA_COLVANES_EC_VERSION')){ 21 define('SHIPPING_ENVIA_COLVANES_EC_VERSION', '4.0.2 7');21 define('SHIPPING_ENVIA_COLVANES_EC_VERSION', '4.0.28'); 22 22 } 23 23
Note: See TracChangeset
for help on using the changeset viewer.