File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - ' PHP8.3/MariaDB11'
1313 - ' PHP8.4/MySQL8.0'
1414 - ' PHP8.4/MySQL8.4'
15- - ' PHP8.4/MariaDb11'
15+ - ' PHP8.4/MariaDB11'
16+ - ' PHP8.5/MySQL8.0'
17+ - ' PHP8.5/MySQL8.4'
18+ - ' PHP8.5/MariaDB11'
1619 default : ' PHP8.3/MySQL8.0'
1720 description : ' Limit to one PHP/MySQL combination'
1821 use_dev_version :
3942 "PHP8.3/MariaDB11") LIMIT='~/defaults/php8.3_mariadb11_only.yaml,' ;;
4043 "PHP8.4/MySQL8.0") LIMIT='~/defaults/php8.4_mysql8.0_only.yaml,' ;;
4144 "PHP8.4/MySQL8.4") LIMIT='~/defaults/php8.4_mysql8.4_only.yaml,' ;;
42- "PHP8.4/MariaDb11") LIMIT='~/defaults/php8.4_mariadb11_only.yaml,' ;;
45+ "PHP8.4/MariaDB11") LIMIT='~/defaults/php8.4_mariadb11_only.yaml,' ;;
46+ "PHP8.5/MySQL8.0") LIMIT='~/defaults/php8.5_mysql8.0_only.yaml,' ;;
47+ "PHP8.5/MySQL8.4") LIMIT='~/defaults/php8.5_mysql8.4_only.yaml,' ;;
48+ "PHP8.5/MariaDB11") LIMIT='~/defaults/php8.5_mariadb11_only.yaml,' ;;
4349 *) echo "Illegal choice, fix the workflow"
4450 exit 1
4551 ;;
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ Undecided] - Unreleased
8+
9+ ### Changed
10+ - Updated for OXID eShop 7.5.x compatibility
11+ - PHP 8.3-8.5 support (removed PHP 8.2)
12+
713## [ v2.0.0] - 2025-11-27
814
915### Added
You can’t perform that action at this time.
0 commit comments