66 lines
1.3 KiB
Markdown
66 lines
1.3 KiB
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [1.3.16] - 2022-07-09
|
|
|
|
### Added
|
|
- Blacklist to reduce spam emails from contact form
|
|
|
|
## [1.3.14] - 2022-06-11
|
|
|
|
### Added
|
|
- Captcha to contact form to reduce bots and spam
|
|
|
|
|
|
## [1.3.14] - 2022-05-30
|
|
|
|
### Fixed
|
|
- Removed duplicate Facebook pixel rendering
|
|
|
|
|
|
## [1.3.14] - 2022-05-30
|
|
|
|
### Added
|
|
- Facebook Pixel tracking integration
|
|
|
|
|
|
## [1.3.13] - 2022-05-30
|
|
|
|
### Added
|
|
- Sentry for much better system error tracking
|
|
- django-localflavor for state selection
|
|
|
|
|
|
## [1.3.12] - 2022-05-25
|
|
### Added
|
|
- Captcha to newsletter form
|
|
|
|
### Changed
|
|
- Post only views to accept only POST requests
|
|
|
|
|
|
## [1.3.11] - 2022-05-21
|
|
### Changed
|
|
- File logging handler to not propagate
|
|
|
|
|
|
## [1.3.10] - 2022-05-21
|
|
### Added
|
|
- Tests for almost all storefront views, exposing a couple of inconsistencies
|
|
|
|
### Fixed
|
|
- CustomerAddressUpdateView `test_func()` throwing error because addresses don't have a `customer` object
|
|
- PaymentCanceled misspelled template name
|
|
|
|
|
|
## [1.3.7] - 2022-05-19
|
|
### Added
|
|
- Visual enhancements
|
|
- Change password from account
|
|
- Changelog!
|