Changeset 3092545
- Timestamp:
- 05/25/2024 07:46:19 PM (23 months ago)
- Location:
- woo-cost-of-shipping
- Files:
-
- 19 added
- 2 edited
-
tags/1.4.1 (added)
-
tags/1.4.1/README.txt (added)
-
tags/1.4.1/assets (added)
-
tags/1.4.1/assets/css (added)
-
tags/1.4.1/assets/css/woocommerce-cost-of-shipping.css (added)
-
tags/1.4.1/assets/js (added)
-
tags/1.4.1/assets/js/index.js (added)
-
tags/1.4.1/assets/js/woocommerce-cost-of-shipping.js (added)
-
tags/1.4.1/includes (added)
-
tags/1.4.1/includes/admin (added)
-
tags/1.4.1/includes/admin/class-wc-cos-admin-orders.php (added)
-
tags/1.4.1/includes/admin/class-wc-cos-admin.php (added)
-
tags/1.4.1/includes/admin/class-wc-cos-safe-domdocument.php (added)
-
tags/1.4.1/languages (added)
-
tags/1.4.1/languages/woocommerce-cost-of-shipping.pot (added)
-
tags/1.4.1/woo-includes (added)
-
tags/1.4.1/woo-includes/class-wc-cos-dependencies.php (added)
-
tags/1.4.1/woo-includes/woo-functions.php (added)
-
tags/1.4.1/woocommerce-cost-of-shipping.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/woocommerce-cost-of-shipping.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-cost-of-shipping/trunk/README.txt
r2911313 r3092545 4 4 Tags: cost of shipping, shipping cost, WooCommerce, net profit, shipstation 5 5 Requires at least: 4.8.1 6 Tested up to: 6. 26 Tested up to: 6.5 7 7 Requires PHP: 7.0 8 8 Stable tag: trunk … … 59 59 60 60 == Changelog == 61 62 = 1.4.2 = 63 - Security update 64 - Tested on recent WordPress and WooCommerce 61 65 62 66 = 1.4.1 = -
woo-cost-of-shipping/trunk/woocommerce-cost-of-shipping.php
r2911313 r3092545 4 4 * Plugin URI: https://www.theritesites.com/plugins/woocommerce-cost-of-shipping 5 5 * Description: Allows the association of the cost of shipping to WooCommerce orders 6 * Version: 1.4. 16 * Version: 1.4.2 7 7 * Author: TheRiteSites 8 8 * Author URI: https://www.theritesites.com … … 11 11 * Text Domain: woocommerce-cost-of-shipping 12 12 * Domain Path: /languages 13 * WC tested up to: 7.713 * WC tested up to: 8.9 14 14 * WC requires at least: 3.0 15 15 * … … 17 17 * 18 18 * @package WC_COS 19 * @version 1.4. 119 * @version 1.4.2 20 20 */ 21 21 … … 61 61 * @since 1.0.0 62 62 */ 63 const VERSION = '1.4. 1';63 const VERSION = '1.4.2'; 64 64 65 65 /**
Note: See TracChangeset
for help on using the changeset viewer.