Recent Releases of ckanext-contact

ckanext-contact - v2.4.3

v2.4.3 (2024-11-04)

Docs

  • use variable logo based on colour scheme
  • fix tests badge tests workflow file was renamed

[main 4ead67b] bump: version 2.4.2 → 2.4.3 3 files changed, 10 insertions(+), 3 deletions(-)

- Python
Published by alycejenni over 1 year ago

ckanext-contact - v2.4.2

v2.4.2 (2024-11-04)

Docs

  • standardise returns field

Style

  • automatic reformat auto reformat with ruff/docformatter/prettier after config changes

Build System(s)

  • remove version from docker compose file version specifier is deprecated

CI System(s)

  • fix python setup action version
  • add merge to valid commit types
  • add docformatter args and dependency docformatter currently can't read from pyproject.toml without tomli
  • only apply auto-fixes in pre-commit F401 returns linting errors as well as auto-fixes, so this disables the errors and just applies the fixes
  • update tool config update pre-commit repo versions and switch black to ruff
  • add pull request validation workflow new workflow to check commit format and code style against pre-commit config
  • update workflow files standardise format, change name of tests file

Chores/Misc

  • add pull request template
  • update tool details in contributing guide

[main 178cda4] bump: version 2.4.1 → 2.4.2 3 files changed, 32 insertions(+), 3 deletions(-)

- Python
Published by alycejenni over 1 year ago

ckanext-contact - v2.4.1

v2.4.1 (2024-08-20)

[main 15f7038] bump: version 2.4.0 → 2.4.1 3 files changed, 5 insertions(+), 3 deletions(-)

- Python
Published by alycejenni over 1 year ago

ckanext-contact - v2.4.0

v2.4.0 (2024-01-15)

Feature

  • check provided email address with pyisemail

Fix

  • remove unnecessary markdown message in request field

Style

  • fix run-on sentence

Chores/Misc

  • add build section to read the docs config
  • add regex for version line in citation file
  • add citation.cff to list of files with version
  • add contributing guidelines
  • add code of conduct
  • add citation file
  • update support.md links

[main f8ec72b] bump: version 2.3.1 → 2.4.0 3 files changed, 27 insertions(+), 3 deletions(-)

- Python
Published by alycejenni about 2 years ago

ckanext-contact - v2.3.1

v2.3.1 (2023-07-17)

Docs

  • update logos

[main 36d7e3e] bump: version 2.3.0 → 2.3.1 2 files changed, 8 insertions(+), 2 deletions(-)

- Python
Published by alycejenni over 2 years ago

ckanext-contact - v2.3.0

v2.3.0 (2023-04-11)

Feature

  • add a prefix to email subject when it's provided in the config
  • allow users to specify a subject line in their contact emails

Fix

  • expect no trailing space in the prefix from config

Refactor

  • move tests into unit subdir

Docs

  • add the new prefix option to the docs

Tests

  • fix a test
  • add additional tests for the ne subject changes

Build System(s)

  • fix postgres not loading when running tests in docker

Chores/Misc

  • add action to sync branches when commits are pushed to main

[main 1ae78e1] bump: version 2.2.0 → 2.3.0 2 files changed, 34 insertions(+), 2 deletions(-)

- Python
Published by alycejenni almost 3 years ago

ckanext-contact - v2.2.0

v2.2.0 (2023-04-03)

Feature

  • allow contact emails to be sent to multiple recipients

[main d3df795] bump: version 2.1.6 → 2.2.0 2 files changed, 8 insertions(+), 2 deletions(-)

- Python
Published by alycejenni almost 3 years ago

ckanext-contact - v2.1.6

v2.1.6 (2023-02-20)

Docs

  • fix api docs generation script

Style

  • reformat with prettier

Chores/Misc

  • small fixes to align with other extensions

[main 1c99c0e] bump: version 2.1.5 → 2.1.6 2 files changed, 16 insertions(+), 2 deletions(-)

- Python
Published by alycejenni about 3 years ago

ckanext-contact - v2.1.5

v2.1.5 (2023-01-31)

Docs

  • readme: change logo url from blob to raw

[main 706b109] bump: version 2.1.4 → 2.1.5 2 files changed, 8 insertions(+), 2 deletions(-)

- Python
Published by alycejenni about 3 years ago

ckanext-contact - v2.1.4

v2.1.4 (2023-01-31)

Docs

  • readme: direct link to logo in readme
  • readme: fix github actions badge

[main 8f7844b] bump: version 2.1.3 → 2.1.4 2 files changed, 9 insertions(+), 2 deletions(-)

- Python
Published by alycejenni about 3 years ago

ckanext-contact - v2.1.3

v2.1.3 (2023-01-30)

Build System(s)

  • docker: use 'latest' tag for test docker image

[main e02963e] bump: version 2.1.2 → 2.1.3 2 files changed, 8 insertions(+), 2 deletions(-)

- Python
Published by alycejenni about 3 years ago

ckanext-contact - v2.1.2

v2.1.2 (2022-12-12)

Style

  • change quotes in setup.py to single quotes

Build System(s)

  • include any top-level data files in theme
  • add package data

[main 7b50c95] bump: version 2.1.1 → 2.1.2 2 files changed, 13 insertions(+), 2 deletions(-)

- Python
Published by alycejenni about 3 years ago

ckanext-contact - v2.1.1

v2.1.1 (2022-12-01)

Docs

  • readme: fix table borders
  • readme: format test section
  • readme: update ckan patch version in header badge
  • readme: update installation steps

[main ce23857] bump: version 2.1.0 → 2.1.1 2 files changed, 11 insertions(+), 2 deletions(-)

- Python
Published by alycejenni over 3 years ago

ckanext-contact - v2.1.0

v2.1.0 (2022-11-28)

Docs

  • fix markdown-include references
  • add section delimiters

Style

  • apply formatting changes

Build System(s)

  • set changelog generation to incremental
  • pin minor version of ckantools
  • add include-markdown plugin to mkdocs

CI System(s)

  • add cz_nhm dependency in bump workflow
  • commitizen: fix message template
  • add pypi release action

Chores/Misc

  • use cz_nhm commitizen config
  • improve commitizen message template
  • standardise package files

v2.0.1 (2022-09-20)

v2.0.0 (2021-03-09)

v1.0.0-alpha (2019-07-23)

v0.0.3 (2019-05-01)

v0.0.2 (2018-05-10)

v0.0.1 (2016-01-19)

[main 3994e61] bump: version 2.0.1 → 2.1.0 2 files changed, 43 insertions(+), 2 deletions(-)

- Python
Published by alycejenni over 3 years ago

ckanext-contact - v2.0.1

What's Changed

  • Switch testing from travis for github actions by @jrdh in https://github.com/NaturalHistoryMuseum/ckanext-contact/pull/15
  • Check all values exist in contact form validation by @jrdh in https://github.com/NaturalHistoryMuseum/ckanext-contact/pull/16
  • Fix solr for tests by @jrdh in https://github.com/NaturalHistoryMuseum/ckanext-contact/pull/18
  • Weekly release 2022-09-20 by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-contact/pull/19

Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-contact/compare/v2.0.0...v2.0.1

- Python
Published by alycejenni over 3 years ago

ckanext-contact - v2.0.0

  • Upgrades this extension to work with Python 3 and CKAN 2.9.x
  • Drops Python 2 support

- Python
Published by jrdh about 5 years ago

ckanext-contact - v0.0.3

Recaptcha v3 support for contact forms.

- Python
Published by jrdh almost 7 years ago

ckanext-contact - v0.0.2

- Python
Published by jrdh almost 8 years ago

ckanext-contact -

- Python
Published by benscott over 8 years ago