Skip to content

Commit 4f15fc7

Browse files
committed
Bump version to 8.0.0.c
1 parent 6b9113c commit 4f15fc7

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

3+
## 8.0.0.c (2025-11-07)
4+
5+
- [8.0-stable] Fix boolean ingredient to respect default value from elements.yml [#3482](https://github.com/AlchemyCMS/alchemy_cms/pull/3482) ([alchemycms-bot](https://github.com/apps/alchemycms-bot))
6+
- [8.0-stable] Sitemap CSS fixes [#3478](https://github.com/AlchemyCMS/alchemy_cms/pull/3478) ([tvdeyen](https://github.com/tvdeyen))
7+
- [8.0-stable] Fix CollectionOption comparison in uploader button template [#3474](https://github.com/AlchemyCMS/alchemy_cms/pull/3474) ([tvdeyen](https://github.com/tvdeyen))
8+
- [8.0-stable] fix(Node Form): Use pattern for URL matching [#3473](https://github.com/AlchemyCMS/alchemy_cms/pull/3473) ([alchemycms-bot](https://github.com/apps/alchemycms-bot))
9+
- [8.0-stable] Change default element icon [#3469](https://github.com/AlchemyCMS/alchemy_cms/pull/3469) ([alchemycms-bot](https://github.com/apps/alchemycms-bot))
10+
- [8.0-stable] fix(CI): Build package after bun update [#3466](https://github.com/AlchemyCMS/alchemy_cms/pull/3466) ([alchemycms-bot](https://github.com/apps/alchemycms-bot))
11+
- [8.0-stable] feat(CI): Use AlchemyCMS GH App to create backports [#3464](https://github.com/AlchemyCMS/alchemy_cms/pull/3464) ([alchemycms-bot](https://github.com/apps/alchemycms-bot))
12+
- [8.0-stable] Fix factories [#3463](https://github.com/AlchemyCMS/alchemy_cms/pull/3463) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
13+
- [8.0-stable] Update deprecation horizon to 9.0 [#3458](https://github.com/AlchemyCMS/alchemy_cms/pull/3458) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
14+
- [8.0-stable] Update configuration template to use map for arrays [#3449](https://github.com/AlchemyCMS/alchemy_cms/pull/3449) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
15+
- [8.0-stable] Fix Propshaft >= 1.2.0 manifest format compatibility [#3441](https://github.com/AlchemyCMS/alchemy_cms/pull/3441) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
16+
- [8.0-stable] Only sanitize filenames if not nil [#3436](https://github.com/AlchemyCMS/alchemy_cms/pull/3436) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
17+
- [8.0-stable] Fix elements-editor format validations [#3435](https://github.com/AlchemyCMS/alchemy_cms/pull/3435) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
18+
- [8.0-stable] Fix Configuration base option: Use @value instead of value [#3426](https://github.com/AlchemyCMS/alchemy_cms/pull/3426) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
19+
- [8.0-stable] Wrap importmap drawing in `config.to_prepare` block [#3423](https://github.com/AlchemyCMS/alchemy_cms/pull/3423) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
20+
- [8.0-stable] Fix `stub_alchemy_config` (and make it recursive) [#3420](https://github.com/AlchemyCMS/alchemy_cms/pull/3420) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
21+
- [8.0-stable] Fix showing picture detail in overlay [#3414](https://github.com/AlchemyCMS/alchemy_cms/pull/3414) ([tvdeyen](https://github.com/tvdeyen))
22+
- [8.0-stable] Convert remaining options in `Alchemy` module [#3413](https://github.com/AlchemyCMS/alchemy_cms/pull/3413) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
23+
- [8.0-stable] Fix saving tags on resource [#3412](https://github.com/AlchemyCMS/alchemy_cms/pull/3412) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
24+
- [8.0-stable] Convert `admin_js_imports` and `admin_importmaps` to configuration option [#3411](https://github.com/AlchemyCMS/alchemy_cms/pull/3411) ([tvdeyen](https://github.com/tvdeyen))
25+
- [8.0-stable] Add an abstract collection option to the configuration class [#3409](https://github.com/AlchemyCMS/alchemy_cms/pull/3409) ([mamhoff](https://github.com/mamhoff))
26+
- [8.0-stable] feat(alchemy_form_for): Enable browser validations [#3401](https://github.com/AlchemyCMS/alchemy_cms/pull/3401) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
27+
- [8.0-stable] Add Alchemy::Admin::LocaleSelect component [#3400](https://github.com/AlchemyCMS/alchemy_cms/pull/3400) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
28+
- [8.0-stable] New info dialog with light/dark logo [#3396](https://github.com/AlchemyCMS/alchemy_cms/pull/3396) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
29+
- [8.0-stable] fix(element title): Do not cut off descenders [#3394](https://github.com/AlchemyCMS/alchemy_cms/pull/3394) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
30+
- [8.0-stable] fix(installer): Add missing configs [#3393](https://github.com/AlchemyCMS/alchemy_cms/pull/3393) ([alchemycms-ci-bot](https://github.com/alchemycms-ci-bot))
31+
332
## 8.0.0.b (2025-10-02)
433

534
- Fix admin page preview permissions [#3388](https://github.com/AlchemyCMS/alchemy_cms/pull/3388) ([tvdeyen](https://github.com/tvdeyen))

lib/alchemy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Alchemy
4-
VERSION = "8.0.0.b"
4+
VERSION = "8.0.0.c"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)