Compare commits
No commits in common. "0347a6e60c53d600b2dedaa4dcff946ff68337a1" and "73dae5e4ccbd99265fec1922873d296ff129b978" have entirely different histories.
0347a6e60c
...
73dae5e4cc
|
@ -5,12 +5,6 @@ All notable changes to tailbone-nationbuilder will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## v0.2.1 (2024-11-22)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- allow download of NB donation records
|
|
||||||
|
|
||||||
## v0.2.0 (2024-06-11)
|
## v0.2.0 (2024-06-11)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "tailbone-nationbuilder"
|
name = "tailbone-nationbuilder"
|
||||||
version = "0.2.1"
|
version = "0.2.0"
|
||||||
description = "Tailbone integration package for NationBuilder"
|
description = "Tailbone integration package for NationBuilder"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Rattail -- Retail Software Framework
|
# Rattail -- Retail Software Framework
|
||||||
# Copyright © 2010-2024 Lance Edgar
|
# Copyright © 2010-2023 Lance Edgar
|
||||||
#
|
#
|
||||||
# This file is part of Rattail.
|
# This file is part of Rattail.
|
||||||
#
|
#
|
||||||
|
@ -38,7 +38,6 @@ class NationBuilderCacheDonationView(NationBuilderMasterView):
|
||||||
route_prefix = 'nationbuilder.cache.donations'
|
route_prefix = 'nationbuilder.cache.donations'
|
||||||
supports_grid_totals = True
|
supports_grid_totals = True
|
||||||
has_versions = True
|
has_versions = True
|
||||||
results_downloadable = True
|
|
||||||
|
|
||||||
labels = {
|
labels = {
|
||||||
'id': "ID",
|
'id': "ID",
|
||||||
|
|
Loading…
Reference in a new issue