Plugin Directory

Changeset 3429446


Ignore:
Timestamp:
12/30/2025 06:08:25 AM (2 weeks ago)
Author:
noruzzaman
Message:

Update to version 1.0.1-beta2 from GitHub

Location:
products-compare
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • products-compare/tags/1.0.1-beta2/vendor/composer/installed.php

    r3429439 r3429446  
    22    'root' => array(
    33        'name' => 'noruzzaman/woo-products-compare',
    4         'pretty_version' => '1.0.1-beta',
    5         'version' => '1.0.1.0-beta',
    6         'reference' => '667338e5b83f66f951e8bafdc005b088e27487d5',
     4        'pretty_version' => '1.0.1-beta2',
     5        'version' => '1.0.1.0-beta2',
     6        'reference' => '1dddae66ea3fbdaba3a7c9f992d7b527a26ea67a',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'noruzzaman/woo-products-compare' => array(
    14             'pretty_version' => '1.0.1-beta',
    15             'version' => '1.0.1.0-beta',
    16             'reference' => '667338e5b83f66f951e8bafdc005b088e27487d5',
     14            'pretty_version' => '1.0.1-beta2',
     15            'version' => '1.0.1.0-beta2',
     16            'reference' => '1dddae66ea3fbdaba3a7c9f992d7b527a26ea67a',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • products-compare/tags/1.0.1-beta2/woo-products-compare.php

    r3429439 r3429446  
    1717 * Plugin URI:        https://wordpress.org/plugins/products-compare
    1818 * Description:       Effortlessly compare products in your WooCommerce store to find the best fit for your customers' needs.
    19  * Version:           1.0.1-beta
     19 * Version:           1.0.1-beta2
    2020 * Author:            Noruzzaman
    2121 * Author URI:        https://github.com/noruzzamanrubel
     
    3232
    3333/**
     34 * testing git commit from master branch
     35 */
     36
     37/**
    3438 * Currently plugin version.
    3539 * Start at version 1.0.0 and use SemVer - https://semver.org
    3640 * Rename this for your plugin and update it as you release new versions.
    3741 */
    38 define( 'WOO_PRODUCTS_COMPARE_VERSION', '1.0.1-beta' );
     42define( 'WOO_PRODUCTS_COMPARE_VERSION', '1.0.1-beta2' );
    3943define( 'WOO_PRODUCTS_COMPARE_PATH', plugin_dir_path( __FILE__ ) );
    4044define( 'WOO_PRODUCTS_COMPARE_URL', plugin_dir_url( __FILE__ ) );
     
    8791}
    8892run_woo_products_compare();
     93
     94/**
     95 * git commit from beta-2
     96 */
  • products-compare/trunk/vendor/composer/installed.php

    r3429439 r3429446  
    22    'root' => array(
    33        'name' => 'noruzzaman/woo-products-compare',
    4         'pretty_version' => '1.0.1-beta',
    5         'version' => '1.0.1.0-beta',
    6         'reference' => '667338e5b83f66f951e8bafdc005b088e27487d5',
     4        'pretty_version' => '1.0.1-beta2',
     5        'version' => '1.0.1.0-beta2',
     6        'reference' => '1dddae66ea3fbdaba3a7c9f992d7b527a26ea67a',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'noruzzaman/woo-products-compare' => array(
    14             'pretty_version' => '1.0.1-beta',
    15             'version' => '1.0.1.0-beta',
    16             'reference' => '667338e5b83f66f951e8bafdc005b088e27487d5',
     14            'pretty_version' => '1.0.1-beta2',
     15            'version' => '1.0.1.0-beta2',
     16            'reference' => '1dddae66ea3fbdaba3a7c9f992d7b527a26ea67a',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • products-compare/trunk/woo-products-compare.php

    r3429439 r3429446  
    1717 * Plugin URI:        https://wordpress.org/plugins/products-compare
    1818 * Description:       Effortlessly compare products in your WooCommerce store to find the best fit for your customers' needs.
    19  * Version:           1.0.1-beta
     19 * Version:           1.0.1-beta2
    2020 * Author:            Noruzzaman
    2121 * Author URI:        https://github.com/noruzzamanrubel
     
    3232
    3333/**
     34 * testing git commit from master branch
     35 */
     36
     37/**
    3438 * Currently plugin version.
    3539 * Start at version 1.0.0 and use SemVer - https://semver.org
    3640 * Rename this for your plugin and update it as you release new versions.
    3741 */
    38 define( 'WOO_PRODUCTS_COMPARE_VERSION', '1.0.1-beta' );
     42define( 'WOO_PRODUCTS_COMPARE_VERSION', '1.0.1-beta2' );
    3943define( 'WOO_PRODUCTS_COMPARE_PATH', plugin_dir_path( __FILE__ ) );
    4044define( 'WOO_PRODUCTS_COMPARE_URL', plugin_dir_url( __FILE__ ) );
     
    8791}
    8892run_woo_products_compare();
     93
     94/**
     95 * git commit from beta-2
     96 */
Note: See TracChangeset for help on using the changeset viewer.