2 Commits

Author SHA1 Message Date
0daab3d8bf Update to 1.1.5 2025-09-16 00:18:12 +02:00
923a7de1ff Added exclude field 2025-09-15 22:15:22 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -11,4 +11,5 @@ type ProductCategory struct {
Image *ProductImage `json:"image,omitempty"`
MenuOrder int `json:"menu_order"`
Count int `json:"count"`
Exclude *bool `json:"exclude,omitempty"`
}

2
go.mod
View File

@@ -1,6 +1,6 @@
module git.cloudyne.io/go/woogo
go 1.23.0
go 1.25.1
require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de