Skip to content

Commit a71b4d5

Browse files
authored
Merge pull request #78 from AlchemyCMS/release/v5.0.0
Release v5.0.0
2 parents b6d4057 + 54514af commit a71b4d5

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 5.0.0 (2025-12-08)
4+
5+
## What's Changed
6+
* Move JS translations into partials by @tvdeyen in https://github.com/AlchemyCMS/alchemy_i18n/pull/71
7+
* Add German filters translations for Alchemy 8 by @tvdeyen in https://github.com/AlchemyCMS/alchemy_i18n/pull/72
8+
* Do no import vendored locales by @tvdeyen in https://github.com/AlchemyCMS/alchemy_i18n/pull/73
9+
* Add Spanish filter translations by @mamhoff in https://github.com/AlchemyCMS/alchemy_i18n/pull/74
10+
* Add German translations for select filter `include_blank`s by @mamhoff in https://github.com/AlchemyCMS/alchemy_i18n/pull/75
11+
* Add translations for confirm dialogs. by @tvdeyen in https://github.com/AlchemyCMS/alchemy_i18n/pull/76
12+
* Update German Alchemy 8 translations by @tvdeyen in https://github.com/AlchemyCMS/alchemy_i18n/pull/77
13+
14+
15+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.3.1...v5.0.0
316
## [v4.3.1](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.3.1) (2025-03-18)
417

518
[Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.3.0...v4.3.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.3.1"
2+
VERSION = "5.0.0"
33
end

0 commit comments

Comments
 (0)