Skip to content

Commit

Permalink
Merge branch 'release/v7.0.8-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nfranzeck authored and cesmarvin committed Sep 23, 2024
2 parents 9d5512e + aae6f6c commit fe7cdab
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v7.0.8-1] - 2024-09-23
### Added
- Add "lang"-attribute to HTML-Pages [#213]
- update CAS to 7.0.8

## [v7.0.5.1-8] - 2024-09-18
### Changed
- Relicense to AGPL-3.0-only
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN apk update && apk add wget && wget -O "apache-tomcat-${TOMCAT_VERSION}.tar.
FROM registry.cloudogu.com/official/java:21.0.4-1

LABEL NAME="official/cas" \
VERSION="7.0.5.1-8" \
VERSION="7.0.8-1" \
maintainer="[email protected]"

ARG TOMCAT_VERSION
Expand Down
2 changes: 1 addition & 1 deletion app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CAS server version
cas.version=7.0.5.1
cas.version=7.0.8
###############################
# Spring versions
###############################
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.w3.org/1999/xhtml">
<html xmlns:th="http://www.w3.org/1999/xhtml">

<head>
<meta charset="UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/resources/templates/fragments/loginform.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html>

<head>
<meta charset="UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/resources/templates/fragments/pmlinks.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html>

<head>
<meta charset="UTF-8">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html>

<head>
<meta charset="UTF-8">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html>

<head>
<meta charset="UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/resources/templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
<html th:lang="${#locale.toLanguageTag()}" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
Expand Down
4 changes: 4 additions & 0 deletions docs/gui/release_notes_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Im Folgenden finden Sie die Release Notes für das CAS-Dogu.

Technische Details zu einem Release finden Sie im zugehörigen [Changelog](https://docs.cloudogu.com/de/docs/dogus/cas/CHANGELOG/).

## Release 7.0.8-1
Das Dogu bietet nun die CAS-Version 7.0.8 an. Die Release Notes von CAS finden Sie [in den CAS-Github-Releases](https://github.com/apereo/cas/releases/tag/v7.0.8).
- Die CAS-HTML-Seiten enthalten nun ein "lang"-Attribut um die Barrierefreiheit zu erhöhen.

## Release 7.0.5.1-8
- Die Cloudogu-eigenen Quellen werden von der MIT-Lizenz auf die AGPL-3.0-only relizensiert.

Expand Down
4 changes: 4 additions & 0 deletions docs/gui/release_notes_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Below you will find the release notes for CAS-Dogu.

Technical details on a release can be found in the corresponding [Changelog](https://docs.cloudogu.com/de/docs/dogus/cas/CHANGELOG/).

## Release 7.0.8-1
- The Dogu now offers the CAS version 7.0.8. The release notes of CAS can be found [in the CAS Github releases](https://github.com/apereo/cas/releases/tag/v7.0.8).
- The CAS HTML pages now contain a “lang” attribute to increase accessibility.

## Release 7.0.5.1-8
- Relicense own code to AGPL-3.0-only.

Expand Down
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/cas",
"Version": "7.0.5.1-8",
"Version": "7.0.8-1",
"DisplayName": "Central Authentication Service",
"Description": "The Central Authentication Service (CAS) is a single sign-on protocol for the web.",
"Url": "https://apereo.github.io/cas",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ces-style-generator",
"version": "7.0.5.1-8",
"version": "7.0.8-1",
"description": "Npm project to use ces-theme to generate styling",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit fe7cdab

Please sign in to comment.