Releases: Tolfix/cpg
Releases · Tolfix/cpg
v1.2.1
v1.2.1
- Fixed docker build tags to
build-{build-number}
than latest - Added
Send email
option to invoices to resend invoice to customer - Fixed Dockerfile for API server.
- Had issues with package-lock.json and didn't install properly so kept crashing the whole application
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.2.0
- Changes to dockerfile
- Working on new source system
- Bug fixes
What's Changed
- Create .deepsource.toml by @QtKaii in #77
- feature: docker-stack by @Tolfx in #80
- feature: rabbitmq service by @Tolfx in #83
- feature: draft of cqrs by @Tolfx in #85
- Feature/86 fix reccuring method by @Tolfx in #89
- feat: modified api to new logger (#90) by @Tolfx in #91
- v1.2.0 by @Tolfx in #92
New Contributors
Full Changelog: v1.1.7...v1.2.0
v1.1.7
v1.1.7
- Fixed creating products with broken categories
- Fixed missing id on some option texts
- Modified root
package.json
Full Changelog: v1.1.6...v1.1.7
v1.1.6
v1.1.6
- Fixed
admin
panel not working with when searching for ids & more.
Full Changelog: v1.1.5...v1.1.6
v1.1.5
v1.1.5
- Fixed stripe
- Fixed API not starting the server due to NPM issues
Full Changelog: v1.1.4...v1.1.5
v1.1.4
v1.1.4
- Fixed
admin
docker image - Fixed
optional
stripe
configuration not working
Full Changelog: v1.1.3...v1.1.4
v1.1.3
v1.1.3
- Patched some deps
- Using more jest to test our applications
- Using better methods of creating packages/modules for our monorepo workplace
What's Changed
- chore(deps): bump moment from 2.29.3 to 2.29.4 by @dependabot in #66
- chore(deps): bump next-auth from 4.3.4 to 4.10.3 by @dependabot in #55
- chore(deps): bump terser from 4.8.0 to 4.8.1 by @dependabot in #54
- chore(deps): bump npm from 7.24.2 to 8.11.0 by @dependabot in #49
- Feature/68 fix docker package by @Tolfx in #69
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
v1.1.1
- Tax rates wasn't added on orders, due to items wasn't undefined, instead empty array. This caused an error and stopped adding the tax rate because it thought the default tax rate would come from the order configuration and not from products.
What's Changed
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.1.0
- Sending emails to customers who invoices due date is due today.
- Changed formatting on emails to
$Company_Name: $String
.
What's Changed
- Feature(api): Cron for invoices on last day on due & new formatting on emails subject by @Tolfx in #59
- v1.1.0 by @Tolfx in #61
Full Changelog: v1.0.6...v1.1.0