Changeset 3429446
- Timestamp:
- 12/30/2025 06:08:25 AM (2 weeks ago)
- Location:
- products-compare
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.1-beta2 (copied) (copied from products-compare/trunk)
-
tags/1.0.1-beta2/vendor/composer/installed.php (modified) (2 diffs)
-
tags/1.0.1-beta2/woo-products-compare.php (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/woo-products-compare.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
products-compare/tags/1.0.1-beta2/vendor/composer/installed.php
r3429439 r3429446 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
products-compare/tags/1.0.1-beta2/woo-products-compare.php
r3429439 r3429446 17 17 * Plugin URI: https://wordpress.org/plugins/products-compare 18 18 * 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 20 20 * Author: Noruzzaman 21 21 * Author URI: https://github.com/noruzzamanrubel … … 32 32 33 33 /** 34 * testing git commit from master branch 35 */ 36 37 /** 34 38 * Currently plugin version. 35 39 * Start at version 1.0.0 and use SemVer - https://semver.org 36 40 * Rename this for your plugin and update it as you release new versions. 37 41 */ 38 define( 'WOO_PRODUCTS_COMPARE_VERSION', '1.0.1-beta ' );42 define( 'WOO_PRODUCTS_COMPARE_VERSION', '1.0.1-beta2' ); 39 43 define( 'WOO_PRODUCTS_COMPARE_PATH', plugin_dir_path( __FILE__ ) ); 40 44 define( 'WOO_PRODUCTS_COMPARE_URL', plugin_dir_url( __FILE__ ) ); … … 87 91 } 88 92 run_woo_products_compare(); 93 94 /** 95 * git commit from beta-2 96 */ -
products-compare/trunk/vendor/composer/installed.php
r3429439 r3429446 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
products-compare/trunk/woo-products-compare.php
r3429439 r3429446 17 17 * Plugin URI: https://wordpress.org/plugins/products-compare 18 18 * 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 20 20 * Author: Noruzzaman 21 21 * Author URI: https://github.com/noruzzamanrubel … … 32 32 33 33 /** 34 * testing git commit from master branch 35 */ 36 37 /** 34 38 * Currently plugin version. 35 39 * Start at version 1.0.0 and use SemVer - https://semver.org 36 40 * Rename this for your plugin and update it as you release new versions. 37 41 */ 38 define( 'WOO_PRODUCTS_COMPARE_VERSION', '1.0.1-beta ' );42 define( 'WOO_PRODUCTS_COMPARE_VERSION', '1.0.1-beta2' ); 39 43 define( 'WOO_PRODUCTS_COMPARE_PATH', plugin_dir_path( __FILE__ ) ); 40 44 define( 'WOO_PRODUCTS_COMPARE_URL', plugin_dir_url( __FILE__ ) ); … … 87 91 } 88 92 run_woo_products_compare(); 93 94 /** 95 * git commit from beta-2 96 */
Note: See TracChangeset
for help on using the changeset viewer.