Changeset 3279476
- Timestamp:
- 04/22/2025 11:28:00 PM (11 months ago)
- Location:
- fish-and-ships/trunk
- Files:
-
- 2 edited
-
fish-and-ships.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fish-and-ships/trunk/fish-and-ships.php
r3262304 r3279476 4 4 * Plugin URI: https://www.wp-centrics.com/ 5 5 * Description: The most flexible and all-in-one table rate shipping plugin. Previously named "Fish and Ships" 6 * Version: 2.0. 26 * Version: 2.0.3 7 7 * Author: wpcentrics 8 8 * Author URI: https://www.wp-centrics.com … … 10 10 * Domain Path: /languages 11 11 * Requires at least: 4.7 12 * Tested up to: 6. 712 * Tested up to: 6.8 13 13 * WC requires at least: 3.0 14 * WC tested up to: 9. 715 * Requires PHP: 7. 014 * WC tested up to: 9.8 15 * Requires PHP: 7.4 16 16 * Requires Plugins: woocommerce 17 17 * License: GPLv2 … … 43 43 } else { 44 44 45 define ('WC_FNS_VERSION', '2.0. 2' );45 define ('WC_FNS_VERSION', '2.0.3' ); 46 46 define ('WC_FNS_PATH', dirname(__FILE__) . '/' ); 47 47 define ('WC_FNS_URL', plugin_dir_url( __FILE__ ) ); -
fish-and-ships/trunk/readme.txt
r3267081 r3279476 4 4 Tags: shipping rates, table rate shipping, shipping method, table rate 5 5 Requires at least: 4.7 6 Tested up to: 6. 76 Tested up to: 6.8 7 7 WC requires at least: 3.0 8 WC tested up to: 9. 79 Stable tag: 2.0. 210 Requires PHP: 7. 08 WC tested up to: 9.8 9 Stable tag: 2.0.3 10 Requires PHP: 7.4 11 11 Requires Plugins: woocommerce 12 12 License: GPLv2 or later … … 232 232 == Changelog == 233 233 234 = 2.0.3 - 23/04/2025 = 235 * Checked for WP 6.8 236 * Checked for WC 9.8 237 234 238 = 2.0.2 - 26/03/2025 = 235 239 * Solved bug in the support of StudioWombat Advanced Product Fields (introduced in 2.0.1)
Note: See TracChangeset
for help on using the changeset viewer.