Update changelog

This commit is contained in:
Nathan Chapman 2022-05-30 16:47:39 -06:00
parent ca58b65791
commit 9c3aace861

View File

@ -6,12 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.3.14] - 2022-05-30
### Added
- Facebook Pixel tracking integration
## [1.3.13] - 2022-05-30 ## [1.3.13] - 2022-05-30
### Added ### Added
- Sentry for much better system error tracking - Sentry for much better system error tracking
- django-localflavor for state selection - django-localflavor for state selection
## [1.3.12] - 2022-05-25 ## [1.3.12] - 2022-05-25
### Added ### Added
- Captcha to newsletter form - Captcha to newsletter form
@ -19,10 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Post only views to accept only POST requests - Post only views to accept only POST requests
## [1.3.11] - 2022-05-21 ## [1.3.11] - 2022-05-21
### Changed ### Changed
- File logging handler to not propagate - File logging handler to not propagate
## [1.3.10] - 2022-05-21 ## [1.3.10] - 2022-05-21
### Added ### Added
- Tests for almost all storefront views, exposing a couple of inconsistencies - Tests for almost all storefront views, exposing a couple of inconsistencies
@ -31,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CustomerAddressUpdateView `test_func()` throwing error because addresses don't have a `customer` object - CustomerAddressUpdateView `test_func()` throwing error because addresses don't have a `customer` object
- PaymentCanceled misspelled template name - PaymentCanceled misspelled template name
## [1.3.7] - 2022-05-19 ## [1.3.7] - 2022-05-19
### Added ### Added
- Visual enhancements - Visual enhancements