Skip to content

Commit 4b3df12

Browse files
fix: deployment issues
1 parent 1de1725 commit 4b3df12

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

.distignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Thumbs.db
6666
# Build and release directories
6767
/release/
6868
/dist/
69-
/build/
7069

7170
# Git files
7271
/.git/

easycommerce-fakerpress.php

Lines changed: 1 addition & 1 deletion
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, modern React Router v7 interface, and extensive hook system for complete customization.
14-
* Version: 1.0.3
14+
* Version: 1.0.4
1515
* Requires at least: 5.0
1616
* Requires PHP: 7.4
1717
* Author: Al Amin Ahamed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"prettier": "^3.6.2",
4545
"react": "18",
4646
"react-dom": "18",
47-
"sass": "^1.93.2",
47+
"sass": "^1.93.3",
4848
"sass-loader": "^16.0.6",
4949
"stylelint": "^16.25.0",
5050
"stylelint-config-prettier-scss": "^1.0.0",
@@ -67,5 +67,5 @@
6767
"browserslist": [
6868
"extends @wordpress/browserslist-config"
6969
],
70-
"packageManager": "yarn@4.10.3"
70+
"packageManager": "yarn@4.11.0"
7171
}

readme.txt

Lines changed: 7 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: 1.0.3
7+
Stable tag: 1.0.4
88
License: GPL v2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

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

120120
== Changelog ==
121121

122+
= 1.0.4 - November 10, 2025 =
123+
* **Bug fixes**: Resolve a deployment issue with the plugin's build process.
124+
122125
= 1.0.3 - October 29, 2025 =
123126
* **Hook System Enhancement**: Added comprehensive filter and action hooks for complete data customization and workflow integration
124127
* **Extensibility Improvements**: Implemented 15+ hooks including data filters, result filters, and strategic actions
@@ -144,6 +147,9 @@ Employ WordPress deletion tools for items, bulk cleanup plugins, or targeted dat
144147

145148
== Upgrade Notice ==
146149

150+
= 1.0.4 =
151+
* **Bug fixes**: Resolve a deployment issue with the plugin's build process.
152+
147153
= 1.0.2 =
148154
Performance improvements and bug fixes. Recommended upgrade for all users. No data migration required.
149155

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,7 @@ __metadata:
24672467
react: "npm:18"
24682468
react-dom: "npm:18"
24692469
react-router-dom: "npm:^7.9.5"
2470-
sass: "npm:^1.93.2"
2470+
sass: "npm:^1.93.3"
24712471
sass-loader: "npm:^16.0.6"
24722472
stylelint: "npm:^16.25.0"
24732473
stylelint-config-prettier-scss: "npm:^1.0.0"
@@ -13613,9 +13613,9 @@ __metadata:
1361313613
languageName: node
1361413614
linkType: hard
1361513615

13616-
"sass@npm:^1.93.2":
13617-
version: 1.93.2
13618-
resolution: "sass@npm:1.93.2"
13616+
"sass@npm:^1.93.3":
13617+
version: 1.93.3
13618+
resolution: "sass@npm:1.93.3"
1361913619
dependencies:
1362013620
"@parcel/watcher": "npm:^2.4.1"
1362113621
chokidar: "npm:^4.0.0"
@@ -13626,7 +13626,7 @@ __metadata:
1362613626
optional: true
1362713627
bin:
1362813628
sass: sass.js
13629-
checksum: 10c0/5a19f12dbe8c142e40c1e0473d1e624898242b1c21010301e169b528be8c580df6356329c798522b525eb11eda4b04b9b77422badc55c47889600f8477201d2b
13629+
checksum: 10c0/b9facc64de10c9d1514272c1dcbb48ca99d5f591a1cd43fd27d641275d9d95948f1299107ab5b309e2abb552667cca84a38a1a3df5116eb72eba4144bf850b6a
1363013630
languageName: node
1363113631
linkType: hard
1363213632

0 commit comments

Comments
 (0)