Plugin Directory

Changeset 3324983


Ignore:
Timestamp:
07/09/2025 12:23:19 PM (6 months ago)
Author:
ferdev
Message:

Tagging version 1.8.0

Location:
woocommerce-shipping
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woocommerce-shipping/tags/1.8.0/changelog.txt

    r3324952 r3324983  
    11*** WooCommerce Shipping Changelog ***
    22
    3 = 1.7.6 - 2025-07-09 =
     3= 1.8.0 - 2025-07-09 =
    44* Add   - Implement promotions service.
    55
  • woocommerce-shipping/tags/1.8.0/readme.txt

    r3324952 r3324983  
    88WC requires at least: 9.8
    99WC tested up to: 10.0
    10 Stable tag: 1.7.6
     10Stable tag: 1.8.0
    1111License: GPLv2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    129129== Changelog ==
    130130
    131 = 1.7.6 - 2025-07-09 =
     131= 1.8.0 - 2025-07-09 =
    132132* Add   - Implement promotions service.
    133133
  • woocommerce-shipping/tags/1.8.0/vendor/composer/installed.php

    r3324952 r3324983  
    44        'pretty_version' => 'dev-trunk',
    55        'version' => 'dev-trunk',
    6         'reference' => '843444182337305de6b0a2a520df23449492c36d',
     6        'reference' => '0c1639dd984bc07d9fa44d49ad1a3195aa4702f4',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    104104            'pretty_version' => 'dev-trunk',
    105105            'version' => 'dev-trunk',
    106             'reference' => '843444182337305de6b0a2a520df23449492c36d',
     106            'reference' => '0c1639dd984bc07d9fa44d49ad1a3195aa4702f4',
    107107            'type' => 'library',
    108108            'install_path' => __DIR__ . '/../../',
  • woocommerce-shipping/tags/1.8.0/woocommerce-shipping.php

    r3324952 r3324983  
    88 * Text Domain: woocommerce-shipping
    99 * Domain Path: /languages/
    10  * Version: 1.7.6
     10 * Version: 1.8.0
    1111 * Requires Plugins: woocommerce
    1212 * Requires PHP: 7.4
     
    4040}
    4141
    42 define( 'WCSHIPPING_VERSION', '1.7.6' ); // WRCS: DEFINED_VERSION.
     42define( 'WCSHIPPING_VERSION', '1.8.0' ); // WRCS: DEFINED_VERSION.
    4343define( 'WCSHIPPING_PLUGIN_FILE', __FILE__ );
    4444define( 'WCSHIPPING_PLUGIN_DIR', __DIR__ );
  • woocommerce-shipping/trunk/changelog.txt

    r3324952 r3324983  
    11*** WooCommerce Shipping Changelog ***
    22
    3 = 1.7.6 - 2025-07-09 =
     3= 1.8.0 - 2025-07-09 =
    44* Add   - Implement promotions service.
    55
  • woocommerce-shipping/trunk/readme.txt

    r3324952 r3324983  
    88WC requires at least: 9.8
    99WC tested up to: 10.0
    10 Stable tag: 1.7.6
     10Stable tag: 1.8.0
    1111License: GPLv2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    129129== Changelog ==
    130130
    131 = 1.7.6 - 2025-07-09 =
     131= 1.8.0 - 2025-07-09 =
    132132* Add   - Implement promotions service.
    133133
  • woocommerce-shipping/trunk/vendor/composer/installed.php

    r3324952 r3324983  
    44        'pretty_version' => 'dev-trunk',
    55        'version' => 'dev-trunk',
    6         'reference' => '843444182337305de6b0a2a520df23449492c36d',
     6        'reference' => '0c1639dd984bc07d9fa44d49ad1a3195aa4702f4',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    104104            'pretty_version' => 'dev-trunk',
    105105            'version' => 'dev-trunk',
    106             'reference' => '843444182337305de6b0a2a520df23449492c36d',
     106            'reference' => '0c1639dd984bc07d9fa44d49ad1a3195aa4702f4',
    107107            'type' => 'library',
    108108            'install_path' => __DIR__ . '/../../',
  • woocommerce-shipping/trunk/woocommerce-shipping.php

    r3324952 r3324983  
    88 * Text Domain: woocommerce-shipping
    99 * Domain Path: /languages/
    10  * Version: 1.7.6
     10 * Version: 1.8.0
    1111 * Requires Plugins: woocommerce
    1212 * Requires PHP: 7.4
     
    4040}
    4141
    42 define( 'WCSHIPPING_VERSION', '1.7.6' ); // WRCS: DEFINED_VERSION.
     42define( 'WCSHIPPING_VERSION', '1.8.0' ); // WRCS: DEFINED_VERSION.
    4343define( 'WCSHIPPING_PLUGIN_FILE', __FILE__ );
    4444define( 'WCSHIPPING_PLUGIN_DIR', __DIR__ );
Note: See TracChangeset for help on using the changeset viewer.