Skip to content

Commit fcba130

Browse files
chore: bump version to 2.0.1
- Update version numbers across all files - Add changelog entries for 2.0.1 - Update upgrade notices and documentation
1 parent a6df645 commit fcba130

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

docs/changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to EasyCommerce FakerPress will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.1] - 2025-11-13
9+
10+
### 🐛 Bug Fixes & Improvements
11+
12+
- **Minor Bug Fixes**: Addressed various small issues and improvements
13+
- **Code Quality**: Minor code quality enhancements and optimizations
14+
- **Documentation**: Updated version references and documentation
15+
816
## [2.0.0] - 2025-11-11
917

1018
### 🚀 Major Release: Complete Parameter Schema Alignment
@@ -140,7 +148,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140148

141149
## 📊 Version Information
142150

143-
- **Current Version**: 1.0.2
151+
- **Current Version**: 2.0.1
144152
- **PHP Requirement**: 7.4+
145153
- **WordPress Requirement**: 5.0+
146154
- **EasyCommerce Requirement**: Latest version

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.0
14+
* Version: 2.0.1
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.0' );
29+
define( 'EASYCOMMERCE_FAKERPRESS_VERSION', '2.0.1' );
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__ ) );

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": "2.0.0",
3+
"version": "2.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: 9 additions & 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: 2.0.0
7+
Stable tag: 2.0.1
88
License: GPL v2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -119,6 +119,11 @@ Employ WordPress deletion tools for items, bulk cleanup plugins, or targeted dat
119119

120120
== Changelog ==
121121

122+
= 2.0.1 - November 13, 2025 =
123+
* **Bug Fixes**: Minor bug fixes and improvements
124+
* **Code Quality**: Code quality enhancements and optimizations
125+
* **Documentation**: Updated version references and documentation
126+
122127
= 2.0.0 - November 11, 2025 =
123128
* **Major Release**: Complete parameter schema alignment for all 10 generators
124129
* **Frontend-Backend Integration**: Perfect alignment between React forms and REST API validation
@@ -153,6 +158,9 @@ Employ WordPress deletion tools for items, bulk cleanup plugins, or targeted dat
153158

154159
== Upgrade Notice ==
155160

161+
= 2.0.1 =
162+
Minor bug fixes and improvements. Recommended upgrade for all users.
163+
156164
= 2.0.0 =
157165
* **Major Update**: Complete parameter schema alignment. Test custom integrations in staging before upgrading. Parameter structures have changed for all generators - review API usage and custom hooks.
158166

0 commit comments

Comments
 (0)