Skip to content

Commit 24eddbe

Browse files
fix: update plugin version to 2.0.2 in header and constant
1 parent 5f21829 commit 24eddbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easycommerce-fakerpress.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: EasyCommerce FakerPress
1212
* Plugin URI: https://github.com/mralaminahamed/easycommerce-fakerpress
1313
* Description: Create realistic test data for your EasyCommerce store in seconds! Generate products, customers, orders, coupons and more with our intuitive admin interface. Perfect for development, testing, and demos. Features smart defaults, real-time validation, and seamless WordPress integration.
14-
* Version: 2.0.1
14+
* Version: 2.0.2
1515
* Requires at least: 5.0
1616
* Requires PHP: 7.4
1717
* Author: Al Amin Ahamed
@@ -26,7 +26,7 @@
2626
exit;
2727
}
2828

29-
define( 'EASYCOMMERCE_FAKERPRESS_VERSION', '2.0.1' );
29+
define( 'EASYCOMMERCE_FAKERPRESS_VERSION', '2.0.2' );
3030
define( 'EASYCOMMERCE_FAKERPRESS_PLUGIN_FILE', __FILE__ );
3131
define( 'EASYCOMMERCE_FAKERPRESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
3232
define( 'EASYCOMMERCE_FAKERPRESS_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );

0 commit comments

Comments
 (0)