mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Bump plugins with updated translations
This commit is contained in:
parent
bcb6628fcc
commit
934482a32a
@ -5,6 +5,10 @@ to provide advanced search functionality using an Elasticsearch backend.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.2
|
||||
|
||||
- Update translations
|
||||
|
||||
### 3.1
|
||||
|
||||
- Adapt to Indico 3.1 changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-citadel
|
||||
version = 3.1
|
||||
version = 3.2
|
||||
description = Indico search+livesync backend using Citadel+ElasticSearch
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.9.0, <3.11
|
||||
install_requires =
|
||||
indico>=3.1
|
||||
indico>=3.2
|
||||
indico-plugin-livesync>=3.0.dev0
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
@ -8,6 +8,10 @@ integration with Indico.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.2
|
||||
|
||||
- Update translations
|
||||
|
||||
### 3.1
|
||||
|
||||
- Add placeholders for the registration form id and the registration's database id
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-payment-manual
|
||||
version = 3.1
|
||||
version = 3.2
|
||||
description = Payment plugin for Indico that can be used for custom payment information/links
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.9.0, <3.11
|
||||
install_requires =
|
||||
indico>=3.1
|
||||
indico>=3.2
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -10,6 +10,10 @@ payment has been made and processed by PayPal.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.2
|
||||
|
||||
- Update translations
|
||||
|
||||
### 3.1
|
||||
|
||||
- Adapt to Indico 3.1 changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-payment-paypal
|
||||
version = 3.1
|
||||
version = 3.2
|
||||
description = PayPal payments for Indico event registration fees
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.9.0, <3.11
|
||||
install_requires =
|
||||
indico>=3.1
|
||||
indico>=3.2
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -8,6 +8,10 @@ they are automatically sent back to Indico.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.2
|
||||
|
||||
- Update translations
|
||||
|
||||
### 3.1.2
|
||||
|
||||
- Fix error after successful payment if background confirmation already happened
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-payment-sixpay
|
||||
version = 3.1.2
|
||||
version = 3.2
|
||||
description = SIXPay/Saferpay payments for Indico event registration fees
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.9.0, <3.11
|
||||
install_requires =
|
||||
indico>=3.1
|
||||
indico>=3.2
|
||||
iso4217==1.6.20180829
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
@ -5,6 +5,10 @@ gather statistics about the users accessing Indico or specific Indico events.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.2
|
||||
|
||||
- Update translations
|
||||
|
||||
### 3.0
|
||||
|
||||
- Initial release for Indico 3.0
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-piwik
|
||||
version = 3.0
|
||||
version = 3.2
|
||||
description = Piwik integration for global and event-specific statistics in Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.9.0, <3.11
|
||||
install_requires =
|
||||
indico>=3.0
|
||||
indico>=3.2
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-storage-s3
|
||||
version = 3.1.2
|
||||
version = 3.2
|
||||
description = S3 storage backend for Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.9.0, <3.11
|
||||
install_requires =
|
||||
indico>=3.1
|
||||
indico>=3.2
|
||||
boto3>=1.20.51,<2.0
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
@ -15,6 +15,10 @@ using it when an instance is upgraded to 3.0.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.2
|
||||
|
||||
- Update translations
|
||||
|
||||
### 3.0
|
||||
|
||||
- Initial release for Indico 3.0
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-themes-legacy
|
||||
version = 3.0
|
||||
version = 3.2
|
||||
description = Legacy themes for Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.9.0, <3.11
|
||||
install_requires =
|
||||
indico>=3.0
|
||||
indico>=3.2
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
@ -13,6 +13,10 @@ human-friendly shortcuts pointing to an event (such as `https://indico.example.c
|
||||
|
||||
## Changelog
|
||||
|
||||
### 3.2
|
||||
|
||||
- Update translations
|
||||
|
||||
### 3.1
|
||||
|
||||
- Adapt to Indico 3.1 changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = indico-plugin-ursh
|
||||
version = 3.1
|
||||
version = 3.2
|
||||
description = URL shortening service for Indico
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
|
||||
@ -20,7 +20,7 @@ zip_safe = false
|
||||
include_package_data = true
|
||||
python_requires = >=3.9.0, <3.11
|
||||
install_requires =
|
||||
indico>=3.1
|
||||
indico>=3.2
|
||||
|
||||
[options.entry_points]
|
||||
indico.plugins =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user