Changeset 3324983
- Timestamp:
- 07/09/2025 12:23:19 PM (6 months ago)
- Location:
- woocommerce-shipping
- Files:
-
- 8 edited
- 1 copied
-
tags/1.8.0 (copied) (copied from woocommerce-shipping/trunk)
-
tags/1.8.0/changelog.txt (modified) (1 diff)
-
tags/1.8.0/readme.txt (modified) (2 diffs)
-
tags/1.8.0/vendor/composer/installed.php (modified) (2 diffs)
-
tags/1.8.0/woocommerce-shipping.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/woocommerce-shipping.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-shipping/tags/1.8.0/changelog.txt
r3324952 r3324983 1 1 *** WooCommerce Shipping Changelog *** 2 2 3 = 1. 7.6- 2025-07-09 =3 = 1.8.0 - 2025-07-09 = 4 4 * Add - Implement promotions service. 5 5 -
woocommerce-shipping/tags/1.8.0/readme.txt
r3324952 r3324983 8 8 WC requires at least: 9.8 9 9 WC tested up to: 10.0 10 Stable tag: 1. 7.610 Stable tag: 1.8.0 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 129 129 == Changelog == 130 130 131 = 1. 7.6- 2025-07-09 =131 = 1.8.0 - 2025-07-09 = 132 132 * Add - Implement promotions service. 133 133 -
woocommerce-shipping/tags/1.8.0/vendor/composer/installed.php
r3324952 r3324983 4 4 'pretty_version' => 'dev-trunk', 5 5 'version' => 'dev-trunk', 6 'reference' => ' 843444182337305de6b0a2a520df23449492c36d',6 'reference' => '0c1639dd984bc07d9fa44d49ad1a3195aa4702f4', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 104 104 'pretty_version' => 'dev-trunk', 105 105 'version' => 'dev-trunk', 106 'reference' => ' 843444182337305de6b0a2a520df23449492c36d',106 'reference' => '0c1639dd984bc07d9fa44d49ad1a3195aa4702f4', 107 107 'type' => 'library', 108 108 'install_path' => __DIR__ . '/../../', -
woocommerce-shipping/tags/1.8.0/woocommerce-shipping.php
r3324952 r3324983 8 8 * Text Domain: woocommerce-shipping 9 9 * Domain Path: /languages/ 10 * Version: 1. 7.610 * Version: 1.8.0 11 11 * Requires Plugins: woocommerce 12 12 * Requires PHP: 7.4 … … 40 40 } 41 41 42 define( 'WCSHIPPING_VERSION', '1. 7.6' ); // WRCS: DEFINED_VERSION.42 define( 'WCSHIPPING_VERSION', '1.8.0' ); // WRCS: DEFINED_VERSION. 43 43 define( 'WCSHIPPING_PLUGIN_FILE', __FILE__ ); 44 44 define( 'WCSHIPPING_PLUGIN_DIR', __DIR__ ); -
woocommerce-shipping/trunk/changelog.txt
r3324952 r3324983 1 1 *** WooCommerce Shipping Changelog *** 2 2 3 = 1. 7.6- 2025-07-09 =3 = 1.8.0 - 2025-07-09 = 4 4 * Add - Implement promotions service. 5 5 -
woocommerce-shipping/trunk/readme.txt
r3324952 r3324983 8 8 WC requires at least: 9.8 9 9 WC tested up to: 10.0 10 Stable tag: 1. 7.610 Stable tag: 1.8.0 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 129 129 == Changelog == 130 130 131 = 1. 7.6- 2025-07-09 =131 = 1.8.0 - 2025-07-09 = 132 132 * Add - Implement promotions service. 133 133 -
woocommerce-shipping/trunk/vendor/composer/installed.php
r3324952 r3324983 4 4 'pretty_version' => 'dev-trunk', 5 5 'version' => 'dev-trunk', 6 'reference' => ' 843444182337305de6b0a2a520df23449492c36d',6 'reference' => '0c1639dd984bc07d9fa44d49ad1a3195aa4702f4', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 104 104 'pretty_version' => 'dev-trunk', 105 105 'version' => 'dev-trunk', 106 'reference' => ' 843444182337305de6b0a2a520df23449492c36d',106 'reference' => '0c1639dd984bc07d9fa44d49ad1a3195aa4702f4', 107 107 'type' => 'library', 108 108 'install_path' => __DIR__ . '/../../', -
woocommerce-shipping/trunk/woocommerce-shipping.php
r3324952 r3324983 8 8 * Text Domain: woocommerce-shipping 9 9 * Domain Path: /languages/ 10 * Version: 1. 7.610 * Version: 1.8.0 11 11 * Requires Plugins: woocommerce 12 12 * Requires PHP: 7.4 … … 40 40 } 41 41 42 define( 'WCSHIPPING_VERSION', '1. 7.6' ); // WRCS: DEFINED_VERSION.42 define( 'WCSHIPPING_VERSION', '1.8.0' ); // WRCS: DEFINED_VERSION. 43 43 define( 'WCSHIPPING_PLUGIN_FILE', __FILE__ ); 44 44 define( 'WCSHIPPING_PLUGIN_DIR', __DIR__ );
Note: See TracChangeset
for help on using the changeset viewer.