Skip to content

Commit 990aed9

Browse files
committed
chore: v4.24.2
1 parent ffa4a55 commit 990aed9

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased][unreleased]
99

10+
## [4.24.2] - 2025-02-26: Fix Form Submission (Use jQuery Full Not Slim)
11+
12+
### What's Changed
13+
14+
* Quick: Use non-slim jQuery dep to fix djangocms-forms incompatibility by @jarosenb in https://github.com/TACC/Core-CMS/pull/912
15+
16+
**Full Changelog**: https://github.com/TACC/Core-CMS/compare/v4.24.1...v4.24.2
17+
1018
## [4.24.1] - 2025-02-20: Update djangocms-forms Dependency
1119

1220
### What's Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tacc/core-cms",
3-
"version": "4.24.1",
3+
"version": "4.24.2",
44
"license": "MIT",
55
"author": "TACC ACI WMA <wma-portals@tacc.utexas.edu>",
66
"contributors": [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tacc-core-cms-backend"
3-
version = "4.24.1"
3+
version = "4.24.2"
44
description = "DjangoCMS backend for the TACC ACI-WMA Core-CMS Codebase."
55
authors = ["TACC-WMA <wma-portals@tacc.utexas.edu>"]
66

0 commit comments

Comments
 (0)