Skip to content

Commit 88d607a

Browse files
docs: prepare release 2.0.3 with updated dates to January 2026 and complete changelog
1 parent d9ccf07 commit 88d607a

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

AGENTS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
- **Parameter Validation**: REST endpoints validate parameters using JSON Schema configurations
7272
- **Error Handling**: Consistent WP_Error usage with proper error codes and user-friendly messages
7373

74-
### Recent Improvements (v2.0.3 - December 15, 2025)
74+
### Recent Improvements (v2.0.3 - January 15, 2026)
7575

7676
- **Product Review Generator**: Added new generator for creating realistic product reviews with ratings
7777
- **Review Rating System**: Implemented weighted rating distribution favoring higher ratings (realistic patterns)
@@ -113,5 +113,4 @@
113113
- **API Endpoint Naming**: REST bases should be plural (e.g., `orders`, `products`, `customers`)
114114
- **Result Formatting**: Return consistent result arrays with `id`, `message`, and relevant metadata
115115
- **Error Handling**: Use WP_Error with descriptive error codes and user-friendly messages
116-
- **Model Validation**: Regularly validate generators against updated EasyCommerce models</content>
117-
<parameter name="filePath">/Users/alamin/Sites/woocommerce/wp-content/plugins/easycommerce-fakerpress/AGENTS.md
116+
- **Model Validation**: Regularly validate generators against updated EasyCommerce models

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ GPL v2 or later - see [LICENSE](LICENSE) file.
150150

151151
---
152152

153-
**EasyCommerce FakerPress v2.0.3** | December 15, 2025
153+
**EasyCommerce FakerPress v2.0.3** | January 15, 2026
154154

155155
_Modern test data generation for EasyCommerce stores_

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.3] - 2025-12-15
8+
## [2.0.3] - 2026-01-15
99

1010
### ✨ New Features & Enhancements
1111

readme.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Stable tag: 2.0.3
88
License: GPL v2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

11-
Generate realistic EasyCommerce test data: 10 specialized generators, real-time validation, advanced config, and seamless admin integration.
11+
Generate realistic EasyCommerce test data: 11 specialized generators, real-time validation, advanced config, and seamless admin integration.
1212

1313
== Description ==
1414

@@ -68,6 +68,9 @@ Generated data leverages the Faker library for authenticity while adhering to re
6868

6969
== Frequently Asked Questions ==
7070

71+
= What's new in version 2.0.3? =
72+
This release adds the Product Review generator and fixes Order data structure issues. Key updates include realistic product review generation with rating distribution, WordPress comments integration for reviews, proper Order_Notes model usage, and enhanced data integrity across all generators.
73+
7174
= What's new in version 2.0.2? =
7275
This release brings UI enhancements, Tailwind CSS v4 upgrade, and improved user experience. Key updates include a "Get Started" plugin action link, modern CSS features with better performance, fixed visual inconsistencies, and updated build system compatibility.
7376

@@ -122,7 +125,17 @@ Employ WordPress deletion tools for items, bulk cleanup plugins, or targeted dat
122125

123126
== Changelog ==
124127

125-
= 2.0.2 - December 15, 2025 =
128+
= 2.0.3 - January 15, 2026 =
129+
* **Product Review Generator**: Added new generator for creating realistic product reviews with ratings
130+
* **Review Rating System**: Implemented weighted rating distribution favoring higher ratings (realistic patterns)
131+
* **WordPress Comments Integration**: Leverages WordPress comment system for review storage
132+
* **Verified Purchase Tracking**: Reviews can be marked as verified purchases for enhanced credibility
133+
* **Order Generator Data Structure Fix**: Corrected Order generator to match EasyCommerce Order model expectations
134+
* **Order Notes Integration**: Added proper order notes creation using Order_Notes model
135+
* **Controller Pattern Alignment**: Updated Product_Review controller to match existing controller patterns
136+
* **API Schema Consistency**: Added proper resource-specific properties and parameter validation
137+
138+
= 2.0.2 - January 15, 2026 =
126139
* **New Features**: Added "Get Started" plugin action link for easier access
127140
* **Tailwind CSS v4**: Upgraded to Tailwind CSS v4.1.18 with improved performance
128141
* **UI Improvements**: Fixed visual inconsistencies in success messages and navigation
@@ -167,6 +180,9 @@ Employ WordPress deletion tools for items, bulk cleanup plugins, or targeted dat
167180

168181
== Upgrade Notice ==
169182

183+
= 2.0.3 =
184+
Product Review generator and Order data structure fixes. Recommended upgrade for enhanced functionality and data integrity.
185+
170186
= 2.0.2 =
171187
UI enhancements and Tailwind CSS v4 upgrade. Recommended upgrade for improved user experience.
172188

0 commit comments

Comments
 (0)