Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# REDAXO Demo Base - Changelog

## Version 3.4.1 – 14.12.2025

* Test mit REDAXO 5.20.1
* Update demo_base.tar.gz

### Fixed Issues

* #103 AddOn yform konnte aus folgendem Grund nicht aktualisiert werden
* #95 Falscher Abstand bei schmalen Bildschirmen / Mobile Devices

### AddOn-Updates

* redactor: 2.6.0
* yform: 5.0.1

## Version 3.4.0 – 29.08.2025

* Umstellung auf FOR-Namespace
Expand Down
Binary file modified backups/demo_base.tar.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions package.setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ requires:
packages:
markitup: '^4.0.0'
phpmailer: '^2.5.1'
redactor: '^2.5.1'
redactor: '^2.6.0'
sprog: '^1.5.1'
yform: '^4.1.1'
yform: '^5.0.1'

# setup config
# hint: inspect link values inside of REDAXO installer to find out fileIds (numbers) for new packages!
setup:
packages:
markitup: 5871 # 4.0.1
redactor: 5954 # 2.5.3
redactor: 6239 # 2.6.0
sprog: 4720 # 1.5.1
yform: 5460 # 4.2.1
yform: 6482 # 5.0.1
installSequence:
- backup
- structure/content
Expand Down
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: demo_base
version: 3.4.0
version: 3.4.1
author: 'Friends Of REDAXO'
supportpage: 'https://github.com/FriendsOfREDAXO/demo_base'
page:
Expand Down