Skip to content
Snippets Groups Projects
Commit 0c55113e authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Version 1.5.0

parent 399435ca
No related branches found
No related tags found
No related merge requests found
Pipeline #105027 passed
...@@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ...@@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
### Changed
## [1.5.0] - 2022-10-09
### Added
- Allow inviting participants to multiple Matrix rooms - Allow inviting participants to multiple Matrix rooms
## [1.4.1] - 2022-05-26 ## [1.4.1] - 2022-05-26
...@@ -59,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -59,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Ask for Matrix ID in selected products - Ask for Matrix ID in selected products
- Invite Pretix participants to configured Matrix room - Invite Pretix participants to configured Matrix room
[1.5.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.4.1...v1.5.0
[1.4.1]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.4.0...v1.4.1 [1.4.1]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.4.0...v1.4.1
[1.4.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.3.0...v1.4.0 [1.4.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.3.0...v1.4.0
[1.3.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.2.3...v1.3.0 [1.3.0]: https://gitlab.fachschaften.org/kif/pretix-matrix-inviter/-/compare/v1.2.3...v1.3.0
......
...@@ -5,7 +5,7 @@ try: ...@@ -5,7 +5,7 @@ try:
except ImportError: except ImportError:
raise RuntimeError("Please use pretix 2.7 or above to run this plugin!") raise RuntimeError("Please use pretix 2.7 or above to run this plugin!")
__version__ = "1.4.1" __version__ = "1.5.0"
class PluginApp(PluginConfig): class PluginApp(PluginConfig):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment