Replace v11.1.0 by v12.0.0:

There will probably be some breaking changes, so renaming v11.1.0 to
v12.0.0.
Also fixing a typo in a filename.
This commit is contained in:
John Livingston 2024-09-11 10:16:24 +02:00
parent 6f479d26c5
commit 4c84146cff
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
6 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 11.1.0 (Not Released Yet)
## 12.0.0 (Not Released Yet)
TODO Before releasing:
* update ConverseJS with latest merges.

View File

@ -55,7 +55,7 @@ async function sanitizeChannelConfigurationOptions (
}
mute.anonymous ??= false
// forbidSpecialChars comes with livechat 11.1.0
// forbidSpecialChars comes with livechat 12.0.0
botData.forbidSpecialChars ??= {
enabled: false,
reason: '',
@ -66,7 +66,7 @@ async function sanitizeChannelConfigurationOptions (
throw new Error('Invalid data.bot.forbidSpecialChars data type')
}
// noDuplicate comes with livechat 11.1.0
// noDuplicate comes with livechat 12.0.0
botData.noDuplicate ??= {
enabled: false,
reason: '',

View File

@ -9,7 +9,7 @@ import * as fs from 'fs'
import { Emojis } from '../../emojis'
/**
* Livechat v11.1.0: we must send channel custom emojis regexp to Prosody.
* Livechat v12.0.0: we must send channel custom emojis regexp to Prosody.
*
* This script will only be launched one time.
*/

View File

@ -18,7 +18,7 @@ import { BotConfiguration } from './lib/configuration/bot'
import { BotsCtl } from './lib/bots/ctl'
import { ExternalAuthOIDC } from './lib/external-auth/oidc'
import { migrateMUCAffiliations } from './lib/prosody/migration/migrateV10'
import { updateProsodyChannelEmojisRegex } from './lib/prosody/migration/migrageV11-1'
import { updateProsodyChannelEmojisRegex } from './lib/prosody/migration/migrateV12'
import { Emojis } from './lib/emojis'
import { LivechatProsodyAuth } from './lib/prosody/auth'
import decache from 'decache'

View File

@ -7,7 +7,7 @@ chapter: false
## {{% livechat_label livechat_configuration_channel_special_chars_label %}}
{{% livechat_version_notice 11.1.0 %}}
{{% livechat_version_notice 12.0.0 %}}
### Configuration

View File

@ -5,7 +5,7 @@ weight: 335
chapter: false
---
{{% livechat_version_notice 11.1.0 %}}
{{% livechat_version_notice 12.0.0 %}}
## {{% livechat_label emoji_only_mode_title %}}