Skip to content

Commit 1e88b75

Browse files
committed
Bump alchemy_i18n to 4.1.2
1 parent 8623613 commit 1e88b75

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,33 @@
11
# Changelog
22

3+
## [v4.1.2](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.1.2) (2024-01-12)
4+
5+
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.1.1...v4.1.2)
6+
7+
**Merged pull requests:**
8+
9+
- Add page locked status translations [\#58](https://github.com/AlchemyCMS/alchemy_i18n/pull/58) ([tvdeyen](https://github.com/tvdeyen))
10+
- Use at least Alchemy 7.1.0-b1 [\#57](https://github.com/AlchemyCMS/alchemy_i18n/pull/57) ([tvdeyen](https://github.com/tvdeyen))
11+
12+
## [v4.1.1](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.1.1) (2024-01-12)
13+
14+
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.1.0...v4.1.1)
15+
316
## [v4.1.0](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.1.0) (2024-01-11)
417

518
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.0.2...v4.1.0)
619

720
**Merged pull requests:**
821

922
- Update Tinymce language packs for v6 [\#56](https://github.com/AlchemyCMS/alchemy_i18n/pull/56) ([tvdeyen](https://github.com/tvdeyen))
23+
- Add German translations for onboarding notices [\#55](https://github.com/AlchemyCMS/alchemy_i18n/pull/55) ([tvdeyen](https://github.com/tvdeyen))
1024
- Update German translations for Alchemy 7.1 [\#54](https://github.com/AlchemyCMS/alchemy_i18n/pull/54) ([tvdeyen](https://github.com/tvdeyen))
25+
- Fixes for french translations [\#53](https://github.com/AlchemyCMS/alchemy_i18n/pull/53) ([oz-tal](https://github.com/oz-tal))
1126

1227
## [v4.0.2](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.0.2) (2024-01-11)
1328

14-
**Merged pull requests:**
15-
1629
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.0.1...v4.0.2)
1730

18-
- Add German translations for onboarding notices [\#55](https://github.com/AlchemyCMS/alchemy_i18n/pull/55) ([tvdeyen](https://github.com/tvdeyen))
19-
- Fixes for french translations [\#53](https://github.com/AlchemyCMS/alchemy_i18n/pull/53) ([oz-tal](https://github.com/oz-tal))
20-
2131
## [v4.0.1](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.0.1) (2023-10-06)
2232

2333
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.0.0...v4.0.1)

lib/alchemy_i18n/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AlchemyI18n
2-
VERSION = "4.1.1"
2+
VERSION = "4.1.2"
33
end

0 commit comments

Comments
 (0)