Skip to content

Commit b885a01

Browse files
chore: bump version to 1.0.1
1 parent a6908b9 commit b885a01

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: Comprehensive EasyCommerce test data generator with 10 specialized generators, real-time validation, advanced parameter configuration, WordPress admin color integration, and modern React Router v7 interface.
14-
* Version: 1.0.0
14+
* Version: 1.0.1
1515
* Requires at least: 5.0
1616
* Requires PHP: 7.4
1717
* Author: Al Amin Ahamed
@@ -27,7 +27,7 @@
2727
exit;
2828
}
2929

30-
define( 'EASYCOMMERCE_FAKERPRESS_VERSION', '1.0.0' );
30+
define( 'EASYCOMMERCE_FAKERPRESS_VERSION', '1.0.1' );
3131
define( 'EASYCOMMERCE_FAKERPRESS_PLUGIN_FILE', __FILE__ );
3232
define( 'EASYCOMMERCE_FAKERPRESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
3333
define( 'EASYCOMMERCE_FAKERPRESS_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mralaminahamed/easycommerce-fakerpress",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Comprehensive EasyCommerce test data generator with 10 specialized generators, real-time validation, advanced parameter configuration, WordPress admin color integration, and modern React Router v7 interface.",
55
"scripts": {
66
"build": "wp-scripts build",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: ecommerce, faker, data-generation, testing, development
44
Requires at least: 5.0
55
Tested up to: 6.8
66
Requires PHP: 7.4
7-
Stable tag: 1.0.0
7+
Stable tag: 1.0.1
88
License: GPL v2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

0 commit comments

Comments
 (0)